Home
last modified time | relevance | path

Searched refs:read_edid (Results 1 – 10 of 10) sorted by relevance

/drivers/video/fbdev/omap2/omapfb/displays/
Dconnector-hdmi.c155 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
199 .read_edid = hdmic_read_edid,
Dencoder-tpd12s015.c151 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid()
194 .read_edid = tpd_read_edid,
Dconnector-dvi.c231 .read_edid = dvic_read_edid,
/drivers/gpu/drm/omapdrm/dss/
Dhdmi5.c274 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function
428 r = read_edid(hdmi, edid, len); in hdmi_read_edid()
463 .read_edid = hdmi_read_edid,
Dhdmi4.c275 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function
423 r = read_edid(hdmi, edid, len); in hdmi_read_edid()
469 .read_edid = hdmi_read_edid,
Domapdss.h370 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4.c286 static int read_edid(u8 *buf, int len) in read_edid() function
469 r = read_edid(edid, len); in hdmi_read_edid()
502 .read_edid = hdmi_read_edid,
Dhdmi5.c307 static int read_edid(u8 *buf, int len) in read_edid() function
499 r = read_edid(edid, len); in hdmi_read_edid()
532 .read_edid = hdmi_read_edid,
/drivers/gpu/drm/omapdrm/
Domap_connector.c183 if (dssdev->ops->read_edid(dssdev, edid, MAX_EDID) <= 0 || in omap_connector_get_modes_edid()
/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c2240 if (!display->driver->read_edid) in omapfb_find_best_mode()
2248 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()