/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 121 if (dssdrv->read_edid) { in omap_connector_get_modes() 127 if ((dssdrv->read_edid(dssdev, edid, MAX_EDID) > 0) && in omap_connector_get_modes()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/ |
D | connector-hdmi.c | 158 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid() 202 .read_edid = hdmic_read_edid,
|
D | encoder-tpd12s015.c | 154 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid() 197 .read_edid = tpd_read_edid,
|
D | connector-dvi.c | 234 .read_edid = dvic_read_edid,
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/ |
D | encoder-tpd12s015.c | 168 return in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid() 254 .read_edid = tpd_read_edid,
|
D | connector-hdmi.c | 173 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid() 283 .read_edid = hdmic_read_edid,
|
D | connector-dvi.c | 311 .read_edid = dvic_read_edid,
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 297 static int read_edid(u8 *buf, int len) in read_edid() function 480 r = read_edid(edid, len); in hdmi_read_edid() 513 .read_edid = hdmi_read_edid,
|
D | hdmi5.c | 318 static int read_edid(u8 *buf, int len) in read_edid() function 510 r = read_edid(edid, len); in hdmi_read_edid() 543 .read_edid = hdmi_read_edid,
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5.c | 325 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function 517 r = read_edid(hdmi, edid, len); in hdmi_read_edid() 554 .read_edid = hdmi_read_edid,
|
D | hdmi4.c | 328 static int read_edid(struct omap_hdmi *hdmi, u8 *buf, int len) in read_edid() function 514 r = read_edid(hdmi, edid, len); in hdmi_read_edid() 562 .read_edid = hdmi_read_edid,
|
D | omapdss.h | 386 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member 561 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 563 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member 769 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2255 if (!display->driver->read_edid) in omapfb_find_best_mode() 2263 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()
|