Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <asm/byteorder.h>
#include "dvb_frontend.h"
#include "dvb_math.h"
#include "lgdt330x_priv.h"
#include "lgdt330x.h"
Go to the source code of this file.
Data Structures | |
struct | lgdt330x_state |
Macros | |
#define | dprintk(args...) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off lgdt330x frontend debugging (default:off).") | |
struct dvb_frontend * | lgdt330x_attach (const struct lgdt330x_config *config, struct i2c_adapter *i2c) |
MODULE_DESCRIPTION ("LGDT330X (ATSC 8VSB & ITU-T J.83 AnnexB 64/256 QAM) Demodulator Driver") | |
MODULE_AUTHOR ("Wilson Michaels") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (lgdt330x_attach) | |
#define dprintk | ( | args... | ) |
Definition at line 55 of file lgdt330x.c.
EXPORT_SYMBOL | ( | lgdt330x_attach | ) |
|
read |
Definition at line 732 of file lgdt330x.c.
MODULE_AUTHOR | ( | "Wilson Michaels" | ) |
MODULE_DESCRIPTION | ( | "LGDT330X (ATSC 8VSB & ITU-T J.83 AnnexB 64/256 QAM) Demodulator Driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off lgdt330x frontend debugging (default:off)." | |||
) |