Lines Matching refs:variant
352 if (phy->variant->has_phy_clk) in sun8i_hdmi_phy_config()
355 return phy->variant->phy_config(hdmi, phy, mode->crtc_clock * 1000); in sun8i_hdmi_phy_config()
382 phy->variant->phy_disable(hdmi, phy); in sun8i_hdmi_phy_disable()
531 if (phy->variant->has_phy_clk) { in sun8i_hdmi_phy_init()
533 phy->variant->has_second_pll); in sun8i_hdmi_phy_init()
542 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init()
568 struct sun8i_hdmi_phy_variant *variant = phy->variant; in sun8i_hdmi_phy_set_ops() local
570 if (variant->is_custom_phy) { in sun8i_hdmi_phy_set_ops()
575 plat_data->mpll_cfg = variant->mpll_cfg; in sun8i_hdmi_phy_set_ops()
576 plat_data->cur_ctr = variant->cur_ctr; in sun8i_hdmi_phy_set_ops()
577 plat_data->phy_config = variant->phy_cfg; in sun8i_hdmi_phy_set_ops()
691 phy->variant = (struct sun8i_hdmi_phy_variant *)match->data; in sun8i_hdmi_phy_probe()
726 if (phy->variant->has_phy_clk) { in sun8i_hdmi_phy_probe()
734 if (phy->variant->has_second_pll) { in sun8i_hdmi_phy_probe()