Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-qcom-ufs.c81 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()
[all …]
Dphy-qcom-ufs-i.h118 struct ufs_qcom_phy_specific_ops *phy_spec_ops; member
154 struct ufs_qcom_phy_specific_ops *phy_spec_ops);