Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi.c25 #define master_to_device(a) (a->dsim_lcd_dev)
32 struct mipi_dsim_lcd_device *dsim_lcd_dev; member
59 dsim_ddi->dsim_lcd_dev = lcd_dev; in exynos_mipi_dsi_register_lcd_device()
73 lcd_dev = dsim_ddi->dsim_lcd_dev; in exynos_mipi_dsi_find_lcd_device()
146 lcd_dev = dsim_ddi->dsim_lcd_dev; in exynos_mipi_dsi_bind_lcd_ddi()
156 dsim->dsim_lcd_dev = lcd_dev; in exynos_mipi_dsi_bind_lcd_ddi()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dmipi_dsim.h246 struct mipi_dsim_lcd_device *dsim_lcd_dev; member
/external/u-boot/drivers/video/
Ds6e8ax0.c17 int reverse = dsim_dev->dsim_lcd_dev->reverse_panel; in s6e8ax0_panel_cond()