|
Linux Kernel
3.7.1
|
#include <linux/debugfs.h>#include <linux/seq_file.h>#include <linux/sched.h>#include <linux/export.h>#include <linux/slab.h>#include <linux/uaccess.h>#include <linux/poll.h>#include <linux/hid.h>#include <linux/hid-debug.h>Go to the source code of this file.
Data Structures | |
| struct | hid_usage_entry |
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| char * | hid_resolv_usage (unsigned usage, struct seq_file *f) |
| EXPORT_SYMBOL_GPL (hid_resolv_usage) | |
| void | hid_dump_field (struct hid_field *field, int n, struct seq_file *f) |
| EXPORT_SYMBOL_GPL (hid_dump_field) | |
| void | hid_dump_device (struct hid_device *device, struct seq_file *f) |
| EXPORT_SYMBOL_GPL (hid_dump_device) | |
| void | hid_debug_event (struct hid_device *hdev, char *buf) |
| EXPORT_SYMBOL_GPL (hid_debug_event) | |
| void | hid_dump_input (struct hid_device *hdev, struct hid_usage *usage, __s32 value) |
| EXPORT_SYMBOL_GPL (hid_dump_input) | |
| void | hid_debug_register (struct hid_device *hdev, const char *name) |
| void | hid_debug_unregister (struct hid_device *hdev) |
| void | hid_debug_init (void) |
| void | hid_debug_exit (void) |
Definition at line 29 of file hid-debug.c.
| EXPORT_SYMBOL_GPL | ( | hid_resolv_usage | ) |
| EXPORT_SYMBOL_GPL | ( | hid_dump_field | ) |
| EXPORT_SYMBOL_GPL | ( | hid_dump_device | ) |
| EXPORT_SYMBOL_GPL | ( | hid_debug_event | ) |
| EXPORT_SYMBOL_GPL | ( | hid_dump_input | ) |
| void hid_debug_event | ( | struct hid_device * | hdev, |
| char * | buf | ||
| ) |
Definition at line 578 of file hid-debug.c.
Definition at line 1106 of file hid-debug.c.
Definition at line 1101 of file hid-debug.c.
| void hid_debug_register | ( | struct hid_device * | hdev, |
| const char * | name | ||
| ) |
Definition at line 1082 of file hid-debug.c.
| void hid_debug_unregister | ( | struct hid_device * | hdev | ) |
Definition at line 1092 of file hid-debug.c.
| void hid_dump_device | ( | struct hid_device * | device, |
| struct seq_file * | f | ||
| ) |
Definition at line 547 of file hid-debug.c.
Definition at line 449 of file hid-debug.c.
Definition at line 594 of file hid-debug.c.
Definition at line 400 of file hid-debug.c.
1.8.2