Query: usb_free_urb
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_FREE_URB(9) USB Core APIs USB_FREE_URB(9)NAMEusb_free_urb - frees the memory used by a urb when all users of it are finishedSYNOPSISvoid usb_free_urb(struct urb * urb);ARGUMENTSurb pointer to the urb to free, may be NULLDESCRIPTIONMust 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.NOTEThe transfer buffer associated with the urb is not freed unless the URB_FREE_BUFFER transfer flag is set.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_FREE_URB(9)