Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
f_eem.c File Reference
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/etherdevice.h>
#include <linux/crc32.h>
#include <linux/slab.h>
#include "u_ether.h"

Go to the source code of this file.

Data Structures

struct  f_eem
 

Macros

#define EEM_HLEN   2
 

Functions

int __init eem_bind_config (struct usb_configuration *c)
 

Macro Definition Documentation

#define EEM_HLEN   2

Definition at line 22 of file f_eem.c.

Function Documentation

int __init eem_bind_config ( struct usb_configuration c)

eem_bind_config - add CDC Ethernet (EEM) network link to a configuration : the configuration to support the network link 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 558 of file f_eem.c.