Searched refs:generic_phy_get_by_name (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | phy.c | 32 ut_assertok(generic_phy_get_by_name(parent, "phy1", &phy1_method1)) in dm_test_phy_base() 40 ut_assertok(generic_phy_get_by_name(parent, "phy2", &phy2)) in dm_test_phy_base() 47 ut_assertok(generic_phy_get_by_name(parent, "phy3", &phy3)) in dm_test_phy_base() 52 ut_asserteq(-ENODATA, generic_phy_get_by_name(parent, in dm_test_phy_base() 70 ut_assertok(generic_phy_get_by_name(parent, "phy1", &phy1)); in dm_test_phy_ops() 72 ut_assertok(generic_phy_get_by_name(parent, "phy2", &phy2)); in dm_test_phy_ops() 74 ut_assertok(generic_phy_get_by_name(parent, "phy3", &phy3)); in dm_test_phy_ops()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | generic-phy.h | 315 int generic_phy_get_by_name(struct udevice *user, const char *phy_name, 364 static inline int generic_phy_get_by_name(struct udevice *user, const char *phy_name, in generic_phy_get_by_name() function
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-uclass.su | |
| H A D | phy-uclass.c | 83 int generic_phy_get_by_name(struct udevice *dev, const char *phy_name, in generic_phy_get_by_name() function
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | dwc_ahci.c | 56 ret = generic_phy_get_by_name(dev, "sata-phy", &phy); in dwc_ahci_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | core.c | 331 ret = generic_phy_get_by_name(dev, "cdns3,usb2-phy", &cdns->usb2_phy); in cdns3_probe() 339 ret = generic_phy_get_by_name(dev, "cdns3,usb3-phy", &cdns->usb3_phy); in cdns3_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | da8xx.c | 289 ret = generic_phy_get_by_name(dev, "usb-phy", &platdata->phy); in da8xx_musb_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | dwc3-meson-g12a.c | 300 ret = generic_phy_get_by_name(priv->dev, phy_names[i], in dwc3_meson_g12a_get_phys()
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | board.c | 605 ret = generic_phy_get_by_name(dev, "usb", &phy); in g_dnl_board_usb_cable_connected()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | analogix_dp.c | 1052 generic_phy_get_by_name(dev, "dp", &dp->phy); in analogix_dp_probe()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |