1USB_EP_FREE_REQUEST(9)      Kernel Mode Gadget API      USB_EP_FREE_REQUEST(9)
2
3
4

NAME

6       usb_ep_free_request - frees a request object
7

SYNOPSIS

9       void usb_ep_free_request(struct usb_ep * ep, struct usb_request * req);
10

ARGUMENTS

12       ep
13           the endpoint associated with the request
14
15       req
16           the request being freed
17

DESCRIPTION

19       Reverses the effect of usb_ep_alloc_request. Caller guarantees the
20       request is not queued, and that it will no longer be requeued (or
21       otherwise used).
22

AUTHOR

24       David Brownell <dbrownell@users.sourceforge.net>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019            USB_EP_FREE_REQUEST(9)
Impressum