Searched defs:omapdss_dvi_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/video/ |
| D | omapfb_dss.h | 475 struct omapdss_dvi_ops { struct 476 int (*connect)(struct omap_dss_device *dssdev, 478 void (*disconnect)(struct omap_dss_device *dssdev, 481 int (*enable)(struct omap_dss_device *dssdev); 482 void (*disable)(struct omap_dss_device *dssdev); 484 int (*check_timings)(struct omap_dss_device *dssdev, 486 void (*set_timings)(struct omap_dss_device *dssdev, 488 void (*get_timings)(struct omap_dss_device *dssdev,
|
| /kernel/linux/linux-5.10/include/video/ |
| D | omapfb_dss.h | 475 struct omapdss_dvi_ops { struct 476 int (*connect)(struct omap_dss_device *dssdev, 478 void (*disconnect)(struct omap_dss_device *dssdev, 481 int (*enable)(struct omap_dss_device *dssdev); 482 void (*disable)(struct omap_dss_device *dssdev); 484 int (*check_timings)(struct omap_dss_device *dssdev, 486 void (*set_timings)(struct omap_dss_device *dssdev, 488 void (*get_timings)(struct omap_dss_device *dssdev,
|