Searched refs:KEY_RELEASE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c206 #define KEY_RELEASE 0x400 macro
391 (key & KEY_RELEASE) ? "released" : "pressed");
396 evdev_hid2key(KEY_INDEX(key)), !(key & KEY_RELEASE));
520 hkbd_put_key(sc, key | KEY_RELEASE);
543 hkbd_put_key(sc, key | KEY_RELEASE);
1312 (usbcode & KEY_RELEASE)));
1384 (usbcode & KEY_RELEASE)));
1401 if (usbcode & KEY_RELEASE) {
1419 if (usbcode & KEY_RELEASE) {
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c216 #define KEY_RELEASE 0x400 macro
391 (key & KEY_RELEASE) ? "released" : "pressed");
396 evdev_hid2key(KEY_INDEX(key)), !(key & KEY_RELEASE));
509 ukbd_put_key(sc, key | KEY_RELEASE);
529 ukbd_put_key(sc, key | KEY_RELEASE);
1530 (usbcode & KEY_RELEASE)));
1602 (usbcode & KEY_RELEASE)));
1619 if (usbcode & KEY_RELEASE) {
1637 if (usbcode & KEY_RELEASE) {
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiokeys.c82 #define KEY_RELEASE 0x80 macro
201 code |= KEY_RELEASE;

Completed in 66 milliseconds