Home
last modified time | relevance | path

Searched refs:usb_phy_set_suspend (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dcore.c869 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_phy_power_on()
870 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_phy_power_on()
894 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_on()
895 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_on()
910 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_off()
911 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_off()
/linux/include/linux/usb/
H A Dphy.h302 usb_phy_set_suspend(struct usb_phy *x, int suspend) in usb_phy_set_suspend() function
/linux/drivers/usb/dwc2/
H A Dhcd.c4395 usb_phy_set_suspend(hsotg->uphy, true); in _dwc2_hcd_suspend()
4496 usb_phy_set_suspend(hsotg->uphy, false); in _dwc2_hcd_resume()