Home
last modified time | relevance | path

Searched refs:generic_phy_power_on (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dphy.c76 ut_assertok(generic_phy_power_on(&phy1)); in dm_test_phy_ops()
84 ut_assert(generic_phy_power_on(&phy1) != 0); in dm_test_phy_ops()
91 ut_assertok(generic_phy_power_on(&phy1)); in dm_test_phy_ops()
102 ut_assertok(generic_phy_power_on(&phy2)); in dm_test_phy_ops()
/openbmc/u-boot/include/
H A Dgeneric-phy.h157 int generic_phy_power_on(struct phy *phy);
241 static inline int generic_phy_power_on(struct phy *phy) in generic_phy_power_on() function
/openbmc/u-boot/drivers/ata/
H A Ddwc_ahci.c69 ret = generic_phy_power_on(&phy); in dwc_ahci_probe()
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c116 ret = generic_phy_power_on(&phy); in board_usb_init()
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c130 int generic_phy_power_on(struct phy *phy) in generic_phy_power_on() function
/openbmc/u-boot/drivers/usb/host/
H A Dohci-generic.c45 ret = generic_phy_power_on(&priv->phy); in ohci_setup_phy()
H A Dehci-hcd.c1710 ret = generic_phy_power_on(phy); in ehci_setup_phy()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dsunxi.c253 ret = generic_phy_power_on(&glue->phy); in sunxi_musb_enable()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c829 ret = generic_phy_power_on(&usb_phys[i]); in dwc3_setup_phy()