Query: usb_find_alt_setting
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_FIND_ALT_SETTING(9) USB Core APIs USB_FIND_ALT_SETTING(9)NAMEusb_find_alt_setting - Given a configuration, find the alternate setting for the given interface.SYNOPSISstruct usb_host_interface * usb_find_alt_setting(struct usb_host_config * config, unsigned int iface_num, unsigned int alt_num);ARGUMENTSconfig the configuration to search (not necessarily the current config). iface_num interface number to search in alt_num alternate interface setting number to search for.DESCRIPTIONSearch the configuration's interface cache for the given alt setting.RETURNThe alternate setting, if found. NULL otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_FIND_ALT_SETTING(9)
| Related Man Pages |
|---|
| struct_usb_host_config(9) - centos |
| struct_usb_function(9) - centos |
| usb_interface_id(9) - centos |
| ubt(4) - netbsd |
| struct_usb_function(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |