Searched refs:input_event_from_user (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-compat.c | 14 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); variable
|
H A D | input-compat.h | 69 int input_event_from_user(const char __user *buffer,
|
H A D | evdev.c | 524 if (input_event_from_user(buffer + retval, &event)) { in evdev_write()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-compat.c | 14 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); variable
|
H A D | input-compat.h | 69 int input_event_from_user(const char __user *buffer,
|
H A D | evdev.c | 524 if (input_event_from_user(buffer + retval, &event)) { in evdev_write()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | uinput.c | 602 if (input_event_from_user(buffer + bytes, &ev)) in uinput_inject_events()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | uinput.c | 618 if (input_event_from_user(buffer + bytes, &ev)) in uinput_inject_events()
|
Completed in 8 milliseconds