Lines Matching refs:phy_init
110 if (config->phy_init) { in hdmi_init()
111 hdmi->phy = config->phy_init(hdmi); in hdmi_init()
335 .phy_init = hdmi_phy_8x60_init,
342 .phy_init = hdmi_phy_8960_init,
354 .phy_init = hdmi_phy_8x74_init,
365 .phy_init = hdmi_phy_8x74_init,
374 .phy_init = NULL, /* nothing to do for this HDMI PHY 20nm */
383 .phy_init = NULL,
453 config.phy_init = hdmi_phy_8960_init; in hdmi_bind()
465 config.phy_init = hdmi_phy_8960_init; in hdmi_bind()
479 config.phy_init = hdmi_phy_8x60_init; in hdmi_bind()