Home
last modified time | relevance | path

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

/linux/include/video/
H A Domapfb_dss.h689 struct omap_dss_driver { struct
690 int (*probe)(struct omap_dss_device *);
691 void (*remove)(struct omap_dss_device *);
693 int (*connect)(struct omap_dss_device *dssdev);
696 int (*enable)(struct omap_dss_device *display);
697 void (*disable)(struct omap_dss_device *display);
700 int (*update)(struct omap_dss_device *dssdev,
702 int (*sync)(struct omap_dss_device *dssdev);
705 int (*get_te)(struct omap_dss_device *dssdev);
707 u8 (*get_rotate)(struct omap_dss_device *dssdev);
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c187 static struct platform_driver omap_dss_driver = { variable