Home
last modified time | relevance | path

Searched defs:omap_dss_driver (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/video/
Domapdss.h793 struct omap_dss_driver { struct
794 int (*probe)(struct omap_dss_device *);
795 void (*remove)(struct omap_dss_device *);
797 int (*connect)(struct omap_dss_device *dssdev);
798 void (*disconnect)(struct omap_dss_device *dssdev);
800 int (*enable)(struct omap_dss_device *display);
801 void (*disable)(struct omap_dss_device *display);
802 int (*run_test)(struct omap_dss_device *display, int test);
804 int (*update)(struct omap_dss_device *dssdev,
806 int (*sync)(struct omap_dss_device *dssdev);
[all …]
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dcore.c238 static struct platform_driver omap_dss_driver = { variable