| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | display-uclass.c | 17 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 D | video-bridge-uclass.c | 53 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 D | anx6345.c | 433 .read_edid = anx6345_read_edid,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | display.h | 72 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
|
| H A D | video_bridge.h | 65 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk3399_hdmi.c | 64 .read_edid = rk_hdmi_read_edid,
|
| H A D | rk3288_hdmi.c | 99 .read_edid = rk_hdmi_read_edid,
|
| H A D | rk_edp.c | 1080 .read_edid = rk_edp_read_edid,
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-hdmi.c | 155 return in->ops.hdmi->read_edid(in, edid, len); in hdmic_read_edid() 199 .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 | 231 .read_edid = dvic_read_edid,
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A 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,
|
| H A 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,
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_hdmi.c | 417 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 D | sunxi_dw_hdmi.c | 375 .read_edid = sunxi_dw_hdmi_read_edid,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi.c | 620 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 D | omapfb-main.c | 2236 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 D | dp.c | 1592 .read_edid = tegra_dp_read_edid,
|