Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include "dvb_frontend.h"
#include "cx24110.h"
Go to the source code of this file.
Data Structures | |
struct | cx24110_state |
Macros | |
#define | dprintk(args...) |
Functions | |
struct dvb_frontend * | cx24110_attach (const struct cx24110_config *config, struct i2c_adapter *i2c) |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
MODULE_DESCRIPTION ("Conexant CX24110 DVB-S Demodulator driver") | |
MODULE_AUTHOR ("Peter Hettkamp") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (cx24110_attach) | |
#define dprintk | ( | args... | ) |
|
read |
EXPORT_SYMBOL | ( | cx24110_attach | ) |
MODULE_AUTHOR | ( | "Peter Hettkamp" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |