Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/rockchip/
Drk3399_hdmi.c34 return dw_hdmi_enable(&priv->hdmi, edid); in rk3399_hdmi_enable()
/external/u-boot/include/
Ddw_hdmi.h481 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid);
/external/u-boot/drivers/video/sunxi/
Dsunxi_dw_hdmi.c300 ret = dw_hdmi_enable(&priv->hdmi, edid); in sunxi_dw_hdmi_enable()
/external/u-boot/drivers/video/
Ddw_hdmi.c712 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid) in dw_hdmi_enable() function