Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/
Dinput.c184 #define INPUT_PASS_TO_DEVICE 2 macro
187 #define INPUT_PASS_TO_ALL (INPUT_PASS_TO_HANDLERS | INPUT_PASS_TO_DEVICE)
354 if ((disposition & INPUT_PASS_TO_DEVICE) && dev->event) in input_event_dispose()