Home
last modified time | relevance | path

Searched refs:dw_hdmi_enable (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/video/rockchip/
H A Drk3399_hdmi.c34 return dw_hdmi_enable(&priv->hdmi, edid); in rk3399_hdmi_enable()
/openbmc/u-boot/include/
H A Ddw_hdmi.h555 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid);
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c312 ret = dw_hdmi_enable(&priv->hdmi, edid); in sunxi_dw_hdmi_enable()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c320 return dw_hdmi_enable(&priv->hdmi, edid); in meson_dw_hdmi_enable()
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c966 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid) in dw_hdmi_enable() function