Home
last modified time | relevance | path

Searched refs:SCAN_PRESS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/adb/
H A Dadb_kbd.c115 #define SCAN_PRESS 0x000 macro
170 return (scancode | (up ? SCAN_RELEASE : SCAN_PRESS)); in keycode2scancode()
/freebsd/sys/dev/hid/
H A Dhkbd.c208 #define SCAN_PRESS 0 macro
1947 code |= (up ? SCAN_RELEASE : SCAN_PRESS); in hkbd_key2scan()
/freebsd/sys/dev/usb/input/
H A Dukbd.c224 #define SCAN_PRESS 0 macro
2176 code |= (up ? SCAN_RELEASE : SCAN_PRESS); in ukbd_key2scan()
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c82 #define SCAN_PRESS 0 macro