Home
last modified time | relevance | path

Searched refs:phy_spec_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-ufs.c114 struct ufs_qcom_phy_specific_ops *phy_spec_ops) in ufs_qcom_phy_generic_probe() argument
142 common_cfg->phy_spec_ops = phy_spec_ops; in ufs_qcom_phy_generic_probe()
525 if (!ufs_qcom_phy->phy_spec_ops->start_serdes) { in ufs_qcom_phy_start_serdes()
530 ufs_qcom_phy->phy_spec_ops->start_serdes(ufs_qcom_phy); in ufs_qcom_phy_start_serdes()
541 if (!ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable) { in ufs_qcom_phy_set_tx_lane_enable()
546 ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable(ufs_qcom_phy, in ufs_qcom_phy_set_tx_lane_enable()
567 if (!ufs_qcom_phy->phy_spec_ops->is_physical_coding_sublayer_ready) { in ufs_qcom_phy_is_pcs_ready()
573 return ufs_qcom_phy->phy_spec_ops-> in ufs_qcom_phy_is_pcs_ready()
605 phy_common->phy_spec_ops->power_control(phy_common, true); in ufs_qcom_phy_power_on()
663 phy_common->phy_spec_ops->power_control(phy_common, false); in ufs_qcom_phy_power_off()
Dphy-qcom-ufs-i.h118 struct ufs_qcom_phy_specific_ops *phy_spec_ops; member
151 struct ufs_qcom_phy_specific_ops *phy_spec_ops);