Searched refs:generic_phy_get_bulk (Results 1 – 7 of 7) sorted by relevance
307 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk);385 generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk() function
125 ut_assertok(generic_phy_get_bulk(parent, &phys)); in dm_test_phy_bulk()137 ut_assertok(generic_phy_get_bulk(parent, &phys)); in dm_test_phy_bulk()
218 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk() function
231 ret = generic_phy_get_bulk(dev, phys); in xhci_mtk_phy_setup()
71 ret = generic_phy_get_bulk(dev, phys); in ssusb_phy_setup()
862 ret = generic_phy_get_bulk(dev, phys); in dwc3_setup_phy()
958 ret = generic_phy_get_bulk(dev, phys); in dwc2_phy_setup()
Completed in 22 milliseconds