Lines Matching full:usb_phy
269 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
270 if (IS_ERR(hcd->usb_phy)) { in xhci_plat_probe()
271 ret = PTR_ERR(hcd->usb_phy); in xhci_plat_probe()
274 hcd->usb_phy = NULL; in xhci_plat_probe()
276 ret = usb_phy_init(hcd->usb_phy); in xhci_plat_probe()
303 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, in xhci_plat_probe()
305 if (IS_ERR(xhci->shared_hcd->usb_phy)) { in xhci_plat_probe()
306 xhci->shared_hcd->usb_phy = NULL; in xhci_plat_probe()
308 ret = usb_phy_init(xhci->shared_hcd->usb_phy); in xhci_plat_probe()
347 usb_phy_shutdown(hcd->usb_phy); in xhci_plat_probe()
424 usb_phy_shutdown(hcd->usb_phy); in xhci_plat_remove()