Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dinput.h238 (INPUT_DEVICE_ID_MATCH_BUS | INPUT_DEVICE_ID_MATCH_VENDOR | INPUT_DEVICE_ID_MATCH_PRODUCT)
Dmod_devicetable.h296 #define INPUT_DEVICE_ID_MATCH_BUS 1 macro
/linux-4.4.14/scripts/mod/
Dfile2alias.c767 ADD(alias, "b", flags & INPUT_DEVICE_ID_MATCH_BUS, bustype); in do_input_entry()
/linux-4.4.14/drivers/input/
Dinput.c944 if (id->flags & INPUT_DEVICE_ID_MATCH_BUS) in input_match_device()