Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dinput.h240 (INPUT_DEVICE_ID_MATCH_DEVICE | INPUT_DEVICE_ID_MATCH_VERSION)
Dmod_devicetable.h289 #define INPUT_DEVICE_ID_MATCH_VERSION 8 macro
/linux-4.1.27/scripts/mod/
Dfile2alias.c728 ADD(alias, "e", flags & INPUT_DEVICE_ID_MATCH_VERSION, version); in do_input_entry()
/linux-4.1.27/drivers/input/
Dinput.c953 if (id->flags & INPUT_DEVICE_ID_MATCH_VERSION) in input_match_device()