Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "nxt6000_priv.h"
#include "nxt6000.h"
Go to the source code of this file.
Data Structures | |
struct | nxt6000_state |
Macros | |
#define | dprintk if (debug) printk |
Functions | |
struct dvb_frontend * | nxt6000_attach (const struct nxt6000_config *config, struct i2c_adapter *i2c) |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
MODULE_DESCRIPTION ("NxtWave NXT6000 DVB-T demodulator driver") | |
MODULE_AUTHOR ("Florian Schirmer") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (nxt6000_attach) | |
EXPORT_SYMBOL | ( | nxt6000_attach | ) |
MODULE_AUTHOR | ( | "Florian Schirmer" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |
|
read |