Home
last modified time | relevance | path

Searched defs:input_handle (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dinput.h337 struct input_handle { struct
345 struct input_handler *handler; argument
347 struct list_head d_node;
348 struct list_head h_node;
/kernel/linux/linux-5.10/drivers/input/
Dinput.c2370 int (*fn)(struct input_handle *, void *)) in input_handler_for_each_handle()