centos man page for usb_add_function

Query: usb_add_function

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

USB_ADD_FUNCTION(9)					      Kernel Mode Gadget API					       USB_ADD_FUNCTION(9)

NAME
usb_add_function - add a function to a configuration
SYNOPSIS
int usb_add_function(struct usb_configuration * config, struct usb_function * function);
ARGUMENTS
config the configuration function the function being added
CONTEXT
single threaded during gadget setup
DESCRIPTION
After initialization, each configuration must have one or more functions added to it. Adding a function involves calling its bind() method to allocate resources such as interface and string identifiers and endpoints. This function returns the value of the function's bind, which is zero for success else a negative errno value.
AUTHOR
David Brownell <dbrownell@users.sourceforge.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_ADD_FUNCTION(9)
Related Man Pages
usb_interface_id(9) - suse
struct_usb_configuration(9) - centos
struct_usb_gadget_driver(9) - centos
struct_usb_gadget_driver(9) - suse
usb_gadget_config_buf(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Tar Command
Docker learning Phase-I
Unsure why access time on a directory change isn't changing