Home
last modified time | relevance | path

Searched refs:generic_phy_get_by_name (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/test/dm/
H A Dphy.c32 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 Dgeneric-phy.h315 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 Dphy-uclass.su
H A Dphy-uclass.c83 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 Ddwc_ahci.c56 ret = generic_phy_get_by_name(dev, "sata-phy", &phy); in dwc_ahci_probe()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dcore.c331 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 Dda8xx.c289 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 Ddwc3-meson-g12a.c300 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 Dboard.c605 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 Danalogix_dp.c1052 generic_phy_get_by_name(dev, "dp", &dp->phy); in analogix_dp_probe()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym