Lines Matching refs:usb_phy
2645 if (IS_ENABLED(CONFIG_USB_PHY) && !hcd->usb_phy) { in usb_add_hcd()
2646 struct usb_phy *phy = usb_get_phy_dev(hcd->self.controller, 0); in usb_add_hcd()
2658 hcd->usb_phy = phy; in usb_add_hcd()
2837 if (hcd->remove_phy && hcd->usb_phy) { in usb_add_hcd()
2838 usb_phy_shutdown(hcd->usb_phy); in usb_add_hcd()
2839 usb_put_phy(hcd->usb_phy); in usb_add_hcd()
2840 hcd->usb_phy = NULL; in usb_add_hcd()
2920 if (hcd->remove_phy && hcd->usb_phy) { in usb_remove_hcd()
2921 usb_phy_shutdown(hcd->usb_phy); in usb_remove_hcd()
2922 usb_put_phy(hcd->usb_phy); in usb_remove_hcd()
2923 hcd->usb_phy = NULL; in usb_remove_hcd()