Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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,
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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,
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi_qp.c312 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 Ddw_hdmi.c419 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 Dsunxi_dw_hdmi.c375 .read_edid = sunxi_dw_hdmi_read_edid,
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddp.c1592 .read_edid = tegra_dp_read_edid,