Home
last modified time | relevance | path

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

/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Domapdss.h414 struct omap_dss_driver { struct
415 int (*update)(struct omap_dss_device *dssdev,
417 int (*sync)(struct omap_dss_device *dssdev);
419 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
420 int (*get_te)(struct omap_dss_device *dssdev);
422 int (*memory_read)(struct omap_dss_device *dssdev,
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c189 static struct platform_driver omap_dss_driver = { variable
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c232 static struct platform_driver omap_dss_driver = { variable