|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/poll.h>#include <linux/proc_fs.h>#include <linux/sched.h>#include <linux/slab.h>#include <linux/mutex.h>#include <linux/kernel.h>#include "hysdn_defs.h"Go to the source code of this file.
Data Structures | |
| struct | log_data |
| struct | procdata |
Functions | |
| void | hysdn_card_errlog (hysdn_card *card, tErrLogEntry *logp, int maxsize) |
| void | hysdn_addlog (hysdn_card *card, char *fmt,...) |
| int | hysdn_proclog_init (hysdn_card *card) |
| void | hysdn_proclog_release (hysdn_card *card) |
Variables | |
| struct proc_dir_entry * | hysdn_proc_entry |
| void hysdn_addlog | ( | hysdn_card * | card, |
| char * | fmt, | ||
| ... | |||
| ) |
Definition at line 69 of file hysdn_proclog.c.
| void hysdn_card_errlog | ( | hysdn_card * | card, |
| tErrLogEntry * | logp, | ||
| int | maxsize | ||
| ) |
Definition at line 57 of file hysdn_proclog.c.
| int hysdn_proclog_init | ( | hysdn_card * | card | ) |
Definition at line 368 of file hysdn_proclog.c.
| void hysdn_proclog_release | ( | hysdn_card * | card | ) |
Definition at line 393 of file hysdn_proclog.c.
| struct proc_dir_entry* hysdn_proc_entry |
Definition at line 375 of file hysdn_procconf.c.
1.8.2