Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
s5h1420.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/jiffies.h>
#include <asm/div64.h>
#include <linux/i2c.h>
#include "dvb_frontend.h"
#include "s5h1420.h"
#include "s5h1420_priv.h"

Go to the source code of this file.

Data Structures

struct  s5h1420_state
 

Macros

#define TONE_FREQ   22000
 
#define dprintk(x...)
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"enable debugging")
 
struct i2c_adapters5h1420_get_tuner_i2c_adapter (struct dvb_frontend *fe)
 
 EXPORT_SYMBOL (s5h1420_get_tuner_i2c_adapter)
 
struct dvb_frontends5h1420_attach (const struct s5h1420_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (s5h1420_attach)
 
 MODULE_DESCRIPTION ("Samsung S5H1420/PnpNetwork PN1010 DVB-S Demodulator driver")
 
 MODULE_AUTHOR ("Andrew de Quincey, Patrick Boettcher")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 74 of file s5h1420.c.

#define TONE_FREQ   22000

Definition at line 41 of file s5h1420.c.

Function Documentation

EXPORT_SYMBOL ( s5h1420_get_tuner_i2c_adapter  )
EXPORT_SYMBOL ( s5h1420_attach  )
MODULE_AUTHOR ( "Andrew de  Quincey,
Patrick Boettcher"   
)
MODULE_DESCRIPTION ( "Samsung S5H1420/PnpNetwork PN1010 DVB-S Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"enable debugging"   
)
struct dvb_frontend* s5h1420_attach ( const struct s5h1420_config config,
struct i2c_adapter i2c 
)
read

Definition at line 867 of file s5h1420.c.

struct i2c_adapter* s5h1420_get_tuner_i2c_adapter ( struct dvb_frontend fe)
read

Definition at line 858 of file s5h1420.c.