Lines Matching refs:INDEX
68 # @index: index in the keymap, may be used instead of scancode
71 # should perform lookup in keymap by @index instead of @scancode
75 # option of performing lookup either by @scancode itself or by @index
76 # in keymap entry. EVIOCGKEYCODE will also return scancode or index
82 # __u16 index;
1110 def INDEX(x):
1114 return ((a[INDEX(b)] >> OFFSET(b)) & 1)