1USB_UNLINK_ANCHORED_(9) USB Core APIs USB_UNLINK_ANCHORED_(9)
2
3
4
6 usb_unlink_anchored_urbs - asynchronously cancel transfer requests en
7 masse
8
10 void usb_unlink_anchored_urbs(struct usb_anchor * anchor);
11
13 anchor
14 anchor the requests are bound to
15
17 this allows all outstanding URBs to be unlinked starting from the back
18 of the queue. This function is asynchronous. The unlinking is just
19 tiggered. It may happen after this function has returned.
20
21 This routine should not be called by a driver after its disconnect
22 method has returned.
23
25Kernel Hackers Manual 2.6. June 2019 USB_UNLINK_ANCHORED_(9)