USB_RELEASE_BANDWIDTH
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
usb_release_bandwidth - reverses effect of usb_claim_bandwidth
SYNOPSIS
void usb_release_bandwidth (struct usb_device * dev, struct urb * urb, int isoc);
ARGUMENTS
- dev
-
source/target of request
- urb
-
request (urb->dev == dev)
- isoc
-
true iff the request is isochronous
DESCRIPTION
This records that previously allocated bandwidth has been released.
Bandwidth is released when endpoints are removed from the host controller's
periodic schedule.
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