Searched refs:generic_phy_get_by_name (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | phy.c | 29 ut_assertok(generic_phy_get_by_name(parent, "phy1", &phy1_method1)) in dm_test_phy_base() 37 ut_assertok(generic_phy_get_by_name(parent, "phy2", &phy2)) in dm_test_phy_base() 44 ut_assertok(generic_phy_get_by_name(parent, "phy3", &phy3)) in dm_test_phy_base() 49 ut_asserteq(-ENODATA, generic_phy_get_by_name(parent, in dm_test_phy_base() 67 ut_assertok(generic_phy_get_by_name(parent, "phy1", &phy1)); in dm_test_phy_ops() 69 ut_assertok(generic_phy_get_by_name(parent, "phy2", &phy2)); in dm_test_phy_ops() 71 ut_assertok(generic_phy_get_by_name(parent, "phy3", &phy3)); in dm_test_phy_ops()
|
/openbmc/u-boot/include/ |
H A D | generic-phy.h | 221 int generic_phy_get_by_name(struct udevice *user, const char *phy_name, 257 static inline int generic_phy_get_by_name(struct udevice *user, const char *phy_name, in generic_phy_get_by_name() function
|
/openbmc/u-boot/drivers/ata/ |
H A D | dwc_ahci.c | 57 ret = generic_phy_get_by_name(dev, "sata-phy", &phy); in dwc_ahci_probe()
|
/openbmc/u-boot/drivers/phy/ |
H A D | phy-uclass.c | 93 int generic_phy_get_by_name(struct udevice *dev, const char *phy_name, in generic_phy_get_by_name() function
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | sunxi.c | 466 ret = generic_phy_get_by_name(dev, "usb", &glue->phy); in musb_usb_probe()
|
/openbmc/u-boot/board/sunxi/ |
H A D | board.c | 699 ret = generic_phy_get_by_name(dev, "usb", &phy); in g_dnl_board_usb_cable_connected()
|