Lines Matching defs:scancode
130 /* bit cleared on keydown, NEC scancode, 0xAAAACC, A = 0x866b */
133 u32 scancode;
137 scancode = RC_SCANCODE_NECX(addr, cmd);
140 rc_keydown_notimeout(ir->dev, RC_PROTO_NECX, scancode,
445 * reasons. Among others, the scancode tables were using the scancode
450 * Pixelview Ultra Pro, where only part of the scancode is sent via
451 * GPIO. So, there's no way to get the full scancode. Due to that,
555 u32 *scancode, u8 *toggle)
580 *scancode = code & 0xff;