Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_dw_hdmi.c80 .configure_phy = rcar_hdmi_phy_configure,
/openbmc/linux/include/drm/bridge/
H A Ddw_hdmi.h161 int (*configure_phy)(struct dw_hdmi *hdmi, void *data, member
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1648 if (pdata->configure_phy) in hdmi_phy_configure()
1649 ret = pdata->configure_phy(hdmi, pdata->priv_data, mpixelclock); in hdmi_phy_configure()
3215 !hdmi->plat_data->configure_phy) { in dw_hdmi_detect_phy()