Lines Matching refs:_phy
29 static int ipq4019_ss_phy_power_off(struct phy *_phy)
31 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
39 static int ipq4019_ss_phy_power_on(struct phy *_phy)
41 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
43 ipq4019_ss_phy_power_off(_phy);
55 static int ipq4019_hs_phy_power_off(struct phy *_phy)
57 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
68 static int ipq4019_hs_phy_power_on(struct phy *_phy)
70 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
72 ipq4019_hs_phy_power_off(_phy);