| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_dsi.c | 241 rk628->dsi0.id = 0; in rk628_dsi_parse() 242 rk628->dsi0.channel = 0; in rk628_dsi_parse() 243 rk628->dsi0.rk628 = rk628; in rk628_dsi_parse() 246 rk628->dsi0.lanes = val; in rk628_dsi_parse() 249 rk628->dsi0.mode_flags |= MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_VIDEO | in rk628_dsi_parse() 252 rk628->dsi0.mode_flags |= MIPI_DSI_MODE_LPM; in rk628_dsi_parse() 255 rk628->dsi0.mode_flags |= MIPI_DSI_MODE_EOT_PACKET; in rk628_dsi_parse() 259 rk628->dsi0.bus_format = MIPI_DSI_FMT_RGB666; in rk628_dsi_parse() 260 rk628->dsi0.bpp = 24; in rk628_dsi_parse() 262 rk628->dsi0.bus_format = MIPI_DSI_FMT_RGB666_PACKED; in rk628_dsi_parse() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | brcm,bcm2835-cprman.txt | 25 - DSI0 byte clock 26 - DSI0 DDR2 clock 27 - DSI0 DDR clock
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3568-toybrick-sd0-mipi-tx0.dtsi | 13 * when dsi0 is enabled 20 &dsi0 {
|
| H A D | rk3588-evb6-lp4.dtsi | 165 * when dsi0 is enabled 167 &dsi0 { 207 * so reset-gpios need only in dsi1 enable and dsi0 disabled
|
| H A D | rk3566-evb5-lp4x-v10.dtsi | 78 * when dsi0 is enabled 80 &dsi0 {
|
| H A D | rk3588-evb5-lp4.dtsi | 131 * when dsi0 is enabled 133 &dsi0 {
|
| H A D | rk3588s-evb3-lp4x.dtsi | 94 * when dsi0 is enabled 96 &dsi0 {
|
| H A D | rk3568-evb6-ddr3-v10-rk630-bt656-to-cvbs.dts | 10 &dsi0 {
|
| H A D | rk3566-evb2-lp4x-v10-edp.dts | 43 &dsi0 {
|
| H A D | rk3568-evb2-lp4x-v10-bt1120-to-hdmi.dts | 11 &dsi0 {
|
| H A D | rk3568-evb6-ddr3-v10-rk628-rgb2hdmi.dts | 9 &dsi0 {
|
| H A D | rk3588-evb1-lp4.dtsi | 280 * when dsi0 is enabled 282 &dsi0 { 322 * so reset-gpios need only in dsi1 enable and dsi0 disabled
|
| H A D | rk3588-vehicle-serdes-display-v21.dtsi | 477 * when dsi0 is enabled 479 &dsi0 { 840 himax,location = "himax-touch-dsi0"; 1947 //dsi0 1959 //dsi0-i2c2 1960 touch_gpio_dsi0: touch-gpio-dsi0 { 1984 /* dsi0->serdes->lvds_panel */
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/sunxi/ |
| H A D | pinctrl-sun50i-a100.c | 205 SUNXI_FUNCTION(0x4, "dsi0"), /* DP0 */ 212 SUNXI_FUNCTION(0x4, "dsi0"), /* DM0 */ 219 SUNXI_FUNCTION(0x4, "dsi0"), /* DP1 */ 226 SUNXI_FUNCTION(0x4, "dsi0"), /* DM1 */ 233 SUNXI_FUNCTION(0x4, "dsi0"), /* CKP */ 240 SUNXI_FUNCTION(0x4, "dsi0"), /* CKM */ 247 SUNXI_FUNCTION(0x4, "dsi0"), /* DP2 */ 254 SUNXI_FUNCTION(0x4, "dsi0"), /* DM2 */ 260 SUNXI_FUNCTION(0x4, "dsi0"), /* DP3 */ 266 SUNXI_FUNCTION(0x4, "dsi0"), /* DM3 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | brcm,bcm2835-dsi0.yaml | 4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-dsi0.yaml# 21 - brcm,bcm2835-dsi0
|
| H A D | ste,mcde.txt | 18 (HDMI clock), DSI0ESCLK (DSI0 energy save clock), 68 dsi0: dsi@a0351000 {
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm283x.dtsi | 96 <&dsi0 0>, <&dsi0 1>, <&dsi0 2>, 360 dsi0: dsi@7e209000 { label 361 compatible = "brcm,bcm2835-dsi0";
|
| H A D | bcm2835-rpi.dtsi | 75 &dsi0 {
|
| H A D | rk3288-android.dtsi | 173 route_dsi0: route-dsi0 { 246 &dsi0 {
|
| H A D | rk628.dtsi | 259 rk628_dsi0: dsi0 { 260 compatible = "rockchip,rk628-dsi0";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | cdns,dsi.txt | 35 dsi0: dsi@fd0c0000 { 66 dsi0: dsi@fd0c0000 {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt9611.c | 40 struct mipi_dsi_device *dsi0; member 801 mipi_dsi_detach(lt9611->dsi0); in lt9611_bridge_detach() 802 mipi_dsi_device_unregister(lt9611->dsi0); in lt9611_bridge_detach() 843 lt9611->dsi0 = lt9611_attach_dsi(lt9611, lt9611->dsi0_node); in lt9611_bridge_attach() 844 if (IS_ERR(lt9611->dsi0)) in lt9611_bridge_attach() 845 return PTR_ERR(lt9611->dsi0); in lt9611_bridge_attach() 861 mipi_dsi_device_unregister(lt9611->dsi0); in lt9611_bridge_attach()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-a3u-eur.dts | 31 &dsi0 {
|
| H A D | msm8916-pm8916.dtsi | 10 &dsi0 {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_dsi.c | 7 * DOC: VC4 DSI0/DSI1 module 9 * BCM2835 contains two DSI modules, DSI0 and DSI1. DSI0 is a 14 * while the compute module brings both DSI0 and DSI1 out. 17 * currently, with most of the information necessary for DSI0 539 /* Whether we're on bcm2835's DSI0 or DSI1. */ 611 /* DSI0 should be able to write normally. */ in dsi_dma_workaround_write()
|