Home
last modified time | relevance | path

Searched refs:input_event_from_user (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/input/
Dinput-compat.c17 int input_event_from_user(const char __user *buffer, in input_event_from_user() function
102 int input_event_from_user(const char __user *buffer, in input_event_from_user() function
134 EXPORT_SYMBOL_GPL(input_event_from_user);
Dinput-compat.h83 int input_event_from_user(const char __user *buffer,
Devdev.c553 if (input_event_from_user(buffer + retval, &event)) { in evdev_write()
/linux-4.4.14/drivers/input/misc/
Duinput.c452 if (input_event_from_user(buffer + bytes, &ev)) in uinput_inject_events()