Lines Matching refs:variant
358 if (phy->variant->has_phy_clk) in sun8i_hdmi_phy_config()
361 return phy->variant->phy_config(hdmi, phy, mode->crtc_clock * 1000); in sun8i_hdmi_phy_config()
388 phy->variant->phy_disable(hdmi, phy); in sun8i_hdmi_phy_disable()
517 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init()
523 struct sun8i_hdmi_phy_variant *variant = phy->variant; in sun8i_hdmi_phy_set_ops() local
525 if (variant->is_custom_phy) { in sun8i_hdmi_phy_set_ops()
530 plat_data->mpll_cfg = variant->mpll_cfg; in sun8i_hdmi_phy_set_ops()
531 plat_data->cur_ctr = variant->cur_ctr; in sun8i_hdmi_phy_set_ops()
532 plat_data->phy_config = variant->phy_cfg; in sun8i_hdmi_phy_set_ops()
626 phy->variant = (struct sun8i_hdmi_phy_variant *)match->data; in sun8i_hdmi_phy_probe()
660 if (phy->variant->has_phy_clk) { in sun8i_hdmi_phy_probe()
668 if (phy->variant->has_second_pll) { in sun8i_hdmi_phy_probe()
703 if (phy->variant->has_phy_clk) { in sun8i_hdmi_phy_probe()
705 phy->variant->has_second_pll); in sun8i_hdmi_phy_probe()