Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c94 static int dwc2_ep_disable(struct usb_ep *ep);
134 .disable = dwc2_ep_disable,
679 static int dwc2_ep_disable(struct usb_ep *_ep) in dwc2_ep_disable() function