Home
last modified time | relevance | path

Searched refs:configure_phy (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h185 int (*configure_phy)(struct dw_hdmi *hdmi, member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c953 if (pdata->configure_phy) in hdmi_phy_configure()
954 ret = pdata->configure_phy(hdmi, pdata, mpixelclock); in hdmi_phy_configure()
1042 !hdmi->plat_data->configure_phy) { in dw_hdmi_detect_phy()