Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/wusbcore/
Dwa-rpipe.c516 void rpipe_ep_disable(struct wahc *wa, struct usb_host_endpoint *ep) in rpipe_ep_disable() function
534 EXPORT_SYMBOL_GPL(rpipe_ep_disable);
Dwa-hc.h334 extern void rpipe_ep_disable(struct wahc *, struct usb_host_endpoint *);
/linux-4.4.14/drivers/usb/host/
Dhwa-hc.c240 rpipe_ep_disable(&hwahc->wa, ep); in hwahc_op_endpoint_disable()