Searched refs:read_edid (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/displays/ |
D | connector-hdmi.c | 150 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid() 194 .read_edid = hdmic_read_edid,
|
D | encoder-tpd12s015.c | 151 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid() 194 .read_edid = tpd_read_edid,
|
D | connector-dvi.c | 226 .read_edid = dvic_read_edid,
|
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 287 static int read_edid(u8 *buf, int len) in read_edid() function 468 r = read_edid(edid, len); in hdmi_read_edid() 501 .read_edid = hdmi_read_edid,
|
D | hdmi5.c | 308 static int read_edid(u8 *buf, int len) in read_edid() function 500 r = read_edid(edid, len); in hdmi_read_edid() 533 .read_edid = hdmi_read_edid,
|
/linux-5.19.10/include/video/ |
D | omapfb_dss.h | 533 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member 733 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
|
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/ |
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()
|