Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/dvb/frontend.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "mt2131.h"
#include "mt2131_priv.h"
Go to the source code of this file.
Macros | |
#define | dprintk(level, fmt, arg...) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off debugging (default:off).") | |
struct dvb_frontend * | mt2131_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2131_config *cfg, u16 if1) |
EXPORT_SYMBOL (mt2131_attach) | |
MODULE_AUTHOR ("Steven Toth") | |
MODULE_DESCRIPTION ("Microtune MT2131 silicon tuner driver") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | mt2131_attach | ) |
MODULE_AUTHOR | ( | "Steven Toth" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off debugging (default:off)." | |||
) |
|
read |