|
Linux Kernel
3.7.1
|
#include <linux/debugfs.h>#include <linux/module.h>#include <linux/seq_file.h>#include <linux/spinlock.h>#include <linux/uaccess.h>#include "hid-wiimote.h"Go to the source code of this file.
Data Structures | |
| struct | wiimote_debug |
Functions | |
| int | wiidebug_init (struct wiimote_data *wdata) |
| void | wiidebug_deinit (struct wiimote_data *wdata) |
| void wiidebug_deinit | ( | struct wiimote_data * | wdata | ) |
Definition at line 206 of file hid-wiimote-debug.c.
| int wiidebug_init | ( | struct wiimote_data * | wdata | ) |
Definition at line 171 of file hid-wiimote-debug.c.
1.8.2