#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include "dvb_frontend.h"
#include "cx24123.h"
Go to the source code of this file.
|
struct | cx24123_state |
|
struct | cx24123_AGC_val |
|
struct | cx24123_bandselect_val |
|
#define dprintk |
( |
|
args... | ) |
|
Value:do { \
printk(args); \
} \
} while (0)
Definition at line 47 of file cx24123.c.
#define err |
( |
|
args... | ) |
do { printk(KERN_ERR "CX24123: " args); } while (0) |
#define info |
( |
|
args... | ) |
do { printk(KERN_INFO "CX24123: " args); } while (0) |
MODULE_AUTHOR |
( |
"Steven Toth" |
| ) |
|
MODULE_DESCRIPTION |
( |
"DVB Frontend module for Conexant ""CX24123/CX24109/CX24113 hardware" |
| ) |
|
module_param |
( |
force_band |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
force_band |
, |
|
|
"Force a specific band select ""(1-9, default:off)." |
|
|
) |
| |
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"Activates frontend debugging (default:0)" |
|
|
) |
| |