Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/delay.h>
#include "dvb_frontend.h"
#include "au8522.h"
#include "au8522_priv.h"
Go to the source code of this file.
Data Structures | |
struct | mse2snr_tab |
Macros | |
#define | dprintk(arg...) |
Functions | |
struct dvb_frontend * | au8522_attach (const struct au8522_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (au8522_attach) | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Enable verbose debug messages") | |
MODULE_DESCRIPTION ("Auvitek AU8522 QAM-B/ATSC Demodulator driver") | |
MODULE_AUTHOR ("Steven Toth") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | arg... | ) |
Definition at line 33 of file au8522_dig.c.
|
read |
Definition at line 748 of file au8522_dig.c.
EXPORT_SYMBOL | ( | au8522_attach | ) |
MODULE_AUTHOR | ( | "Steven Toth" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 283 of file au8522_dig.c.
Definition at line 282 of file au8522_dig.c.