Searched refs:generic_phy_exit_bulk (Results 1 – 7 of 7) sorted by relevance
325 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
131 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()
241 generic_phy_exit_bulk(phys); in xhci_mtk_phy_setup()249 generic_phy_exit_bulk(&mtk->phys); in xhci_mtk_phy_shutdown()
81 generic_phy_exit_bulk(phys); in ssusb_phy_setup()89 generic_phy_exit_bulk(&ssusb->phys); in ssusb_phy_shutdown()
270 int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk() function
872 generic_phy_exit_bulk(phys); in dwc3_setup_phy()882 ret |= generic_phy_exit_bulk(phys); in dwc3_shutdown_phy()
968 generic_phy_exit_bulk(phys); in dwc2_phy_setup()976 generic_phy_exit_bulk(phys); in dwc2_phy_shutdown()
Completed in 17 milliseconds