Lines Matching refs:_phy
30 static int ipq4019_ss_phy_power_off(struct phy *_phy)
32 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
40 static int ipq4019_ss_phy_power_on(struct phy *_phy)
42 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
44 ipq4019_ss_phy_power_off(_phy);
56 static int ipq4019_hs_phy_power_off(struct phy *_phy)
58 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
69 static int ipq4019_hs_phy_power_on(struct phy *_phy)
71 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy);
73 ipq4019_hs_phy_power_off(_phy);