|
Linux Kernel
3.7.1
|
#include "cinergyT2.h"Go to the source code of this file.
Data Structures | |
| struct | cinergyt2_state |
Macros | |
| #define | RC_REPEAT_DELAY 3 |
Functions | |
| module_param_named (debug, dvb_usb_cinergyt2_debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"set debugging level (1=info, xfer=2, rc=4 ""(or-able)).") | |
| DVB_DEFINE_MOD_OPT_ADAPTER_NR (adapter_nr) | |
| MODULE_DEVICE_TABLE (usb, cinergyt2_usb_table) | |
| module_usb_driver (cinergyt2_driver) | |
| MODULE_DESCRIPTION ("Terratec Cinergy T2 DVB-T driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Tomi Orava") | |
Variables | |
| int | dvb_usb_cinergyt2_debug |
| #define RC_REPEAT_DELAY 3 |
Definition at line 128 of file cinergyT2-core.c.
| DVB_DEFINE_MOD_OPT_ADAPTER_NR | ( | adapter_nr | ) |
| MODULE_AUTHOR | ( | "Tomi Orava" | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| cinergyt2_usb_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param_named | ( | debug | , |
| dvb_usb_cinergyt2_debug | , | ||
| int | , | ||
| 0644 | |||
| ) |
| module_usb_driver | ( | cinergyt2_driver | ) |
| int dvb_usb_cinergyt2_debug |
Definition at line 34 of file cinergyT2-core.c.
1.8.2