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