Searched refs:usb_phy_set_suspend (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/usb/host/ |
D | ehci-omap.c | 177 usb_phy_set_suspend(omap->phy[i], 0); in ehci_hcd_omap_probe() 216 usb_phy_set_suspend(omap->phy[i], 0); in ehci_hcd_omap_probe()
|
/Linux-v5.10/drivers/usb/dwc3/ |
D | core.c | 720 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_exit() 721 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_core_exit() 987 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_core_init() 988 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_core_init() 1095 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_init() 1096 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_core_init() 1582 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_probe() 1583 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_probe()
|
/Linux-v5.10/drivers/usb/musb/ |
D | ux500.c | 337 usb_phy_set_suspend(musb->xceiv, 1); in ux500_suspend() 357 usb_phy_set_suspend(musb->xceiv, 0); in ux500_resume()
|
/Linux-v5.10/include/linux/usb/ |
D | phy.h | 302 usb_phy_set_suspend(struct usb_phy *x, int suspend) in usb_phy_set_suspend() function
|
/Linux-v5.10/drivers/usb/chipidea/ |
D | core.c | 1269 usb_phy_set_suspend(ci->usb_phy, 1); in ci_controller_suspend() 1316 usb_phy_set_suspend(ci->usb_phy, 0); in ci_controller_resume()
|
/Linux-v5.10/drivers/usb/dwc2/ |
D | core_intr.c | 525 usb_phy_set_suspend(hsotg->uphy, true); in dwc2_handle_usb_suspend_intr()
|
D | hcd.c | 4367 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend() 4406 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | omap_udc.c | 1784 usb_phy_set_suspend( in devstate_irq() 1789 usb_phy_set_suspend( in devstate_irq()
|