1USB_GET_FROM_ANCHOR(9) USB Core APIs USB_GET_FROM_ANCHOR(9)
23
4
NAME
6usb_get_from_anchor - get an anchor's oldest urb
7
SYNOPSIS
9struct urb * usb_get_from_anchor(struct usb_anchor * anchor);
10
ARGUMENTS
12anchor
13the anchor whose urb you want
14
DESCRIPTION
16This will take the oldest urb from an anchor, unanchor and return it
17
RETURN
19The oldest urb from anchor, or NULL if anchor has no urbs associated
20with it.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 USB_GET_FROM_ANCHOR(9)