Searched refs:_phy (Results 1 – 3 of 3) sorted by relevance
25 static int ipq4019_ss_phy_power_off(struct phy *_phy) in ipq4019_ss_phy_power_off() argument27 struct ipq4019_usb_phy *phy = dev_get_priv(_phy->dev); in ipq4019_ss_phy_power_off()35 static int ipq4019_ss_phy_power_on(struct phy *_phy) in ipq4019_ss_phy_power_on() argument37 struct ipq4019_usb_phy *phy = dev_get_priv(_phy->dev); in ipq4019_ss_phy_power_on()39 ipq4019_ss_phy_power_off(_phy); in ipq4019_ss_phy_power_on()81 static int ipq4019_hs_phy_power_off(struct phy *_phy) in ipq4019_hs_phy_power_off() argument83 struct ipq4019_usb_phy *phy = dev_get_priv(_phy->dev); in ipq4019_hs_phy_power_off()94 static int ipq4019_hs_phy_power_on(struct phy *_phy) in ipq4019_hs_phy_power_on() argument96 struct ipq4019_usb_phy *phy = dev_get_priv(_phy->dev); in ipq4019_hs_phy_power_on()98 ipq4019_hs_phy_power_off(_phy); in ipq4019_hs_phy_power_on()
23 static int mt7620_usb_phy_power_on(struct phy *_phy) in mt7620_usb_phy_power_on() argument25 struct mt7620_usb_phy *phy = dev_get_priv(_phy->dev); in mt7620_usb_phy_power_on()37 dev_err(_phy->dev, in mt7620_usb_phy_power_on()47 static int mt7620_usb_phy_power_off(struct phy *_phy) in mt7620_usb_phy_power_off() argument49 struct mt7620_usb_phy *phy = dev_get_priv(_phy->dev); in mt7620_usb_phy_power_off()
183 static int mt76x8_usb_phy_power_on(struct phy *_phy) in mt76x8_usb_phy_power_on() argument185 struct mt76x8_usb_phy *phy = dev_get_priv(_phy->dev); in mt76x8_usb_phy_power_on()203 static int mt76x8_usb_phy_power_off(struct phy *_phy) in mt76x8_usb_phy_power_off() argument205 struct mt76x8_usb_phy *phy = dev_get_priv(_phy->dev); in mt76x8_usb_phy_power_off()
Completed in 10 milliseconds