Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "lgs8gl5.h"
Go to the source code of this file.
Data Structures | |
struct | lgs8gl5_state |
Macros | |
#define | REG_RESET 0x02 |
#define | REG_RESET_OFF 0x01 |
#define | REG_03 0x03 |
#define | REG_04 0x04 |
#define | REG_07 0x07 |
#define | REG_09 0x09 |
#define | REG_0A 0x0a |
#define | REG_0B 0x0b |
#define | REG_0C 0x0c |
#define | REG_37 0x37 |
#define | REG_STRENGTH 0x4b |
#define | REG_STRENGTH_MASK 0x7f |
#define | REG_STRENGTH_CARRIER 0x80 |
#define | REG_INVERSION 0x7c |
#define | REG_INVERSION_ON 0x80 |
#define | REG_7D 0x7d |
#define | REG_7E 0x7e |
#define | REG_A2 0xa2 |
#define | REG_STATUS 0xa4 |
#define | REG_STATUS_SYNC 0x04 |
#define | REG_STATUS_LOCK 0x01 |
#define | dprintk(args...) |
Functions | |
struct dvb_frontend * | lgs8gl5_attach (const struct lgs8gl5_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (lgs8gl5_attach) | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
MODULE_DESCRIPTION ("Legend Silicon LGS-8GL5 DMB-TH Demodulator driver") | |
MODULE_AUTHOR ("Timothy Lee") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | args... | ) |
EXPORT_SYMBOL | ( | lgs8gl5_attach | ) |
|
read |
MODULE_AUTHOR | ( | "Timothy Lee" | ) |
MODULE_DESCRIPTION | ( | "Legend Silicon LGS-8GL5 DMB-TH Demodulator driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |