Home
last modified time | relevance | path

Searched refs:ufs_qcom_phy_calibrate_phy (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/phy/
Dphy-qcom-ufs.h54 int ufs_qcom_phy_calibrate_phy(struct phy *phy, bool is_rate_B);
/linux-4.4.14/drivers/phy/
Dphy-qcom-ufs.c618 int ufs_qcom_phy_calibrate_phy(struct phy *generic_phy, bool is_rate_B) in ufs_qcom_phy_calibrate_phy() function
637 EXPORT_SYMBOL_GPL(ufs_qcom_phy_calibrate_phy);
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c267 ret = ufs_qcom_phy_calibrate_phy(phy, is_rate_B); in ufs_qcom_power_up_sequence()