|
Linux Kernel
3.7.1
|
#include <linux/i2c.h>#include <linux/module.h>#include <media/tuner.h>#include <media/tuner-types.h>Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL (tuners) | |
| EXPORT_SYMBOL (tuner_count) | |
| MODULE_DESCRIPTION ("Simple tuner device type database") | |
| MODULE_AUTHOR ("Ralph Metzler, Gerd Knorr, Gunther Mayer") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct tunertype | tuners [] |
| unsigned const int | tuner_count = ARRAY_SIZE(tuners) |
| EXPORT_SYMBOL | ( | tuners | ) |
| EXPORT_SYMBOL | ( | tuner_count | ) |
| MODULE_AUTHOR | ( | "Ralph | Metzler, |
| Gerd | Knorr, | ||
| Gunther Mayer" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| unsigned const int tuner_count = ARRAY_SIZE(tuners) |
Definition at line 1878 of file tuner-types.c.
Definition at line 1386 of file tuner-types.c.
1.8.2