Home
last modified time | relevance | path

Searched refs:generic_phy_get_bulk (Results 1 – 7 of 7) sorted by relevance

/u-boot/include/
A Dgeneric-phy.h307 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
/u-boot/test/dm/
A Dphy.c125 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()
/u-boot/drivers/phy/
A Dphy-uclass.c218 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk() function
/u-boot/drivers/usb/host/
A Dxhci-mtk.c231 ret = generic_phy_get_bulk(dev, phys); in xhci_mtk_phy_setup()
/u-boot/drivers/usb/mtu3/
A Dmtu3_plat.c71 ret = generic_phy_get_bulk(dev, phys); in ssusb_phy_setup()
/u-boot/drivers/usb/dwc3/
A Dcore.c862 ret = generic_phy_get_bulk(dev, phys); in dwc3_setup_phy()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c958 ret = generic_phy_get_bulk(dev, phys); in dwc2_phy_setup()

Completed in 22 milliseconds