Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk3399_hdmi.c35 return dw_hdmi_enable(&priv->hdmi, edid); in rk3399_hdmi_enable()
/OK3568_Linux_fs/u-boot/include/
H A Ddw_hdmi.h482 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid);
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c301 ret = dw_hdmi_enable(&priv->hdmi, edid); in sunxi_dw_hdmi_enable()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Ddw_hdmi.c713 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid) in dw_hdmi_enable() function