|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/types.h>#include <linux/stddef.h>#include <linux/module.h>#include <linux/spinlock.h>#include <linux/mISDNif.h>#include "core.h"Go to the source code of this file.
Macros | |
| #define | MAX_DEVICE_ID 63 |
Functions | |
| MODULE_AUTHOR ("Karsten Keil") | |
| MODULE_LICENSE ("GPL") | |
| module_param (debug, uint, S_IRUGO|S_IWUSR) | |
| struct mISDNdevice * | get_mdevice (u_int id) |
| int | get_mdevice_count (void) |
| int | mISDN_register_device (struct mISDNdevice *dev, struct device *parent, char *name) |
| EXPORT_SYMBOL (mISDN_register_device) | |
| void | mISDN_unregister_device (struct mISDNdevice *dev) |
| EXPORT_SYMBOL (mISDN_unregister_device) | |
| u_int | get_all_Bprotocols (void) |
| struct Bprotocol * | get_Bprotocol4mask (u_int m) |
| struct Bprotocol * | get_Bprotocol4id (u_int id) |
| int | mISDN_register_Bprotocol (struct Bprotocol *bp) |
| EXPORT_SYMBOL (mISDN_register_Bprotocol) | |
| void | mISDN_unregister_Bprotocol (struct Bprotocol *bp) |
| EXPORT_SYMBOL (mISDN_unregister_Bprotocol) | |
| const char * | mISDNDevName4ch (struct mISDNchannel *ch) |
| EXPORT_SYMBOL (mISDNDevName4ch) | |
| module_init (mISDNInit) | |
| module_exit (mISDN_cleanup) | |
| EXPORT_SYMBOL | ( | mISDN_register_device | ) |
| EXPORT_SYMBOL | ( | mISDN_unregister_device | ) |
| EXPORT_SYMBOL | ( | mISDN_register_Bprotocol | ) |
| EXPORT_SYMBOL | ( | mISDN_unregister_Bprotocol | ) |
| EXPORT_SYMBOL | ( | mISDNDevName4ch | ) |
| MODULE_AUTHOR | ( | "Karsten Keil" | ) |
| module_exit | ( | mISDN_cleanup | ) |
| module_init | ( | mISDNInit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2