Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c2818 static int dwc2_hsotg_ep_disable(struct usb_ep *ep) in dwc2_hsotg_ep_disable() function
3066 .disable = dwc2_hsotg_ep_disable,
3198 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_udc_stop()
3200 dwc2_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in dwc2_hsotg_udc_stop()
3701 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_suspend()
3703 dwc2_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in dwc2_hsotg_suspend()