Home
last modified time | relevance | path

Searched defs:omapdss_hdmi_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h370 struct omapdss_hdmi_ops { struct
371 int (*connect)(struct omap_dss_device *dssdev,
373 void (*disconnect)(struct omap_dss_device *dssdev,
376 int (*enable)(struct omap_dss_device *dssdev);
377 void (*disable)(struct omap_dss_device *dssdev);
379 int (*check_timings)(struct omap_dss_device *dssdev,
381 void (*set_timings)(struct omap_dss_device *dssdev,
383 void (*get_timings)(struct omap_dss_device *dssdev,
386 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
387 void (*lost_hotplug)(struct omap_dss_device *dssdev);
[all …]
/Linux-v4.19/include/video/
Domapfb_dss.h547 struct omapdss_hdmi_ops { struct
548 int (*connect)(struct omap_dss_device *dssdev,
550 void (*disconnect)(struct omap_dss_device *dssdev,
553 int (*enable)(struct omap_dss_device *dssdev);
554 void (*disable)(struct omap_dss_device *dssdev);
556 int (*check_timings)(struct omap_dss_device *dssdev,
558 void (*set_timings)(struct omap_dss_device *dssdev,
560 void (*get_timings)(struct omap_dss_device *dssdev,
563 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
564 bool (*detect)(struct omap_dss_device *dssdev);
[all …]