usb_free_urb

Section: Kernel Hacker's Manual (9)
Updated: usb_free_urb
Index Return to Main Contents
 

NAME

usb_free_urb - frees the memory used by a urb  

SYNOPSIS

void usb_free_urb (struct urb*urb);  

ARGUMENTS

urb

 pointer to the urb to free
 

DESCRIPTION

If an urb is created with a call to usb_create_urb it should be cleaned up with a call to usb_free_urb when the driver is finished with it.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:50:50 GMT, June 12, 2005