Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Dexynos_mipi_dsim.h231 struct mipi_dsim_lcd_device *dsim_lcd_dev;
310 struct mipi_dsim_lcd_device { struct
338 void (*power_on)(struct mipi_dsim_lcd_device *dsim_dev, int enable); argument
339 void (*set_sequence)(struct mipi_dsim_lcd_device *dsim_dev);
340 int (*probe)(struct mipi_dsim_lcd_device *dsim_dev);
341 int (*remove)(struct mipi_dsim_lcd_device *dsim_dev);
342 void (*shutdown)(struct mipi_dsim_lcd_device *dsim_dev);
343 int (*suspend)(struct mipi_dsim_lcd_device *dsim_dev);
344 int (*resume)(struct mipi_dsim_lcd_device *dsim_dev);
350 int exynos_mipi_dsi_register_lcd_device(struct mipi_dsim_lcd_device
/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi.c46 struct mipi_dsim_lcd_device *dsim_lcd_dev;
118 struct mipi_dsim_lcd_device *client_dev = dsim->dsim_lcd_dev; in exynos_mipi_dsi_early_blank_mode()
145 struct mipi_dsim_lcd_device *client_dev = dsim->dsim_lcd_dev; in exynos_mipi_dsi_blank_mode()
182 int exynos_mipi_dsi_register_lcd_device(struct mipi_dsim_lcd_device *lcd_dev) in exynos_mipi_dsi_register_lcd_device()
210 struct mipi_dsim_lcd_device *lcd_dev; in exynos_mipi_dsi_find_lcd_device()
273 struct mipi_dsim_lcd_device *lcd_dev; in exynos_mipi_dsi_bind_lcd_ddi()
499 struct mipi_dsim_lcd_device *client_dev = dsim->dsim_lcd_dev; in exynos_mipi_dsi_suspend()
526 struct mipi_dsim_lcd_device *client_dev = dsim->dsim_lcd_dev; in exynos_mipi_dsi_resume()
Ds6e8ax0.c61 struct mipi_dsim_lcd_device *dsim_dev;
737 static void s6e8ax0_power_on(struct mipi_dsim_lcd_device *dsim_dev, int power) in s6e8ax0_power_on()
757 static void s6e8ax0_set_sequence(struct mipi_dsim_lcd_device *dsim_dev) in s6e8ax0_set_sequence()
767 static int s6e8ax0_probe(struct mipi_dsim_lcd_device *dsim_dev) in s6e8ax0_probe()
833 static int s6e8ax0_suspend(struct mipi_dsim_lcd_device *dsim_dev) in s6e8ax0_suspend()
846 static int s6e8ax0_resume(struct mipi_dsim_lcd_device *dsim_dev) in s6e8ax0_resume()