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

Go to the source code of this file.

Macros

#define deb_decode(args...)   dprintk(dvb_usb_af9005_remote_debug,0x01,args)
 

Functions

 module_param_named (debug, dvb_usb_af9005_remote_debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"enable (1) or disable (0) debug messages."DVB_USB_DEBUG_STATUS)
 
int af9005_rc_decode (struct dvb_usb_device *d, u8 *data, int len, u32 *event, int *state)
 
 EXPORT_SYMBOL (rc_map_af9005_table)
 
 EXPORT_SYMBOL (rc_map_af9005_table_size)
 
 EXPORT_SYMBOL (af9005_rc_decode)
 
 MODULE_AUTHOR ("Luca Olivetti <[email protected]>")
 
 MODULE_DESCRIPTION ("Standard remote control decoder for Afatech 9005 DVB-T USB1.1 stick")
 
 MODULE_VERSION ("1.0")
 
 MODULE_LICENSE ("GPL")
 

Variables

struct rc_map_table rc_map_af9005_table []
 
int rc_map_af9005_table_size = ARRAY_SIZE(rc_map_af9005_table)
 

Macro Definition Documentation

#define deb_decode (   args...)    dprintk(dvb_usb_af9005_remote_debug,0x01,args)

Definition at line 34 of file af9005-remote.c.

Function Documentation

int af9005_rc_decode ( struct dvb_usb_device d,
u8 data,
int  len,
u32 event,
int state 
)

Definition at line 86 of file af9005-remote.c.

EXPORT_SYMBOL ( rc_map_af9005_table  )
EXPORT_SYMBOL ( rc_map_af9005_table_size  )
EXPORT_SYMBOL ( af9005_rc_decode  )
MODULE_AUTHOR ( "Luca Olivetti <[email protected]>"  )
MODULE_DESCRIPTION ( "Standard remote control decoder for Afatech 9005 DVB-T USB1.1 stick"  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( debug  ,
dvb_usb_af9005_remote_debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"enable (1) or disable (0) debug messages."  DVB_USB_DEBUG_STATUS 
)
MODULE_VERSION ( "1.0"  )

Variable Documentation

struct rc_map_table rc_map_af9005_table[]

Definition at line 36 of file af9005-remote.c.

int rc_map_af9005_table_size = ARRAY_SIZE(rc_map_af9005_table)

Definition at line 77 of file af9005-remote.c.