Query: usb_string_ids_tab
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_STRING_IDS_TAB(9) Kernel Mode Gadget API USB_STRING_IDS_TAB(9)NAMEusb_string_ids_tab - allocate unused string IDs in batchSYNOPSISint usb_string_ids_tab(struct usb_composite_dev * cdev, struct usb_string * str);ARGUMENTScdev the device whose string descriptor IDs are being allocated str an array of usb_string objects to assign numbers toCONTEXTsingle threaded during gadget setupDESCRIPTIONusb_string_ids() is called from bind callbacks to allocate string IDs. Drivers for functions, configurations, or gadgets will then copy IDs from the string table to the appropriate descriptors and string table for other languages. All string identifier should be allocated using this, usb_string_id() or usb_string_ids_n() routine, to ensure that for example different functions don't wrongly assign different meanings to the same identifier.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_STRING_IDS_TAB(9)
Related Man Pages |
---|
struct_usb_composite_driver(9) - centos |
struct_usb_function(9) - centos |
usb_interface_id(9) - centos |
struct_usb_function(9) - suse |
usb_gadget_config_buf(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
DB2 convert digits to binary format |