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

NAME

6       usb_get_urb - increments the reference count of the urb
7

SYNOPSIS

9       struct urb * usb_get_urb(struct urb * urb);
10

ARGUMENTS

12       urb
13           pointer to the urb to modify, may be NULL
14

DESCRIPTION

16       This must be called whenever a urb is transferred from a device driver
17       to a host controller driver. This allows proper reference counting to
18       happen for urbs.
19

RETURN

21       A pointer to the urb with the incremented reference counter.
22
24Kernel Hackers Manual 3.10         June 2019                    USB_GET_URB(9)
Impressum