Home | History | Annotate | Download | only in linux

Lines Matching defs:scancode

80  * @scancode: scancode represented in machine-endian form.
81 * @len: length of the scancode that resides in @scancode buffer.
82 * @index: index in the keymap, may be used instead of scancode
85 * should perform lookup in keymap by @index instead of @scancode
86 * @keycode: key code assigned to this scancode
89 * option of performing lookup either by @scancode itself or by @index
90 * in keymap entry. EVIOCGKEYCODE will also return scancode or index
99 __u8 scancode[32];
1587 unsigned int *scancode);