Searched defs:omapdss_atv_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/video/ |
| D | omapfb_dss.h | 492 struct omapdss_atv_ops { struct 493 int (*connect)(struct omap_dss_device *dssdev, 495 void (*disconnect)(struct omap_dss_device *dssdev, 498 int (*enable)(struct omap_dss_device *dssdev); 499 void (*disable)(struct omap_dss_device *dssdev); 501 int (*check_timings)(struct omap_dss_device *dssdev, 503 void (*set_timings)(struct omap_dss_device *dssdev, 505 void (*get_timings)(struct omap_dss_device *dssdev, 508 void (*set_type)(struct omap_dss_device *dssdev, 510 void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev, [all …]
|
| /kernel/linux/linux-5.10/include/video/ |
| D | omapfb_dss.h | 492 struct omapdss_atv_ops { struct 493 int (*connect)(struct omap_dss_device *dssdev, 495 void (*disconnect)(struct omap_dss_device *dssdev, 498 int (*enable)(struct omap_dss_device *dssdev); 499 void (*disable)(struct omap_dss_device *dssdev); 501 int (*check_timings)(struct omap_dss_device *dssdev, 503 void (*set_timings)(struct omap_dss_device *dssdev, 505 void (*get_timings)(struct omap_dss_device *dssdev, 508 void (*set_type)(struct omap_dss_device *dssdev, 510 void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev, [all …]
|