.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "USB_GET_URB" "9" "09 October 2005" "" ""
.SH NAME
usb_get_urb \- increments the reference count of the urb
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct urb * usb_get_urb (struct urb * \fIurb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIurb\fB\fR
pointer to the urb to modify, may be NULL
.SH "DESCRIPTION"
.PP
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.
.PP
A pointer to the urb with the incremented reference counter is returned.