other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
USB_EP_FREE_REQUEST(9) | Kernel Mode Gadget API | USB_EP_FREE_REQUEST(9) |
NAME¶
usb_ep_free_request - frees a request objectSYNOPSIS¶
void
usb_ep_free_request(struct usb_ep * ep,
struct usb_request * req);
ARGUMENTS¶
epthe endpoint associated with the request
req
the request being freed
DESCRIPTION¶
Reverses the effect of usb_ep_alloc_request. Caller guarantees the request is not queued, and that it will no longer be requeued (or otherwise used).AUTHOR¶
David Brownell <dbrownell@users.sourceforge.net>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |