1. NAME

usb_ep_free_request - frees a request object

2. SYNOPSIS

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

3. ARGUMENTS

ep
    the endpoint associated with the request

req
    the request being freed

4. 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).

5. AUTHOR

David Brownell <>
    Author.

6. COPYRIGHT