Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Ddisplay-uclass.c17 if (!ops || !ops->read_edid) in display_read_edid()
19 return ops->read_edid(dev, buf, buf_size); in display_read_edid()
51 if (!ops || !ops->read_edid) in display_read_timing()
53 ret = ops->read_edid(dev, buf, sizeof(buf)); in display_read_timing()
/OK3568_Linux_fs/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c53 if (!ops || !ops->read_edid) in video_bridge_read_edid()
55 return ops->read_edid(dev, buf, buf_size); in video_bridge_read_edid()
H A Danx6345.c433 .read_edid = anx6345_read_edid,
/OK3568_Linux_fs/u-boot/include/
H A Ddisplay.h72 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
H A Dvideo_bridge.h65 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk3399_hdmi.c64 .read_edid = rk_hdmi_read_edid,
H A Drk3288_hdmi.c99 .read_edid = rk_hdmi_read_edid,
H A Drk_edp.c1080 .read_edid = rk_edp_read_edid,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-hdmi.c155 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid()
199 .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.c231 .read_edid = dvic_read_edid,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A 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,
H A 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,
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi.c417 bool read_edid = false; in dw_hdmi_i2c_read() local
427 read_edid = true; in dw_hdmi_i2c_read()
432 if (read_edid) { in dw_hdmi_i2c_read()
441 if (read_edid) in dw_hdmi_i2c_read()
448 if (read_edid) in dw_hdmi_i2c_read()
489 if (read_edid) in dw_hdmi_i2c_read()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c375 .read_edid = sunxi_dw_hdmi_read_edid,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c620 bool read_edid = false; in dw_hdmi_i2c_read() local
630 read_edid = true; in dw_hdmi_i2c_read()
636 if (read_edid) { in dw_hdmi_i2c_read()
655 if (read_edid) in dw_hdmi_i2c_read()
662 if (read_edid) in dw_hdmi_i2c_read()
695 if (read_edid) in dw_hdmi_i2c_read()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/
H A 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()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c1592 .read_edid = tegra_dp_read_edid,