Home
last modified time | relevance | path

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

/Linux-v4.19/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.h72 int input_event_from_user(const char __user *buffer,
Devdev.c559 if (input_event_from_user(buffer + retval, &event)) { in evdev_write()
/Linux-v4.19/drivers/input/misc/
Duinput.c596 if (input_event_from_user(buffer + bytes, &ev)) in uinput_inject_events()