Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4.c287 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,
Dhdmi5.c308 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,
/kernel/linux/linux-5.10/include/video/
Domapfb_dss.h533 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
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c2236 if (!display->driver->read_edid) in omapfb_find_best_mode()
2244 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch17560 + HI_DRM_CHECK_PTR_RETURN(hdmi_dev->read_edid);
17567 + ret = hdmi_dev->read_edid(hi_hdmitx->hi_hdmi_id, edid, len);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch300597 + HI_DRM_CHECK_PTR_RETURN(hdmi_dev->read_edid);
300604 + ret = hdmi_dev->read_edid(hi_hdmitx->hi_hdmi_id, edid, len);