Home
last modified time | relevance | path

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

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