1USB_UNANCHOR_URB(9) USB Core APIs USB_UNANCHOR_URB(9)
23
4
NAME
6usb_unanchor_urb - unanchors an URB
7
SYNOPSIS
9void usb_unanchor_urb(struct urb * urb);
10
ARGUMENTS
12urb
13pointer to the urb to anchor
14
DESCRIPTION
16Call this to stop the system keeping track of this URB
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 USB_UNANCHOR_URB(9)