USB_FREE_URB

Section: (9)
Updated: 13 April 2004
Index Return to Main Contents

 

NAME

usb_free_urb - frees the memory used by a urb when all users of it are finished  

SYNOPSIS

void usb_free_urb (struct urb * urb);  

ARGUMENTS

urb
pointer to the urb to free
 

DESCRIPTION

Must be called when a user of a urb is finished with it. When the last user of the urb calls this function, the memory of the urb is freed.  

NOTE

The transfer buffer associated with the urb is not freed, that must be done elsewhere.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:22:04 GMT, April 13, 2004