/openbmc/u-boot/drivers/video/ |
H A D | display-uclass.c | 16 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 D | tda19988.c | 525 .read_edid = tda19988_read_edid,
|
/openbmc/u-boot/drivers/video/bridge/ |
H A D | video-bridge-uclass.c | 52 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 D | anx6345.c | 408 .read_edid = anx6345_read_edid,
|
/openbmc/u-boot/include/ |
H A D | display.h | 71 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
|
H A D | video_bridge.h | 64 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk3399_hdmi.c | 63 .read_edid = rk_hdmi_read_edid,
|
H A D | rk3288_hdmi.c | 98 .read_edid = rk_hdmi_read_edid,
|
H A D | rk_edp.c | 1077 .read_edid = rk_edp_read_edid,
|
/openbmc/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,
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4.c | 285 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,
|
H A D | hdmi5.c | 306 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,
|
/openbmc/linux/include/video/ |
H A 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
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_dw_hdmi.c | 424 .read_edid = meson_dw_hdmi_read_edid,
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_dw_hdmi.c | 382 .read_edid = sunxi_dw_hdmi_read_edid,
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 2234 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 D | dp.c | 1589 .read_edid = tegra_dp_read_edid,
|