1USB_ANCHOR_URB(9) USB Core APIs USB_ANCHOR_URB(9)
23
4
NAME
6usb_anchor_urb - anchors an URB while it is processed
7
SYNOPSIS
9void usb_anchor_urb(struct urb * urb, struct usb_anchor * anchor);
10
ARGUMENTS
12urb
13pointer to the urb to anchor
1415
anchor
16pointer to the anchor
17
DESCRIPTION
19This can be called to have access to URBs which are to be executed
20without bothering to track them
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 USB_ANCHOR_URB(9)