Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
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);
694 void (*disconnect)(struct omap_dss_device *dssdev);
696 int (*enable)(struct omap_dss_device *display);
697 void (*disable)(struct omap_dss_device *display);
698 int (*run_test)(struct omap_dss_device *display, int test);
700 int (*update)(struct omap_dss_device *dssdev,
702 int (*sync)(struct omap_dss_device *dssdev);
[all …]
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c189 static struct platform_driver omap_dss_driver = { variable