Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dinput-compat.c14 int input_event_from_user(const char __user *buffer, in input_event_from_user() function
99 int input_event_from_user(const char __user *buffer, in input_event_from_user() function
131 EXPORT_SYMBOL_GPL(input_event_from_user);
H A Dinput-compat.h69 int input_event_from_user(const char __user *buffer,
H A Devdev.c522 if (input_event_from_user(buffer + retval, &event)) { in evdev_write()
/linux/drivers/input/misc/
H A Duinput.c632 if (input_event_from_user(buffer + bytes, &ev)) in uinput_inject_events()