Searched refs:read_edid (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/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,
|
| /rk3399_rockchip-uboot/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
|
| /rk3399_rockchip-uboot/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,
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_hdmi_qp.c | 312 bool read_edid = false; in dw_hdmi_i2c_read() local 322 read_edid = true; in dw_hdmi_i2c_read() 329 if (read_edid) { in dw_hdmi_i2c_read() 393 if (read_edid) { in dw_hdmi_i2c_read()
|
| H A D | dw_hdmi.c | 419 bool read_edid = false; in dw_hdmi_i2c_read() local 429 read_edid = true; in dw_hdmi_i2c_read() 434 if (read_edid) { in dw_hdmi_i2c_read() 443 if (read_edid) in dw_hdmi_i2c_read() 450 if (read_edid) in dw_hdmi_i2c_read() 491 if (read_edid) in dw_hdmi_i2c_read()
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | sunxi_dw_hdmi.c | 375 .read_edid = sunxi_dw_hdmi_read_edid,
|
| /rk3399_rockchip-uboot/drivers/video/tegra124/ |
| H A D | dp.c | 1592 .read_edid = tegra_dp_read_edid,
|