Searched refs:usb_phy_set_suspend (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 89 retval = usb_phy_set_suspend(priv->usb_phy, 0); in usbhs_rcar2_power_ctrl() 91 usb_phy_set_suspend(priv->usb_phy, 1); in usbhs_rcar2_power_ctrl()
|
/linux-4.1.27/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 | 488 err = usb_phy_set_suspend(hcd->usb_phy, 0); in tegra_ehci_probe()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | core.c | 924 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_probe() 925 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_probe() 967 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_probe() 968 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_probe() 1002 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_remove() 1003 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_remove()
|
/linux-4.1.27/drivers/usb/musb/ |
D | ux500.c | 347 usb_phy_set_suspend(musb->xceiv, 1); in ux500_suspend() 365 usb_phy_set_suspend(musb->xceiv, 0); in ux500_resume()
|
/linux-4.1.27/include/linux/usb/ |
D | phy.h | 270 usb_phy_set_suspend(struct usb_phy *x, int suspend) in usb_phy_set_suspend() function
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | core.c | 895 usb_phy_set_suspend(ci->usb_phy, 1); in ci_controller_suspend() 913 usb_phy_set_suspend(ci->usb_phy, 0); in ci_controller_resume()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | omap_udc.c | 1788 usb_phy_set_suspend( in devstate_irq() 1793 usb_phy_set_suspend( in devstate_irq()
|