usb_get_current_frame_number(9) suse man page | unix.com

Man Page: usb_get_current_frame_number

Operating Environment: suse

Section: 9

USB_GET_CURRENT_FRAM(9) 					   USB Core APIs					   USB_GET_CURRENT_FRAM(9)

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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_GET_CURRENT_FRAM(9)
Related Man Pages
usb_fill_int_urb(9) - suse
usb_sg_init(9) - suse
usb_get_current_frame_number(9f) - opensolaris
usb_make_path(9) - centos
usb(4) - plan9
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I