config
function
single threaded during gadget setup
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.
David Brownell <dbrownell@users.sourceforge.net>