Searched refs:usb_phy_set_suspend (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 88 retval = usb_phy_set_suspend(priv->usb_phy, 0); in usbhs_rcar2_power_ctrl() 90 usb_phy_set_suspend(priv->usb_phy, 1); in usbhs_rcar2_power_ctrl()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-omap.c | 194 usb_phy_set_suspend(omap->phy[i], 0); in ehci_hcd_omap_probe() 233 usb_phy_set_suspend(omap->phy[i], 0); in ehci_hcd_omap_probe()
|
D | ehci-tegra.c | 494 err = usb_phy_set_suspend(hcd->usb_phy, 0); in tegra_ehci_probe()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | core.c | 1020 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_probe() 1021 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_probe() 1063 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_probe() 1064 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_probe() 1099 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_remove() 1100 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_remove()
|
/linux-4.4.14/drivers/usb/musb/ |
D | ux500.c | 351 usb_phy_set_suspend(musb->xceiv, 1); in ux500_suspend() 369 usb_phy_set_suspend(musb->xceiv, 0); in ux500_resume()
|
/linux-4.4.14/include/linux/usb/ |
D | phy.h | 278 usb_phy_set_suspend(struct usb_phy *x, int suspend) in usb_phy_set_suspend() function
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | core_intr.c | 455 usb_phy_set_suspend(hsotg->uphy, true); in dwc2_handle_usb_suspend_intr()
|
D | hcd.c | 2420 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend() 2464 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | core.c | 1131 usb_phy_set_suspend(ci->usb_phy, 1); in ci_controller_suspend() 1149 usb_phy_set_suspend(ci->usb_phy, 0); in ci_controller_resume()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | omap_udc.c | 1788 usb_phy_set_suspend( in devstate_irq() 1793 usb_phy_set_suspend( in devstate_irq()
|