Lines Matching defs:scancode
484 unsigned char scancode;
523 scancode = data[2] & 0x7f;
526 "channel 0x%02x; key data %02x, scancode %02x\n",
527 remote_num, data[2], scancode);
529 if (scancode >= 0x70) {
533 * Get the keycode assigned to scancode 0x78/0x70. If it is
537 scancode & 0x78);
546 if (scancode == ati_remote_tbl[i].data) {
599 * scroll up (0x78) / down (0x70) scancode
601 * rest of the scancode.
603 count = (scancode & 0x07) + 1;
604 scancode &= 0x78;
615 scancode, data[2]);