Lines Matching full:usb_phy
266 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
267 if (IS_ERR(hcd->usb_phy)) { in xhci_plat_probe()
268 ret = PTR_ERR(hcd->usb_phy); in xhci_plat_probe()
271 hcd->usb_phy = NULL; in xhci_plat_probe()
273 ret = usb_phy_init(hcd->usb_phy); in xhci_plat_probe()
300 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, in xhci_plat_probe()
302 if (IS_ERR(xhci->shared_hcd->usb_phy)) { in xhci_plat_probe()
303 xhci->shared_hcd->usb_phy = NULL; in xhci_plat_probe()
305 ret = usb_phy_init(xhci->shared_hcd->usb_phy); in xhci_plat_probe()
345 usb_phy_shutdown(hcd->usb_phy); in xhci_plat_probe()
422 usb_phy_shutdown(hcd->usb_phy); in xhci_plat_remove()