|
Linux Kernel
3.7.1
|
#include <linux/bug.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/errno.h>#include <linux/proc_fs.h>#include <linux/seq_file.h>#include <linux/interrupt.h>#include <linux/timer.h>#include <linux/mutex.h>#include "picvue.h"Go to the source code of this file.
Macros | |
| #define | DISPLAY_DIR_NAME "display" |
Functions | |
| void | pvc_proc_timerfunc (unsigned long data) |
| module_init (pvc_proc_init) | |
| module_exit (pvc_proc_cleanup) | |
| MODULE_LICENSE ("GPL") | |
| #define DISPLAY_DIR_NAME "display" |
Definition at line 27 of file picvue_proc.c.
| module_exit | ( | pvc_proc_cleanup | ) |
| module_init | ( | pvc_proc_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 159 of file picvue_proc.c.
1.8.2