|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | hexium_data |
| struct | hexium |
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | DEBUG_VARIABLE debug |
| #define | HEXIUM_GEMINI 4 |
| #define | HEXIUM_GEMINI_DUAL 5 |
| #define | HEXIUM_INPUTS 9 |
| #define | HEXIUM_AUDIOS 0 |
| #define | HEXIUM_GEMINI_V_1_0 1 |
| #define | HEXIUM_GEMINI_DUAL_V_1_0 2 |
Functions | |
| module_param (debug, int, 0) | |
| MODULE_PARM_DESC (debug,"debug verbosity") | |
| MODULE_DEVICE_TABLE (pci, pci_tbl) | |
| module_init (hexium_init_module) | |
| module_exit (hexium_cleanup_module) | |
| MODULE_DESCRIPTION ("video4linux-2 driver for Hexium Gemini frame grabber cards") | |
| MODULE_AUTHOR ("Michael Hunold <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define DEBUG_VARIABLE debug |
Definition at line 26 of file hexium_gemini.c.
| #define HEXIUM_AUDIOS 0 |
Definition at line 54 of file hexium_gemini.c.
| #define HEXIUM_GEMINI 4 |
Definition at line 38 of file hexium_gemini.c.
| #define HEXIUM_GEMINI_DUAL 5 |
Definition at line 39 of file hexium_gemini.c.
| #define HEXIUM_GEMINI_DUAL_V_1_0 2 |
Definition at line 63 of file hexium_gemini.c.
| #define HEXIUM_GEMINI_V_1_0 1 |
Definition at line 62 of file hexium_gemini.c.
| #define HEXIUM_INPUTS 9 |
Definition at line 41 of file hexium_gemini.c.
Definition at line 24 of file hexium_gemini.c.
| MODULE_AUTHOR | ( | "Michael Hunold <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| pci_tbl | |||
| ) |
| module_exit | ( | hexium_cleanup_module | ) |
| module_init | ( | hexium_init_module | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | debug | , |
| "debug verbosity" | |||
| ) |
1.8.2