1USB_POISON_ANCHORED_(9) USB Core APIs USB_POISON_ANCHORED_(9)
2
3
4
6 usb_poison_anchored_urbs - cease all traffic from an anchor
7
9 void usb_poison_anchored_urbs(struct usb_anchor * anchor);
10
12 anchor
13 anchor the requests are bound to
14
16 this allows all outstanding URBs to be poisoned starting from the back
17 of the queue. Newly added URBs will also be poisoned
18
19 This routine should not be called by a driver after its disconnect
20 method has returned.
21
23Kernel Hackers Manual 3.10 June 2019 USB_POISON_ANCHORED_(9)