#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.
#define itd_dbg |
( |
|
args... | ) |
|
#define itd_info |
( |
|
args... | ) |
|
#define itd_warn |
( |
|
args... | ) |
|
MODULE_DESCRIPTION |
( |
"Integrant ITD1000 driver" |
| ) |
|
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"Turn on/off debugging (default:off)." |
|
|
) |
| |
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.