#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/module.h>
#include "u_serial.h"
#include "gadget_chips.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Felipe Balbi" |
| ) |
|
obex_bind_config - add a CDC OBEX function to a configuration
: the configuration to support the CDC OBEX instance : /dev/ttyGS* port this interface will use Context: single threaded during gadget setup
Returns zero on success, else negative errno.
Caller must have called () with enough ports to handle all the ones it binds. Caller is also responsible for calling () before module unload.
Definition at line 418 of file f_obex.c.