struct_usb_interface_cache(9) suse man page | unix.com

Man Page: struct_usb_interface_cache

Operating Environment: suse

Section: 9

STRUCT
USB_INTERFACE(9) Host-Side Data Types and Macro STRUCT USB_INTERFACE(9)
NAME
struct_usb_interface_cache - long-term representation of a device interface
SYNOPSIS
struct usb_interface_cache { unsigned num_altsetting; struct kref ref; struct usb_host_interface altsetting[0]; };
MEMBERS
num_altsetting number of altsettings defined. ref reference counter. altsetting[0] variable-length array of interface structures, one for each alternate setting that may be selected. Each one includes a set of endpoint configurations. They will be in no particular order.
DESCRIPTION
These structures persist for the lifetime of a usb_device, unlike struct usb_interface (which persists only as long as its configuration is installed). The altsetting arrays can be accessed through these structures at any time, permitting comparison of configurations and providing support for the /proc/bus/usb/devices pseudo-file.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRUCT USB_INTERFACE(9)
Related Man Pages
struct_usb_interface(9) - centos
struct_ccwgroup_driver(9) - suse
struct_usb_device(9) - suse
struct_usb_driver(9) - suse
struct_usb_interface(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com