Searched refs:generic_phy_get_by_index (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | generic-phy.h | 193 int generic_phy_get_by_index(struct udevice *user, int index, 251 static inline int generic_phy_get_by_index(struct udevice *user, int index, in generic_phy_get_by_index() function
|
/openbmc/u-boot/drivers/phy/ |
H A D | phy-uclass.c | 34 int generic_phy_get_by_index(struct udevice *dev, int index, in generic_phy_get_by_index() function 106 return generic_phy_get_by_index(dev, index, phy); in generic_phy_get_by_name()
|
/openbmc/u-boot/test/dm/ |
H A D | phy.c | 30 ut_assertok(generic_phy_get_by_index(parent, 0, &phy1_method2)) in dm_test_phy_base()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-generic.c | 32 ret = generic_phy_get_by_index(dev, index, &priv->phy); in ohci_setup_phy()
|
H A D | ehci-hcd.c | 1697 ret = generic_phy_get_by_index(dev, index, phy); in ehci_setup_phy()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.c | 811 ret = generic_phy_get_by_index(dev, i, &usb_phys[i]); in dwc3_setup_phy()
|