Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "lnbp22.h"
Go to the source code of this file.
Data Structures | |
struct | lnbp22 |
Macros | |
#define | dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off debugging (default:off).") | |
struct dvb_frontend * | lnbp22_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (lnbp22_attach) | |
MODULE_DESCRIPTION ("Driver for lnb supply and control ic lnbp22") | |
MODULE_AUTHOR ("Dominik Kuhlen") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | lnbp22_attach | ) |
|
read |
MODULE_AUTHOR | ( | "Dominik Kuhlen" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off debugging (default:off)." | |||
) |