Query: struct_usb_interface_cache
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTUSB_INTERFACE(9) Host-Side Data Types and Macro STRUCT USB_INTERFACE(9)NAMEstruct_usb_interface_cache - long-term representation of a device interfaceSYNOPSISstruct usb_interface_cache { unsigned num_altsetting; struct kref ref; struct usb_host_interface altsetting[0]; };MEMBERSnum_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.DESCRIPTIONThese 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT USB_INTERFACE(9)
Related Man Pages |
---|
struct_i2c_board_info(9) - centos |
struct_usb_device_driver(9) - centos |
struct_usb_host_config(9) - centos |
struct_usb_function(9) - suse |
struct_usb_driver(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Unsure why access time on a directory change isn't changing |
Controlling user input |