Searched refs:SCAN_PRESS (Results 1 – 4 of 4) sorted by relevance
115 #define SCAN_PRESS 0x000 macro170 return (scancode | (up ? SCAN_RELEASE : SCAN_PRESS)); in keycode2scancode()
208 #define SCAN_PRESS 0 macro1947 code |= (up ? SCAN_RELEASE : SCAN_PRESS); in hkbd_key2scan()
224 #define SCAN_PRESS 0 macro2176 code |= (up ? SCAN_RELEASE : SCAN_PRESS); in ukbd_key2scan()
82 #define SCAN_PRESS 0 macro