Home
last modified time | relevance | path

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

/linux-6.12.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.c586 if (input_event_to_user(buffer + read, &event)) in evdev_read()
/linux-6.12.1/drivers/input/misc/
Duinput.c696 if (input_event_to_user(buffer + read, &event)) in uinput_events_to_user()