USB_GET_URB
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
usb_get_urb - increments the reference count of the urb
SYNOPSIS
struct urb * usb_get_urb (struct urb * urb);
ARGUMENTS
- urb
-
pointer to the urb to modify
DESCRIPTION
This must be called whenever a urb is transferred from a device driver to a
host controller driver. This allows proper reference counting to happen
for urbs.
A pointer to the urb with the incremented reference counter is returned.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:51:19 GMT, April 09, 2004