Lines Matching full:usb_phy
278 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
279 if (IS_ERR(hcd->usb_phy)) { in xhci_plat_probe()
280 ret = PTR_ERR(hcd->usb_phy); in xhci_plat_probe()
283 hcd->usb_phy = NULL; in xhci_plat_probe()
285 ret = usb_phy_init(hcd->usb_phy); in xhci_plat_probe()
312 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, in xhci_plat_probe()
314 if (IS_ERR(xhci->shared_hcd->usb_phy)) { in xhci_plat_probe()
315 xhci->shared_hcd->usb_phy = NULL; in xhci_plat_probe()
317 ret = usb_phy_init(xhci->shared_hcd->usb_phy); in xhci_plat_probe()
356 usb_phy_shutdown(hcd->usb_phy); in xhci_plat_probe()
433 usb_phy_shutdown(hcd->usb_phy); in xhci_plat_remove()