Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c86 static int ci_ep_disable(struct usb_ep *ep);
100 .disable = ci_ep_disable,
352 static int ci_ep_disable(struct usb_ep *ep) in ci_ep_disable() function