USB_GET_CURRENT_FRAME_NUMBER

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

usb_get_current_frame_number - return current bus frame number  

SYNOPSIS

int usb_get_current_frame_number (struct usb_device * dev);  

ARGUMENTS

dev
the device whose bus is being queried
 

DESCRIPTION

Returns the current frame number for the USB host controller used with the given USB device. This can be used when scheduling isochronous requests.

Note that different kinds of host controller have different ``scheduling horizons''. While one type might support scheduling only 32 frames into the future, others could support scheduling up to 1024 frames into the future.  

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:20:11 GMT, April 09, 2004