Home
last modified time | relevance | path

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

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