USB_EP_FREE_REQUEST
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
usb_ep_free_request - frees a request object
SYNOPSIS
void usb_ep_free_request (struct usb_ep * ep, struct usb_request * req);
ARGUMENTS
- ep
-
the 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).
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 12:49:38 GMT, April 09, 2004