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
COPYRIGHT
19Kernel Hackers Manual 2.6. November 2011 USB_GET_FROM_ANCHOR(9)