Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
usb.c File Reference
#include "i2400m-usb.h"
#include <linux/wimax/i2400m.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "usb-debug-levels.h"

Go to the source code of this file.

Macros

#define D_SUBMODULE   usb
 
#define I2400MU_FW_FILE_NAME_v1_5   "i2400m-fw-usb-1.5.sbcf"
 
#define I2400MU_FW_FILE_NAME_v1_4   "i2400m-fw-usb-1.4.sbcf"
 
#define I6050U_FW_FILE_NAME_v1_5   "i6050-fw-usb-1.5.sbcf"
 
#define __debugfs_register(prefix, name, parent)
 

Functions

 module_param_string (debug, i2400mu_debug_params, sizeof(i2400mu_debug_params), 0644)
 
 MODULE_PARM_DESC (debug,"String of space-separated NAME:VALUE pairs, where NAMEs ""are the different debug submodules and VALUE are the ""initial debug value to set.")
 
 MODULE_DEVICE_TABLE (usb, i2400mu_id_table)
 
 module_init (i2400mu_driver_init)
 
 module_exit (i2400mu_driver_exit)
 
 MODULE_AUTHOR ("Intel Corporation <[email protected]>")
 
 MODULE_DESCRIPTION ("Driver for USB based Intel Wireless WiMAX Connection 2400M ""(5x50 & 6050)")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_FIRMWARE (I2400MU_FW_FILE_NAME_v1_5)
 
 MODULE_FIRMWARE (I6050U_FW_FILE_NAME_v1_5)
 

Variables

struct d_level D_LEVEL []
 
size_t D_LEVEL_SIZE = ARRAY_SIZE(D_LEVEL)
 

Macro Definition Documentation

#define __debugfs_register (   prefix,
  name,
  parent 
)
Value:
do { \
result = d_level_register_debugfs(prefix, name, parent); \
if (result < 0) \
goto error; \
} while (0)

Definition at line 384 of file usb.c.

#define D_SUBMODULE   usb

Definition at line 73 of file usb.c.

#define I2400MU_FW_FILE_NAME_v1_4   "i2400m-fw-usb-1.4.sbcf"
#define I2400MU_FW_FILE_NAME_v1_5   "i2400m-fw-usb-1.5.sbcf"
#define I6050U_FW_FILE_NAME_v1_5   "i6050-fw-usb-1.5.sbcf"

Function Documentation

MODULE_AUTHOR ( "Intel Corporation <[email protected]>"  )
MODULE_DESCRIPTION ( "Driver for USB based Intel Wireless WiMAX Connection 2400M ""(5x50 & 6050)"  )
MODULE_DEVICE_TABLE ( usb  ,
i2400mu_id_table   
)
module_exit ( i2400mu_driver_exit  )
MODULE_FIRMWARE ( I2400MU_FW_FILE_NAME_v1_5  )
MODULE_FIRMWARE ( I6050U_FW_FILE_NAME_v1_5  )
module_init ( i2400mu_driver_init  )
MODULE_LICENSE ( "GPL"  )
module_param_string ( debug  ,
i2400mu_debug_params  ,
sizeof(i2400mu_debug_params)  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"String of space-separated NAME:VALUE  pairs,
where NAMEs""are the different debug submodules and VALUE are the""initial debug value to set."   
)

Variable Documentation

struct d_level D_LEVEL[]
Initial value:

Definition at line 374 of file usb.c.

size_t D_LEVEL_SIZE = ARRAY_SIZE(D_LEVEL)

Definition at line 381 of file usb.c.