Home
last modified time | relevance | path

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

/linux-3.3/include/video/
Domapdss.h598 struct omap_dss_driver { struct
599 struct device_driver driver;
601 int (*probe)(struct omap_dss_device *);
602 void (*remove)(struct omap_dss_device *);
604 int (*enable)(struct omap_dss_device *display);
605 void (*disable)(struct omap_dss_device *display);
606 int (*suspend)(struct omap_dss_device *display);
607 int (*resume)(struct omap_dss_device *display);
608 int (*run_test)(struct omap_dss_device *display, int test);
610 int (*update)(struct omap_dss_device *dssdev,
[all …]
/linux-3.3/drivers/video/omap2/dss/
Dcore.c308 static struct platform_driver omap_dss_driver = { variable