Name
usb_unlink_anchored_urbs —
asynchronously cancel transfer requests en masse
Synopsis
void usb_unlink_anchored_urbs ( | struct usb_anchor * | anchor) ; |
Arguments
anchor
anchor the requests are bound to
Description
this allows all outstanding URBs to be unlinked starting
from the back of the queue. This function is asynchronous.
The unlinking is just tiggered. It may happen after this
function has returned.