Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h521 struct omap_dss_driver { struct
522 int (*probe)(struct omap_dss_device *);
523 void (*remove)(struct omap_dss_device *);
525 int (*connect)(struct omap_dss_device *dssdev);
526 void (*disconnect)(struct omap_dss_device *dssdev);
528 int (*enable)(struct omap_dss_device *display);
529 void (*disable)(struct omap_dss_device *display);
530 int (*run_test)(struct omap_dss_device *display, int test);
532 int (*update)(struct omap_dss_device *dssdev,
534 int (*sync)(struct omap_dss_device *dssdev);
[all …]
/Linux-v4.19/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 …]
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c232 static struct platform_driver omap_dss_driver = { variable