Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
hid-wiimote-debug.c File Reference
#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)
 

Function Documentation

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.