Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/
Dinput.c847 #define MATCH_BIT(bit, max) \ macro
878 MATCH_BIT(evbit, EV_MAX); in input_match_device()
879 MATCH_BIT(keybit, KEY_MAX); in input_match_device()
880 MATCH_BIT(relbit, REL_MAX); in input_match_device()
881 MATCH_BIT(absbit, ABS_MAX); in input_match_device()
882 MATCH_BIT(mscbit, MSC_MAX); in input_match_device()
883 MATCH_BIT(ledbit, LED_MAX); in input_match_device()
884 MATCH_BIT(sndbit, SND_MAX); in input_match_device()
885 MATCH_BIT(ffbit, FF_MAX); in input_match_device()
886 MATCH_BIT(swbit, SW_MAX); in input_match_device()