#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/etherdevice.h>
#include "u_ether.h"
Go to the source code of this file.
#define LOG2_STATUS_INTERVAL_MSEC 5 /* 1 << 5 == 32 msec */ |
- Enumerator:
ECM_NOTIFY_NONE |
|
ECM_NOTIFY_CONNECT |
|
ECM_NOTIFY_SPEED |
|
Definition at line 41 of file f_ecm.c.
ecm_bind_config - add CDC Ethernet network link to a configuration
: the configuration to support the network link : a buffer in which the ethernet address of the host side side of the link was recorded Context: single threaded during gadget setup
Returns zero on success, else negative errno.
Caller must have called (). Caller is also responsible for calling () before module unload.
Definition at line 854 of file f_ecm.c.