Home
last modified time | relevance | path

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

/linux-4.19.296/include/video/
Domapfb_dss.h725 struct omap_dss_driver { struct
726 int (*probe)(struct omap_dss_device *);
727 void (*remove)(struct omap_dss_device *);
729 int (*connect)(struct omap_dss_device *dssdev);
730 void (*disconnect)(struct omap_dss_device *dssdev);
732 int (*enable)(struct omap_dss_device *display);
733 void (*disable)(struct omap_dss_device *display);
734 int (*run_test)(struct omap_dss_device *display, int test);
736 int (*update)(struct omap_dss_device *dssdev,
738 int (*sync)(struct omap_dss_device *dssdev);
[all …]