Searched defs:omapdss_hdmi_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/video/ |
| D | omapfb_dss.h | 517 struct omapdss_hdmi_ops { struct 518 int (*connect)(struct omap_dss_device *dssdev, 520 void (*disconnect)(struct omap_dss_device *dssdev, 523 int (*enable)(struct omap_dss_device *dssdev); 524 void (*disable)(struct omap_dss_device *dssdev); 526 int (*check_timings)(struct omap_dss_device *dssdev, 528 void (*set_timings)(struct omap_dss_device *dssdev, 530 void (*get_timings)(struct omap_dss_device *dssdev, 533 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); 534 bool (*detect)(struct omap_dss_device *dssdev); [all …]
|
| /kernel/linux/linux-6.6/include/video/ |
| D | omapfb_dss.h | 517 struct omapdss_hdmi_ops { struct 518 int (*connect)(struct omap_dss_device *dssdev, 520 void (*disconnect)(struct omap_dss_device *dssdev, 523 int (*enable)(struct omap_dss_device *dssdev); 524 void (*disable)(struct omap_dss_device *dssdev); 526 int (*check_timings)(struct omap_dss_device *dssdev, 528 void (*set_timings)(struct omap_dss_device *dssdev, 530 void (*get_timings)(struct omap_dss_device *dssdev, 533 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); 534 bool (*detect)(struct omap_dss_device *dssdev); [all …]
|