|
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/string.h>#include <linux/slab.h>#include "dvb_frontend.h"#include "lnbp21.h"#include "lnbh24.h"Go to the source code of this file.
Data Structures | |
| struct | lnbp21 |
Functions | |
| struct dvb_frontend * | lnbh24_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 override_set, u8 override_clear, u8 i2c_addr) |
| EXPORT_SYMBOL (lnbh24_attach) | |
| struct dvb_frontend * | lnbp21_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 override_set, u8 override_clear) |
| EXPORT_SYMBOL (lnbp21_attach) | |
| MODULE_DESCRIPTION ("Driver for lnb supply and control ic lnbp21, lnbh24") | |
| MODULE_AUTHOR ("Oliver Endriss, Igor M. Liplianin") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL | ( | lnbh24_attach | ) |
| EXPORT_SYMBOL | ( | lnbp21_attach | ) |
|
read |
|
read |
| MODULE_AUTHOR | ( | "Oliver | Endriss, |
| Igor M.Liplianin" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2