Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-ufs.c105 struct ufs_qcom_phy_specific_ops *phy_spec_ops) in ufs_qcom_phy_generic_probe() argument
133 common_cfg->phy_spec_ops = phy_spec_ops; in ufs_qcom_phy_generic_probe()
481 if (!ufs_qcom_phy->phy_spec_ops->start_serdes) { in ufs_qcom_phy_start_serdes()
486 ufs_qcom_phy->phy_spec_ops->start_serdes(ufs_qcom_phy); in ufs_qcom_phy_start_serdes()
497 if (!ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable) { in ufs_qcom_phy_set_tx_lane_enable()
502 ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable(ufs_qcom_phy, in ufs_qcom_phy_set_tx_lane_enable()
523 if (!ufs_qcom_phy->phy_spec_ops->is_physical_coding_sublayer_ready) { in ufs_qcom_phy_is_pcs_ready()
529 return ufs_qcom_phy->phy_spec_ops-> in ufs_qcom_phy_is_pcs_ready()
551 err = phy_common->phy_spec_ops->calibrate(phy_common, is_rate_B); in ufs_qcom_phy_power_on()
576 phy_common->phy_spec_ops->power_control(phy_common, true); in ufs_qcom_phy_power_on()
[all …]
Dphy-qcom-ufs-i.h91 struct ufs_qcom_phy_specific_ops *phy_spec_ops; member
126 struct ufs_qcom_phy_specific_ops *phy_spec_ops);