Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
af9015.c File Reference
#include "af9015.h"

Go to the source code of this file.

Data Structures

struct  af9015_rc_setup
 

Macros

#define BUF_LEN   63
 
#define REQ_HDR_LEN   8 /* send header size */
 
#define ACK_HDR_LEN   2 /* rece header size */
 
#define FW_ADDR   0x5100 /* firmware start address */
 
#define LEN_MAX   55 /* max packet size */
 

Functions

 module_param_named (remote, dvb_usb_af9015_remote, int, 0644)
 
 MODULE_PARM_DESC (remote,"select remote")
 
 DVB_DEFINE_MOD_OPT_ADAPTER_NR (adapter_nr)
 
 MODULE_DEVICE_TABLE (usb, af9015_id_table)
 
 module_usb_driver (af9015_usb_driver)
 
 MODULE_AUTHOR ("Antti Palosaari <[email protected]>")
 
 MODULE_DESCRIPTION ("Afatech AF9015 driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_FIRMWARE (AF9015_FIRMWARE)
 

Macro Definition Documentation

#define ACK_HDR_LEN   2 /* rece header size */
#define BUF_LEN   63
#define FW_ADDR   0x5100 /* firmware start address */
#define LEN_MAX   55 /* max packet size */
#define REQ_HDR_LEN   8 /* send header size */

Function Documentation

DVB_DEFINE_MOD_OPT_ADAPTER_NR ( adapter_nr  )
MODULE_AUTHOR ( "Antti Palosaari <[email protected]>"  )
MODULE_DESCRIPTION ( "Afatech AF9015 driver )
MODULE_DEVICE_TABLE ( usb  ,
af9015_id_table   
)
MODULE_FIRMWARE ( AF9015_FIRMWARE  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( remote  ,
dvb_usb_af9015_remote  ,
int  ,
0644   
)
MODULE_PARM_DESC ( remote  ,
"select remote"   
)
module_usb_driver ( af9015_usb_driver  )