Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c3407 static int dwc2_hsotg_ep_disable(struct usb_ep *ep);
3434 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_core_init_disconnected()
3436 dwc2_hsotg_ep_disable(&hsotg->eps_out[ep]->ep); in dwc2_hsotg_core_init_disconnected()
4268 static int dwc2_hsotg_ep_disable(struct usb_ep *ep) in dwc2_hsotg_ep_disable() function
4324 ret = dwc2_hsotg_ep_disable(ep); in dwc2_hsotg_ep_disable_lock()