Home
last modified time | relevance | path

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

/drivers/gpu/drm/omapdrm/dss/
Domapdss.h381 struct omapdss_hdmi_ops { struct
382 int (*connect)(struct omap_dss_device *dssdev,
384 void (*disconnect)(struct omap_dss_device *dssdev,
387 int (*enable)(struct omap_dss_device *dssdev);
388 void (*disable)(struct omap_dss_device *dssdev);
390 int (*check_timings)(struct omap_dss_device *dssdev,
392 void (*set_timings)(struct omap_dss_device *dssdev,
394 void (*get_timings)(struct omap_dss_device *dssdev,
397 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
398 bool (*detect)(struct omap_dss_device *dssdev);
[all …]