1USB_GET_FROM_ANCHOR(9)           USB Core APIs          USB_GET_FROM_ANCHOR(9)
2
3
4

NAME

6       usb_get_from_anchor - get an anchor's oldest urb
7

SYNOPSIS

9       struct urb * usb_get_from_anchor(struct usb_anchor * anchor);
10

ARGUMENTS

12       anchor
13           the anchor whose urb you want
14

DESCRIPTION

16       This will take the oldest urb from an anchor, unanchor and return it
17

RETURN

19       The oldest urb from anchor, or NULL if anchor has no urbs associated
20       with it.
21
23Kernel Hackers Manual 3.10         June 2019            USB_GET_FROM_ANCHOR(9)
Impressum