Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmod_devicetable.h300 #define INPUT_DEVICE_ID_MATCH_VERSION 8 macro
Dinput.h1368 (INPUT_DEVICE_ID_MATCH_DEVICE | INPUT_DEVICE_ID_MATCH_VERSION)
/linux-3.4.99/scripts/mod/
Dfile2alias.c675 ADD(alias, "e", id->flags & INPUT_DEVICE_ID_MATCH_VERSION, id->version); in do_input_entry()
/linux-3.4.99/drivers/input/
Dinput.c874 if (id->flags & INPUT_DEVICE_ID_MATCH_VERSION) in input_match_device()