Lines Matching defs:scancode
486 unsigned char scancode;
525 scancode = data[2] & 0x7f;
528 "channel 0x%02x; key data %02x, scancode %02x\n",
529 remote_num, data[2], scancode);
531 if (scancode >= 0x70) {
535 * Get the keycode assigned to scancode 0x78/0x70. If it is
539 scancode & 0x78);
548 if (scancode == ati_remote_tbl[i].data) {
601 * scroll up (0x78) / down (0x70) scancode
603 * rest of the scancode.
605 count = (scancode & 0x07) + 1;
606 scancode &= 0x78;
617 scancode, data[2]);