Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_hdmi.c94 hdmi->phy_set = dw_hdmi_phy_cfg; in rk_hdmi_ofdata_to_platdata()
/rk3399_rockchip-uboot/include/
H A Ddw_hdmi.h475 int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock); member
/rk3399_rockchip-uboot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c366 priv->hdmi.phy_set = sunxi_dw_hdmi_phy_cfg; in sunxi_dw_hdmi_probe()
/rk3399_rockchip-uboot/drivers/video/
H A Ddw_hdmi.c723 ret = hdmi->phy_set(hdmi, edid->pixelclock.typ); in dw_hdmi_enable()