USB_RELEASE_BANDWIDTH

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

usb_release_bandwidth - reverses effect of usb_claim_bandwidth  

SYNOPSIS

"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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:57 GMT, October 09, 2005