Lines Matching refs:variant
359 if (phy->variant->has_phy_clk) in sun8i_hdmi_phy_config()
362 return phy->variant->phy_config(hdmi, phy, mode->crtc_clock * 1000); in sun8i_hdmi_phy_config()
389 phy->variant->phy_disable(hdmi, phy); in sun8i_hdmi_phy_disable()
518 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init()
524 struct sun8i_hdmi_phy_variant *variant = phy->variant; in sun8i_hdmi_phy_set_ops() local
526 if (variant->is_custom_phy) { in sun8i_hdmi_phy_set_ops()
531 plat_data->mpll_cfg = variant->mpll_cfg; in sun8i_hdmi_phy_set_ops()
532 plat_data->cur_ctr = variant->cur_ctr; in sun8i_hdmi_phy_set_ops()
533 plat_data->phy_config = variant->phy_cfg; in sun8i_hdmi_phy_set_ops()
627 phy->variant = (struct sun8i_hdmi_phy_variant *)match->data; in sun8i_hdmi_phy_probe()
661 if (phy->variant->has_phy_clk) { in sun8i_hdmi_phy_probe()
669 if (phy->variant->has_second_pll) { in sun8i_hdmi_phy_probe()
704 if (phy->variant->has_phy_clk) { in sun8i_hdmi_phy_probe()
706 phy->variant->has_second_pll); in sun8i_hdmi_phy_probe()