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

Go to the source code of this file.

Data Structures

struct  cx24110_state
 

Macros

#define dprintk(args...)
 

Functions

struct dvb_frontendcx24110_attach (const struct cx24110_config *config, struct i2c_adapter *i2c)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Conexant CX24110 DVB-S Demodulator driver")
 
 MODULE_AUTHOR ("Peter Hettkamp")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (cx24110_attach)
 

Macro Definition Documentation

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

Definition at line 48 of file cx24110.c.

Function Documentation

struct dvb_frontend* cx24110_attach ( const struct cx24110_config config,
struct i2c_adapter i2c 
)
read

Definition at line 594 of file cx24110.c.

EXPORT_SYMBOL ( cx24110_attach  )
MODULE_AUTHOR ( "Peter Hettkamp"  )
MODULE_DESCRIPTION ( "Conexant CX24110 DVB-S Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)

Variable Documentation

Definition at line 53 of file cx24110.c.

Definition at line 53 of file cx24110.c.