Lines Matching refs:usb_phy
2685 if (IS_ENABLED(CONFIG_USB_PHY) && !hcd->usb_phy) { in usb_add_hcd()
2686 struct usb_phy *phy = usb_get_phy_dev(hcd->self.controller, 0); in usb_add_hcd()
2698 hcd->usb_phy = phy; in usb_add_hcd()
2896 if (hcd->remove_phy && hcd->usb_phy) { in usb_add_hcd()
2897 usb_phy_shutdown(hcd->usb_phy); in usb_add_hcd()
2898 usb_put_phy(hcd->usb_phy); in usb_add_hcd()
2899 hcd->usb_phy = NULL; in usb_add_hcd()
2979 if (hcd->remove_phy && hcd->usb_phy) { in usb_remove_hcd()
2980 usb_phy_shutdown(hcd->usb_phy); in usb_remove_hcd()
2981 usb_put_phy(hcd->usb_phy); in usb_remove_hcd()
2982 hcd->usb_phy = NULL; in usb_remove_hcd()