Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-rpipe.c501 void rpipe_ep_disable(struct wahc *wa, struct usb_host_endpoint *ep) in rpipe_ep_disable() function
519 EXPORT_SYMBOL_GPL(rpipe_ep_disable);
Dwa-hc.h320 extern void rpipe_ep_disable(struct wahc *, struct usb_host_endpoint *);
/Linux-v5.4/drivers/staging/wusbcore/host/
Dhwa-hc.c226 rpipe_ep_disable(&hwahc->wa, ep); in hwahc_op_endpoint_disable()