Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/rockchip/
H A Drk_hdmi.c93 hdmi->phy_set = dw_hdmi_phy_cfg; in rk_hdmi_ofdata_to_platdata()
/openbmc/u-boot/include/
H A Ddw_hdmi.h546 int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock); member
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c358 priv->hdmi.phy_set = meson_dw_hdmi_phy_init; in meson_dw_hdmi_probe()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c373 priv->hdmi.phy_set = sunxi_dw_hdmi_phy_cfg; in sunxi_dw_hdmi_probe()
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c976 ret = hdmi->phy_set(hdmi, edid->pixelclock.typ); in dw_hdmi_enable()