Home
last modified time | relevance | path

Searched refs:dw_hdmi_read_edid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_hdmi.c79 return dw_hdmi_read_edid(&priv->hdmi, buf, buf_size); in rk_hdmi_read_edid()
/OK3568_Linux_fs/u-boot/include/
H A Ddw_hdmi.h483 int dw_hdmi_read_edid(struct dw_hdmi *hdmi, u8 *buf, int buf_size);
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c290 return dw_hdmi_read_edid(&priv->hdmi, buf, buf_size); in sunxi_dw_hdmi_read_edid()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Ddw_hdmi.c689 int dw_hdmi_read_edid(struct dw_hdmi *hdmi, u8 *buf, int buf_size) in dw_hdmi_read_edid() function