Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
lgs8gxx.c File Reference
#include <asm/div64.h>
#include <linux/firmware.h>
#include "dvb_frontend.h"
#include "lgs8gxx.h"
#include "lgs8gxx_priv.h"

Go to the source code of this file.

Macros

#define dprintk(args...)
 
#define LGS8GXX_FIRMWARE   "lgs8g75.fw"
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 module_param (fake_signal_str, int, 0644)
 
 MODULE_PARM_DESC (fake_signal_str,"fake signal strength for LGS8913.""Signal strength calculation is slow.(default:on).")
 
struct dvb_frontendlgs8gxx_attach (const struct lgs8gxx_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (lgs8gxx_attach)
 
 MODULE_DESCRIPTION ("Legend Silicon LGS8913/LGS8GXX DMB-TH demodulator driver")
 
 MODULE_AUTHOR ("David T. L. Wong <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_FIRMWARE (LGS8GXX_FIRMWARE)
 

Macro Definition Documentation

#define dprintk (   args...)
Value:
do { \
if (debug) \
printk(KERN_DEBUG "lgs8gxx: " args); \
} while (0)

Definition at line 34 of file lgs8gxx.c.

#define LGS8GXX_FIRMWARE   "lgs8g75.fw"

Definition at line 43 of file lgs8gxx.c.

Function Documentation

EXPORT_SYMBOL ( lgs8gxx_attach  )
struct dvb_frontend* lgs8gxx_attach ( const struct lgs8gxx_config config,
struct i2c_adapter i2c 
)
read

Definition at line 1028 of file lgs8gxx.c.

MODULE_AUTHOR ( "David T. L. Wong <[email protected]>"  )
MODULE_DESCRIPTION ( "Legend Silicon LGS8913/LGS8GXX DMB-TH demodulator driver )
MODULE_FIRMWARE ( LGS8GXX_FIRMWARE  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
module_param ( fake_signal_str  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
MODULE_PARM_DESC ( fake_signal_str  ,
"fake signal strength for LGS8913.""Signal strength calculation is slow.(default:on)."   
)