usb_add_function(9) suse man page | unix.com

Man Page: usb_add_function

Operating Environment: suse

Section: 9

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 2.6. July 2010 USB_ADD_FUNCTION(9)
Related Man Pages
struct_usb_composite_driver(9) - centos
struct_usb_function(9) - centos
usb_gadget_config_buf(9) - centos
struct_usb_configuration(9) - suse
struct_usb_function(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?!
Tar Command
32 bit process addressing more than 4GB