|
Linux Kernel
3.7.1
|
#include <linux/spinlock.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/notifier.h>#include <linux/device.h>#include <linux/debugfs.h>#include <linux/uaccess.h>#include <linux/seq_file.h>#include <linux/uwb/debug-cmd.h>#include "uwb-internal.h"Go to the source code of this file.
Data Structures | |
| struct | uwb_dbg |
Functions | |
| void | uwb_dbg_add_rc (struct uwb_rc *rc) |
| void | uwb_dbg_del_rc (struct uwb_rc *rc) |
| void | uwb_dbg_init (void) |
| void | uwb_dbg_exit (void) |
| struct dentry * | uwb_dbg_create_pal_dir (struct uwb_pal *pal) |
uwb_dbg_add_rc - add a debug interface for a radio controller : the radio controller
Definition at line 313 of file uwb-debug.c.
uwb_dbg_create_pal_dir - create a debugfs directory for a PAL : The PAL.
Definition at line 392 of file uwb-debug.c.
uwb_dbg_del_rc - remove a radio controller's debug interface : the radio controller
Definition at line 350 of file uwb-debug.c.
uwb_dbg_exit - clean-up the debug interface sub-module
Definition at line 383 of file uwb-debug.c.
uwb_dbg_exit - initialize the debug interface sub-module
Definition at line 375 of file uwb-debug.c.
1.8.2