Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/
Dinput-compat.c38 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);
Dinput-compat.h72 int input_event_to_user(char __user *buffer,
Devdev.c588 if (input_event_to_user(buffer + read, &event)) in evdev_read()
/Linux-v6.1/drivers/input/misc/
Duinput.c648 if (input_event_to_user(buffer + read, &event)) in uinput_events_to_user()