Rechercher une page de manuel
usb_ep_free_request
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
usb_ep_free_request - frees a request objectSYNOPSIS
- 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).
AUTHOR
David Brownell <dbrownell@users.sourceforge.net>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre