Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/
Dinput-compat.c41 int input_event_to_user(char __user *buffer, in input_event_to_user() function
111 int input_event_to_user(char __user *buffer, in input_event_to_user() function
135 EXPORT_SYMBOL_GPL(input_event_to_user);
Dinput-compat.h75 int input_event_to_user(char __user *buffer,
Devdev.c623 if (input_event_to_user(buffer + read, &event)) in evdev_read()
/Linux-v4.19/drivers/input/misc/
Duinput.c656 if (input_event_to_user(buffer + read, &event)) in uinput_events_to_user()