Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ix2505v.c File Reference
#include <linux/module.h>
#include <linux/dvb/frontend.h>
#include <linux/slab.h>
#include <linux/types.h>
#include "ix2505v.h"

Go to the source code of this file.

Data Structures

struct  ix2505v_state
 

Macros

#define dprintk(level, args...)
 
#define deb_info(args...)   dprintk(0x01, args)
 
#define deb_i2c(args...)   dprintk(0x02, args)
 

Functions

struct dvb_frontendix2505v_attach (struct dvb_frontend *fe, const struct ix2505v_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (ix2505v_attach)
 
 module_param_named (debug, ix2505v_debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("DVB IX2505V tuner driver")
 
 MODULE_AUTHOR ("Malcolm Priestley")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define deb_i2c (   args...)    dprintk(0x02, args)

Definition at line 35 of file ix2505v.c.

#define deb_info (   args...)    dprintk(0x01, args)

Definition at line 34 of file ix2505v.c.

#define dprintk (   level,
  args... 
)
Value:
do { \
if (ix2505v_debug & level) \
printk(KERN_DEBUG "ix2505v: " args); \
} while (0)

Definition at line 29 of file ix2505v.c.

Function Documentation

EXPORT_SYMBOL ( ix2505v_attach  )
struct dvb_frontend* ix2505v_attach ( struct dvb_frontend fe,
const struct ix2505v_config config,
struct i2c_adapter i2c 
)
read

Definition at line 272 of file ix2505v.c.

MODULE_AUTHOR ( "Malcolm Priestley"  )
MODULE_DESCRIPTION ( "DVB IX2505V tuner driver )
MODULE_LICENSE ( "GPL"  )
module_param_named ( debug  ,
ix2505v_debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)