Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Ddisplay-uclass.c16 if (!ops || !ops->read_edid) in display_read_edid()
18 return ops->read_edid(dev, buf, buf_size); in display_read_edid()
50 if (!ops || !ops->read_edid) in display_read_timing()
52 ret = ops->read_edid(dev, buf, sizeof(buf)); in display_read_timing()
H A Dtda19988.c525 .read_edid = tda19988_read_edid,
/openbmc/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c52 if (!ops || !ops->read_edid) in video_bridge_read_edid()
54 return ops->read_edid(dev, buf, buf_size); in video_bridge_read_edid()
H A Danx6345.c408 .read_edid = anx6345_read_edid,
/openbmc/u-boot/include/
H A Ddisplay.h71 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
H A Dvideo_bridge.h64 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
/openbmc/u-boot/drivers/video/rockchip/
H A Drk3399_hdmi.c63 .read_edid = rk_hdmi_read_edid,
H A Drk3288_hdmi.c98 .read_edid = rk_hdmi_read_edid,
H A Drk_edp.c1077 .read_edid = rk_edp_read_edid,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-hdmi.c151 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
195 .read_edid = hdmic_read_edid,
H A Dencoder-tpd12s015.c151 r = in->ops.hdmi->read_edid(in, edid, len); in tpd_read_edid()
194 .read_edid = tpd_read_edid,
H A Dconnector-dvi.c226 .read_edid = dvic_read_edid,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5.c306 static int read_edid(u8 *buf, int len) in read_edid() function
498 r = read_edid(edid, len); in hdmi_read_edid()
531 .read_edid = hdmi_read_edid,
H A Dhdmi4.c285 static int read_edid(u8 *buf, int len) in read_edid() function
466 r = read_edid(edid, len); in hdmi_read_edid()
499 .read_edid = hdmi_read_edid,
/openbmc/linux/include/video/
H A 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
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c382 .read_edid = sunxi_dw_hdmi_read_edid,
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c424 .read_edid = meson_dw_hdmi_read_edid,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2234 if (!display->driver->read_edid) in omapfb_find_best_mode()
2242 r = display->driver->read_edid(display, edid, len); in omapfb_find_best_mode()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c1589 .read_edid = tegra_dp_read_edid,