phy_spec_ops       91 drivers/phy/qualcomm/phy-qcom-ufs-i.h 	struct ufs_qcom_phy_specific_ops *phy_spec_ops;
phy_spec_ops      126 drivers/phy/qualcomm/phy-qcom-ufs-i.h 			struct ufs_qcom_phy_specific_ops *phy_spec_ops);
phy_spec_ops      105 drivers/phy/qualcomm/phy-qcom-ufs.c 				struct ufs_qcom_phy_specific_ops *phy_spec_ops)
phy_spec_ops      133 drivers/phy/qualcomm/phy-qcom-ufs.c 	common_cfg->phy_spec_ops = phy_spec_ops;
phy_spec_ops      481 drivers/phy/qualcomm/phy-qcom-ufs.c 	if (!ufs_qcom_phy->phy_spec_ops->start_serdes) {
phy_spec_ops      486 drivers/phy/qualcomm/phy-qcom-ufs.c 		ufs_qcom_phy->phy_spec_ops->start_serdes(ufs_qcom_phy);
phy_spec_ops      497 drivers/phy/qualcomm/phy-qcom-ufs.c 	if (!ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable) {
phy_spec_ops      502 drivers/phy/qualcomm/phy-qcom-ufs.c 		ufs_qcom_phy->phy_spec_ops->set_tx_lane_enable(ufs_qcom_phy,
phy_spec_ops      523 drivers/phy/qualcomm/phy-qcom-ufs.c 	if (!ufs_qcom_phy->phy_spec_ops->is_physical_coding_sublayer_ready) {
phy_spec_ops      529 drivers/phy/qualcomm/phy-qcom-ufs.c 	return ufs_qcom_phy->phy_spec_ops->
phy_spec_ops      551 drivers/phy/qualcomm/phy-qcom-ufs.c 	err = phy_common->phy_spec_ops->calibrate(phy_common, is_rate_B);
phy_spec_ops      576 drivers/phy/qualcomm/phy-qcom-ufs.c 	phy_common->phy_spec_ops->power_control(phy_common, true);
phy_spec_ops      630 drivers/phy/qualcomm/phy-qcom-ufs.c 	phy_common->phy_spec_ops->power_control(phy_common, false);