Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
input-compat.c File Reference
#include <linux/export.h>
#include <asm/uaccess.h>
#include "input-compat.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)
 
 EXPORT_SYMBOL_GPL (input_event_from_user)
 
 EXPORT_SYMBOL_GPL (input_event_to_user)
 
 EXPORT_SYMBOL_GPL (input_ff_effect_from_user)
 

Function Documentation

EXPORT_SYMBOL_GPL ( input_event_from_user  )
EXPORT_SYMBOL_GPL ( input_event_to_user  )
EXPORT_SYMBOL_GPL ( input_ff_effect_from_user  )
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.