Searched refs:SCAN_RELEASE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/input/
H A Dukbd.c239 #define SCAN_RELEASE 0x80 macro
1676 keycode |= SCAN_RELEASE;
1711 case SCAN_RELEASE | 0x47:
1712 case SCAN_RELEASE | 0x48:
1713 case SCAN_RELEASE | 0x49: /* keypad 7,8,9 */
1714 case SCAN_RELEASE | 0x4B:
1715 case SCAN_RELEASE | 0x4C:
1716 case SCAN_RELEASE | 0x4D: /* keypad 4,5,6 */
1717 case SCAN_RELEASE | 0x4F:
1718 case SCAN_RELEASE |
[all...]
/freebsd-11.0-release/sys/dev/adb/
H A Dadb_kbd.c118 #define SCAN_RELEASE 0x080 macro
172 return (scancode | (up ? SCAN_RELEASE : SCAN_PRESS));
653 0x1d | (key & SCAN_RELEASE);
658 0x2a | (key & SCAN_RELEASE);
/freebsd-11.0-release/sys/dev/uart/
H A Duart_kbd_sun.c149 #define SCAN_RELEASE 0x080 macro
517 0x1d | (key & SCAN_RELEASE);
522 0x2a | (key & SCAN_RELEASE);
867 return (scancode | (up ? SCAN_RELEASE : SCAN_PRESS));
/freebsd-11.0-release/sys/dev/gpio/
H A Dgpiokeys.c80 #define SCAN_RELEASE 0x80 macro
714 /* XXX: keycode |= SCAN_RELEASE; */
722 (keycode & SCAN_RELEASE),

Completed in 59 milliseconds