Searched refs:usb_phy_set_suspend (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-omap.c | 171 usb_phy_set_suspend(omap->phy[i], 0); in ehci_hcd_omap_probe() 210 usb_phy_set_suspend(omap->phy[i], 0); in ehci_hcd_omap_probe()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | ux500.c | 321 usb_phy_set_suspend(musb->xceiv, 1); in ux500_suspend() 341 usb_phy_set_suspend(musb->xceiv, 0); in ux500_resume()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 797 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_phy_power_on() 798 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_phy_power_on() 832 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_on() 833 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_on() 843 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_off() 844 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_off()
|
/openbmc/linux/include/linux/usb/ |
H A D | phy.h | 302 usb_phy_set_suspend(struct usb_phy *x, int suspend) in usb_phy_set_suspend() function
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_tegra.c | 272 usb_phy_set_suspend(ci->usb_phy, enable); in tegra_usb_enter_lpm()
|
H A D | core.c | 1318 usb_phy_set_suspend(ci->usb_phy, 1); in ci_controller_suspend() 1367 usb_phy_set_suspend(ci->usb_phy, 0); in ci_controller_resume()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | core_intr.c | 540 usb_phy_set_suspend(hsotg->uphy, true); in dwc2_handle_usb_suspend_intr()
|
H A D | hcd.c | 4395 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend() 4496 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 1789 usb_phy_set_suspend( in devstate_irq() 1794 usb_phy_set_suspend( in devstate_irq()
|