Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/
Dinput-compat.c14 int input_event_from_user(const char __user *buffer, in input_event_from_user() function
99 int input_event_from_user(const char __user *buffer, in input_event_from_user() function
131 EXPORT_SYMBOL_GPL(input_event_from_user);
Dinput-compat.h69 int input_event_from_user(const char __user *buffer,
Devdev.c522 if (input_event_from_user(buffer + retval, &event)) { in evdev_write()
/linux-6.12.1/drivers/input/misc/
Duinput.c632 if (input_event_from_user(buffer + bytes, &ev)) in uinput_inject_events()