Home
last modified time | relevance | path

Searched refs:generic_phy_exit (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dgeneric-phy.h141 int generic_phy_exit(struct phy *phy);
231 static inline int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
/openbmc/u-boot/drivers/usb/host/
H A Dohci-generic.c48 return generic_phy_exit(&priv->phy); in ohci_setup_phy()
67 ret = generic_phy_exit(&priv->phy); in ohci_shutdown_phy()
H A Dehci-hcd.c1713 return generic_phy_exit(phy); in ehci_setup_phy()
1734 ret = generic_phy_exit(phy); in ehci_shutdown_phy()
/openbmc/u-boot/test/dm/
H A Dphy.c83 ut_assertok(generic_phy_exit(&phy1)); in dm_test_phy_ops()
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c162 generic_phy_exit(&phy); in board_usb_init()
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c123 int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c846 generic_phy_exit(&usb_phys[i]); in dwc3_setup_phy()
852 generic_phy_exit(&usb_phys[i]); in dwc3_setup_phy()
866 ret |= generic_phy_exit(&usb_phys[i]); in dwc3_shutdown_phy()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dsunxi.c348 ret = generic_phy_exit(&glue->phy); in sunxi_musb_exit()