Home
last modified time | relevance | path

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

/u-boot/drivers/phy/qcom/
A Dphy-qcom-ipq4019-usb.c25 static int ipq4019_ss_phy_power_off(struct phy *_phy) in ipq4019_ss_phy_power_off() argument
27 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() argument
37 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() argument
83 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() argument
96 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()
/u-boot/drivers/phy/
A Dmt7620-usb-phy.c23 static int mt7620_usb_phy_power_on(struct phy *_phy) in mt7620_usb_phy_power_on() argument
25 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() argument
49 struct mt7620_usb_phy *phy = dev_get_priv(_phy->dev); in mt7620_usb_phy_power_off()
A Dmt76x8-usb-phy.c183 static int mt76x8_usb_phy_power_on(struct phy *_phy) in mt76x8_usb_phy_power_on() argument
185 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() argument
205 struct mt76x8_usb_phy *phy = dev_get_priv(_phy->dev); in mt76x8_usb_phy_power_off()

Completed in 10 milliseconds