Home | History | Annotate | Download | only in linux

Lines Matching refs:scancode

78  * @scancode: scancode represented in machine-endian form.
79 * @len: length of the scancode that resides in @scancode buffer.
80 * @index: index in the keymap, may be used instead of scancode
83 * should perform lookup in keymap by @index instead of @scancode
84 * @keycode: key code assigned to this scancode
87 * option of performing lookup either by @scancode itself or by @index
88 * in keymap entry. EVIOCGKEYCODE will also return scancode or index
97 __u8 scancode[32];