Searched defs:usb_free_urb (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Durb.c60 * The driver must call usb_free_urb() when it is finished with the urb.
81 * usb_free_urb - frees the memory used by a urb when all users of it are finished
90 void usb_free_urb(struct urb *urb) function
95 EXPORT_SYMBOL_GPL(usb_free_urb); variable

Completed in 60 milliseconds