Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
uwb-debug.c File Reference
#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 dentryuwb_dbg_create_pal_dir (struct uwb_pal *pal)
 

Function Documentation

void uwb_dbg_add_rc ( struct uwb_rc rc)

uwb_dbg_add_rc - add a debug interface for a radio controller : the radio controller

Definition at line 313 of file uwb-debug.c.

struct dentry* uwb_dbg_create_pal_dir ( struct uwb_pal pal)
read

uwb_dbg_create_pal_dir - create a debugfs directory for a PAL : The PAL.

Definition at line 392 of file uwb-debug.c.

void uwb_dbg_del_rc ( struct uwb_rc rc)

uwb_dbg_del_rc - remove a radio controller's debug interface : the radio controller

Definition at line 350 of file uwb-debug.c.

void uwb_dbg_exit ( void  )

uwb_dbg_exit - clean-up the debug interface sub-module

Definition at line 383 of file uwb-debug.c.

void uwb_dbg_init ( void  )

uwb_dbg_exit - initialize the debug interface sub-module

Definition at line 375 of file uwb-debug.c.