Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c87 static int ci_ep_disable(struct usb_ep *ep);
101 .disable = ci_ep_disable,
349 static int ci_ep_disable(struct usb_ep *ep) in ci_ep_disable() function