Name

usb_kill_anchored_urbs — kill all URBs associated with an anchor

Synopsis

void usb_kill_anchored_urbs (struct usb_anchor * anchor);
 

Arguments

anchor

anchor the requests are bound to

Description

This kills all outstanding URBs starting from the back of the queue, with guarantee that no completer callbacks will take place from the anchor after this function returns.

This routine should not be called by a driver after its disconnect method has returned.