Home
last modified time | relevance | path

Searched refs:dsim_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/video/
Dexynos_mipi_dsim.h338 void (*power_on)(struct mipi_dsim_lcd_device *dsim_dev, int enable);
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);
/linux-4.4.14/drivers/video/fbdev/exynos/
Ds6e8ax0.c41 #define lcd_to_master(a) (a->dsim_dev->master)
61 struct mipi_dsim_lcd_device *dsim_dev; member
303 if (lcd->dsim_dev->panel_reverse) in s6e8ax0_panel_cond()
737 static void s6e8ax0_power_on(struct mipi_dsim_lcd_device *dsim_dev, int power) in s6e8ax0_power_on() argument
739 struct s6e8ax0 *lcd = dev_get_drvdata(&dsim_dev->dev); in s6e8ax0_power_on()
757 static void s6e8ax0_set_sequence(struct mipi_dsim_lcd_device *dsim_dev) in s6e8ax0_set_sequence() argument
759 struct s6e8ax0 *lcd = dev_get_drvdata(&dsim_dev->dev); in s6e8ax0_set_sequence()
767 static int s6e8ax0_probe(struct mipi_dsim_lcd_device *dsim_dev) in s6e8ax0_probe() argument
773 lcd = devm_kzalloc(&dsim_dev->dev, sizeof(struct s6e8ax0), GFP_KERNEL); in s6e8ax0_probe()
775 dev_err(&dsim_dev->dev, "failed to allocate s6e8ax0 structure.\n"); in s6e8ax0_probe()
[all …]