Home
last modified time | relevance | path

Searched refs:dsim_lcd_dev (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c26 #define master_to_device(a) (a->dsim_lcd_dev)
33 struct mipi_dsim_lcd_device *dsim_lcd_dev; member
60 dsim_ddi->dsim_lcd_dev = lcd_dev; in exynos_mipi_dsi_register_lcd_device()
74 lcd_dev = dsim_ddi->dsim_lcd_dev; in exynos_mipi_dsi_find_lcd_device()
147 lcd_dev = dsim_ddi->dsim_lcd_dev; in exynos_mipi_dsi_bind_lcd_ddi()
157 dsim->dsim_lcd_dev = lcd_dev; in exynos_mipi_dsi_bind_lcd_ddi()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dmipi_dsim.h247 struct mipi_dsim_lcd_device *dsim_lcd_dev; member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Ds6e8ax0.c18 int reverse = dsim_dev->dsim_lcd_dev->reverse_panel; in s6e8ax0_panel_cond()