Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/string.h>
#include "dvb_frontend.h"
#include "stv6110x_reg.h"
#include "stv6110x.h"
#include "stv6110x_priv.h"
Go to the source code of this file.
Functions | |
module_param (verbose, int, 0644) | |
MODULE_PARM_DESC (verbose,"Set Verbosity level") | |
struct stv6110x_devctl * | stv6110x_attach (struct dvb_frontend *fe, const struct stv6110x_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (stv6110x_attach) | |
MODULE_AUTHOR ("Manu Abraham") | |
MODULE_DESCRIPTION ("STV6110x Silicon tuner") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | stv6110x_attach | ) |
MODULE_AUTHOR | ( | "Manu Abraham" | ) |
MODULE_DESCRIPTION | ( | "STV6110x Silicon tuner" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |
Definition at line 361 of file stv6110x.c.