Searched refs:SCAN_PREFIX_E0 (Results 1 – 5 of 5) sorted by relevance
30 #define SCAN_PREFIX_E0 0x10000000 macro32 #define GPIOKEY_E0(k) (SCAN_PREFIX_E0 | k)
205 if (key->keycode & SCAN_PREFIX_E0) in gpiokeys_key_event()
117 #define SCAN_PREFIX_E0 0x100 macro121 #define SCAN_PREFIX (SCAN_PREFIX_E0 | SCAN_PREFIX_E1 | \164 scancode = scan[keycode - 89] | SCAN_PREFIX_E0; in keycode2scancode()604 key = (key & SCAN_PREFIX_E0) ? 0xe0 : 0xe1; in akbd_read_char()664 key = (key & SCAN_PREFIX_E0) ? 0xe0 : 0xe1; in akbd_read_char()
210 #define SCAN_PREFIX_E0 0x100 macro214 #define SCAN_PREFIX (SCAN_PREFIX_E0 | SCAN_PREFIX_E1 | \1271 return ((scancode & SCAN_PREFIX_E0) ? 0xe0 : 0xe1); in hkbd_read()1338 return ((scancode & SCAN_PREFIX_E0) ? 0xe0 : 0xe1); in hkbd_read_char_locked()1962 return ((code & SCAN_PREFIX_E0) ? 0xe0 : 0xe1); in hkbd_key2scan()
226 #define SCAN_PREFIX_E0 0x100 macro230 #define SCAN_PREFIX (SCAN_PREFIX_E0 | SCAN_PREFIX_E1 | \1570 return ((scancode & SCAN_PREFIX_E0) ? 0xe0 : 0xe1); in ukbd_read()1637 return ((scancode & SCAN_PREFIX_E0) ? 0xe0 : 0xe1); in ukbd_read_char_locked()2191 return ((code & SCAN_PREFIX_E0) ? 0xe0 : 0xe1); in ukbd_key2scan()