Home
last modified time | relevance | path

Searched refs:INPUT_DEVICE_ID_MSC_MAX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmod_devicetable.h339 #define INPUT_DEVICE_ID_MSC_MAX 0x07 macro
375 kernel_ulong_t mscbit[INPUT_DEVICE_ID_MSC_MAX / BITS_PER_LONG + 1];
H A Dinput.h239 #if MSC_MAX != INPUT_DEVICE_ID_MSC_MAX
/openbmc/linux/scripts/mod/
H A Dfile2alias.c792 do_input(alias, *mscbit, 0, INPUT_DEVICE_ID_MSC_MAX); in do_input_entry()