1USB_UNLINK_ANCHORED_(9)          USB Core APIs         USB_UNLINK_ANCHORED_(9)
2
3
4

NAME

6       usb_unlink_anchored_urbs - asynchronously cancel transfer requests en
7       masse
8

SYNOPSIS

10       void usb_unlink_anchored_urbs(struct usb_anchor * anchor);
11

ARGUMENTS

13       anchor
14           anchor the requests are bound to
15

DESCRIPTION

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       triggered. 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 3.10         June 2019           USB_UNLINK_ANCHORED_(9)
Impressum