Home
last modified time | relevance | path

Searched refs:generic_phy_init (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dphy.c75 ut_assertok(generic_phy_init(&phy1)); in dm_test_phy_ops()
90 ut_assertok(generic_phy_init(&phy1)); in dm_test_phy_ops()
101 ut_assertok(generic_phy_init(&phy2)); in dm_test_phy_ops()
106 ut_assertok(generic_phy_init(&phy3)); in dm_test_phy_ops()
/openbmc/u-boot/include/
H A Dgeneric-phy.h133 int generic_phy_init(struct phy *phy);
226 static inline int generic_phy_init(struct phy *phy) in generic_phy_init() function
/openbmc/u-boot/drivers/ata/
H A Ddwc_ahci.c63 ret = generic_phy_init(&phy); in dwc_ahci_probe()
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c122 ret = generic_phy_init(&phy); in board_usb_init()
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c109 int generic_phy_init(struct phy *phy) in generic_phy_init() function
/openbmc/u-boot/drivers/usb/host/
H A Dohci-generic.c39 ret = generic_phy_init(&priv->phy); in ohci_setup_phy()
H A Dehci-hcd.c1704 ret = generic_phy_init(phy); in ehci_setup_phy()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dsunxi.c311 ret = generic_phy_init(&glue->phy); in sunxi_musb_init()
/openbmc/u-boot/board/sunxi/
H A Dboard.c705 ret = generic_phy_init(&phy); in g_dnl_board_usb_cable_connected()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c820 ret = generic_phy_init(&usb_phys[i]); in dwc3_setup_phy()