Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
sp887x.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "sp887x.h"

Go to the source code of this file.

Data Structures

struct  sp887x_state
 

Macros

#define SP887X_DEFAULT_FIRMWARE   "dvb-fe-sp887x.fw"
 
#define dprintk(args...)
 
#define BLOCKSIZE   30
 
#define FW_SIZE   0x4000
 

Functions

struct dvb_frontendsp887x_attach (const struct sp887x_config *config, struct i2c_adapter *i2c)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Spase sp887x DVB-T demodulator driver")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (sp887x_attach)
 

Macro Definition Documentation

#define BLOCKSIZE   30

Definition at line 132 of file sp887x.c.

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

Definition at line 34 of file sp887x.c.

#define FW_SIZE   0x4000

Definition at line 133 of file sp887x.c.

#define SP887X_DEFAULT_FIRMWARE   "dvb-fe-sp887x.fw"

Definition at line 11 of file sp887x.c.

Function Documentation

EXPORT_SYMBOL ( sp887x_attach  )
MODULE_DESCRIPTION ( "Spase sp887x DVB-T demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* sp887x_attach ( const struct sp887x_config config,
struct i2c_adapter i2c 
)
read

Definition at line 567 of file sp887x.c.