Home
last modified time | relevance | path

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

/u-boot/include/
A Dgeneric-phy.h325 int generic_phy_exit_bulk(struct phy_bulk *bulk);
395 static inline int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk() function
/u-boot/test/dm/
A Dphy.c131 ut_asserteq(0, generic_phy_exit_bulk(&phys)); in dm_test_phy_bulk()
143 ut_asserteq(0, generic_phy_exit_bulk(&phys)); in dm_test_phy_bulk()
/u-boot/drivers/usb/host/
A Dxhci-mtk.c241 generic_phy_exit_bulk(phys); in xhci_mtk_phy_setup()
249 generic_phy_exit_bulk(&mtk->phys); in xhci_mtk_phy_shutdown()
/u-boot/drivers/usb/mtu3/
A Dmtu3_plat.c81 generic_phy_exit_bulk(phys); in ssusb_phy_setup()
89 generic_phy_exit_bulk(&ssusb->phys); in ssusb_phy_shutdown()
/u-boot/drivers/phy/
A Dphy-uclass.c270 int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk() function
/u-boot/drivers/usb/dwc3/
A Dcore.c872 generic_phy_exit_bulk(phys); in dwc3_setup_phy()
882 ret |= generic_phy_exit_bulk(phys); in dwc3_shutdown_phy()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c968 generic_phy_exit_bulk(phys); in dwc2_phy_setup()
976 generic_phy_exit_bulk(phys); in dwc2_phy_shutdown()

Completed in 17 milliseconds