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

Go to the source code of this file.

Macros

#define itd_dbg(args...)
 
#define itd_warn(args...)
 
#define itd_info(args...)
 
#define FREF   16
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off debugging (default:off).")
 
struct dvb_frontenditd1000_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg)
 
 EXPORT_SYMBOL (itd1000_attach)
 
 MODULE_AUTHOR ("Patrick Boettcher <[email protected]>")
 
 MODULE_DESCRIPTION ("Integrant ITD1000 driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define FREF   16

Definition at line 213 of file itd1000.c.

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

Definition at line 38 of file itd1000.c.

#define itd_info (   args...)
Value:
do { \
printk(KERN_INFO "ITD1000: " args); \
} while (0)

Definition at line 48 of file itd1000.c.

#define itd_warn (   args...)
Value:
do { \
printk(KERN_WARNING "ITD1000: " args); \
} while (0)

Definition at line 44 of file itd1000.c.

Function Documentation

EXPORT_SYMBOL ( itd1000_attach  )
struct dvb_frontend* itd1000_attach ( struct dvb_frontend fe,
struct i2c_adapter i2c,
struct itd1000_config cfg 
)
read

Definition at line 366 of file itd1000.c.

MODULE_AUTHOR ( "Patrick Boettcher <[email protected]>"  )
MODULE_DESCRIPTION ( "Integrant ITD1000 driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off debugging (default:off)."   
)

Variable Documentation

u8 bbgvmin

Definition at line 100 of file itd1000.c.

u32 fmax_rg

Definition at line 146 of file itd1000.c.

u32 freq

Definition at line 197 of file itd1000.c.

u8 pgaext

Definition at line 99 of file itd1000.c.

u32 symbol_rate

Definition at line 98 of file itd1000.c.

to hardware register values

hga_pan_display - pan or wrap the display

:pointer to fb_info object containing info for current hga board

This function looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag in

i810fb_encode_registers - encode

Definition at line 198 of file itd1000.c.

u8 vcorg

Definition at line 145 of file itd1000.c.