Searched refs:input_event_to_user (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-compat.c | 38 int input_event_to_user(char __user *buffer, in input_event_to_user() function 108 int input_event_to_user(char __user *buffer, in input_event_to_user() function 132 EXPORT_SYMBOL_GPL(input_event_to_user); variable
|
H A D | input-compat.h | 72 int input_event_to_user(char __user *buffer,
|
H A D | evdev.c | 588 if (input_event_to_user(buffer + read, &event)) in evdev_read()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-compat.c | 38 int input_event_to_user(char __user *buffer, in input_event_to_user() function 108 int input_event_to_user(char __user *buffer, in input_event_to_user() function 132 EXPORT_SYMBOL_GPL(input_event_to_user); variable
|
H A D | input-compat.h | 72 int input_event_to_user(char __user *buffer,
|
H A D | evdev.c | 588 if (input_event_to_user(buffer + read, &event)) in evdev_read()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | uinput.c | 662 if (input_event_to_user(buffer + read, &event)) in uinput_events_to_user()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | uinput.c | 682 if (input_event_to_user(buffer + read, &event)) in uinput_events_to_user()
|
Completed in 11 milliseconds