Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tests/
H A Dinput_test.c97 id.flags = INPUT_DEVICE_ID_MATCH_BUS; in input_test_match_device_id()
/openbmc/linux/include/linux/
H A Dinput.h264 (INPUT_DEVICE_ID_MATCH_BUS | INPUT_DEVICE_ID_MATCH_VENDOR | INPUT_DEVICE_ID_MATCH_PRODUCT)
H A Dmod_devicetable.h346 #define INPUT_DEVICE_ID_MATCH_BUS 1 macro
/openbmc/linux/scripts/mod/
H A Dfile2alias.c771 ADD(alias, "b", flags & INPUT_DEVICE_ID_MATCH_BUS, bustype); in do_input_entry()
/openbmc/linux/drivers/input/
H A Dinput.c1007 if (id->flags & INPUT_DEVICE_ID_MATCH_BUS) in input_match_device_id()