Lines Matching refs:phy_spec_ops
81 struct ufs_qcom_phy_specific_ops *phy_spec_ops) in ufs_qcom_phy_generic_probe() argument
109 common_cfg->phy_spec_ops = phy_spec_ops; in ufs_qcom_phy_generic_probe()
577 if (!ufs_qcom_phy->phy_spec_ops->start_serdes) { in ufs_qcom_phy_start_serdes()
582 ufs_qcom_phy->phy_spec_ops->start_serdes(ufs_qcom_phy); in ufs_qcom_phy_start_serdes()
594 if (!ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable) { in ufs_qcom_phy_set_tx_lane_enable()
599 ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable(ufs_qcom_phy, in ufs_qcom_phy_set_tx_lane_enable()
623 if (!ufs_qcom_phy->phy_spec_ops->calibrate_phy) { in ufs_qcom_phy_calibrate_phy()
628 ret = ufs_qcom_phy->phy_spec_ops-> in ufs_qcom_phy_calibrate_phy()
666 if (!ufs_qcom_phy->phy_spec_ops->is_physical_coding_sublayer_ready) { in ufs_qcom_phy_is_pcs_ready()
672 return ufs_qcom_phy->phy_spec_ops-> in ufs_qcom_phy_is_pcs_ready()
690 phy_common->phy_spec_ops->power_control(phy_common, true); in ufs_qcom_phy_power_on()
736 phy_common->phy_spec_ops->power_control(phy_common, false); in ufs_qcom_phy_power_off()