Searched refs:dw_hdmi_read_edid (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk_hdmi.c | 78 return dw_hdmi_read_edid(&priv->hdmi, buf, buf_size); in rk_hdmi_read_edid()
|
/openbmc/u-boot/include/ |
H A D | dw_hdmi.h | 556 int dw_hdmi_read_edid(struct dw_hdmi *hdmi, u8 *buf, int buf_size);
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_dw_hdmi.c | 301 return dw_hdmi_read_edid(&priv->hdmi, buf, buf_size); in sunxi_dw_hdmi_read_edid()
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_dw_hdmi.c | 167 ret = dw_hdmi_read_edid(&priv->hdmi, buf, buf_size); in meson_dw_hdmi_read_edid()
|
/openbmc/u-boot/drivers/video/ |
H A D | dw_hdmi.c | 942 int dw_hdmi_read_edid(struct dw_hdmi *hdmi, u8 *buf, int buf_size) in dw_hdmi_read_edid() function
|