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

Go to the source code of this file.

Data Structures

struct  or51211_state
 

Macros

#define OR51211_DEFAULT_FIRMWARE   "dvb-fe-or51211.fw"
 
#define dprintk(args...)
 

Functions

struct dvb_frontendor51211_attach (const struct or51211_config *config, struct i2c_adapter *i2c)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Oren OR51211 VSB [pcHDTV HD-2000] Demodulator Driver")
 
 MODULE_AUTHOR ("Kirk Lapray")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (or51211_attach)
 

Macro Definition Documentation

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

Definition at line 46 of file or51211.c.

#define OR51211_DEFAULT_FIRMWARE   "dvb-fe-or51211.fw"

Definition at line 31 of file or51211.c.

Function Documentation

EXPORT_SYMBOL ( or51211_attach  )
MODULE_AUTHOR ( "Kirk Lapray"  )
MODULE_DESCRIPTION ( "Oren OR51211 VSB Demodulator Driver"  [pcHDTV HD-2000])
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* or51211_attach ( const struct or51211_config config,
struct i2c_adapter i2c 
)
read

Definition at line 524 of file or51211.c.