Searched refs:read_edid (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-hdmi.c | 151 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid() 195 .read_edid = hdmic_read_edid,
|
| H A D | encoder-tpd12s015.c | 151 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid() 194 .read_edid = tpd_read_edid,
|
| H A D | connector-dvi.c | 226 .read_edid = dvic_read_edid,
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | extron-da-hd-4k-plus.h | 51 bool read_edid; member
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi4.c | 286 static int read_edid(u8 *buf, int len) in read_edid() function 467 r = read_edid(edid, len); in hdmi_read_edid() 500 .read_edid = hdmi_read_edid,
|
| H A D | hdmi5.c | 307 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,
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 2235 if (!display->driver->read_edid) in omapfb_find_best_mode() 2243 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()
|