|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/gfp.h>#include <linux/mISDNif.h>#include <linux/mISDNdsp.h>#include <linux/module.h>#include <linux/vmalloc.h>#include "core.h"#include "dsp.h"Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Andreas Eversberg") | |
| module_param (debug, uint, S_IRUGO|S_IWUSR) | |
| module_param (options, uint, S_IRUGO|S_IWUSR) | |
| module_param (poll, uint, S_IRUGO|S_IWUSR) | |
| module_param (dtmfthreshold, uint, S_IRUGO|S_IWUSR) | |
| MODULE_LICENSE ("GPL") | |
| module_init (dsp_init) | |
| module_exit (dsp_cleanup) | |
Variables | |
| spinlock_t | dsp_lock |
| struct list_head | dsp_ilist |
| struct list_head | conf_ilist |
| int | dsp_debug |
| int | dsp_options |
| int | dsp_poll |
| int | dsp_tics |
| MODULE_AUTHOR | ( | "Andreas Eversberg" | ) |
| module_exit | ( | dsp_cleanup | ) |
| module_init | ( | dsp_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 183 of file dsp_core.c.
| int dsp_debug |
Definition at line 184 of file dsp_core.c.
Definition at line 182 of file dsp_core.c.
| spinlock_t dsp_lock |
Definition at line 181 of file dsp_core.c.
| int dsp_options |
Definition at line 185 of file dsp_core.c.
| int dsp_poll |
Definition at line 186 of file dsp_core.c.
| int dsp_tics |
Definition at line 186 of file dsp_core.c.
1.8.2