Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
input-compat.h File Reference
#include <linux/compiler.h>
#include <linux/compat.h>
#include <linux/input.h>

Go to the source code of this file.

Functions

int input_event_from_user (const char __user *buffer, struct input_event *event)
 
int input_event_to_user (char __user *buffer, const struct input_event *event)
 
int input_ff_effect_from_user (const char __user *buffer, size_t size, struct ff_effect *effect)
 

Function Documentation

int input_event_from_user ( const char __user buffer,
struct input_event event 
)

Definition at line 102 of file input-compat.c.

int input_event_to_user ( char __user buffer,
const struct input_event event 
)

Definition at line 111 of file input-compat.c.

int input_ff_effect_from_user ( const char __user buffer,
size_t  size,
struct ff_effect effect 
)

Definition at line 120 of file input-compat.c.