Home
last modified time | relevance | path

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

/linux-4.4.14/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.h86 int input_event_to_user(char __user *buffer,
Devdev.c616 if (input_event_to_user(buffer + read, &event)) in evdev_read()
/linux-4.4.14/drivers/input/misc/
Duinput.c511 if (input_event_to_user(buffer + read, &event)) in uinput_events_to_user()