1USB_KILL_ANCHORED_UR(9) USB Core APIs USB_KILL_ANCHORED_UR(9)
23
4
NAME
6usb_kill_anchored_urbs - cancel transfer requests en masse
7
SYNOPSIS
9void usb_kill_anchored_urbs(struct usb_anchor * anchor);
10
ARGUMENTS
12anchor
13anchor the requests are bound to
14
DESCRIPTION
16this allows all outstanding URBs to be killed starting from the back of
17the queue
1819
This routine should not be called by a driver after its disconnect
20method has returned.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 USB_KILL_ANCHORED_UR(9)