.\" 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_RELEASE_BANDWIDTH" "9" "09 October 2005" "" ""
.SH NAME
usb_release_bandwidth \- reverses effect of usb_claim_bandwidth
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void usb_release_bandwidth (struct usb_device * \fIdev\fB, struct urb * \fIurb\fB, int \fIisoc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
source/target of request
.TP
\fB\fIurb\fB\fR
request (urb->dev == dev)
.TP
\fB\fIisoc\fB\fR
true iff the request is isochronous
.SH "DESCRIPTION"
.PP
This records that previously allocated bandwidth has been released.
Bandwidth is released when endpoints are removed from the host controller's
periodic schedule.