Searched refs:up_flag (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/tty/vt/ |
| H A D | keyboard.c | 80 char up_flag); 648 static void k_spec(struct vc_data *vc, unsigned char value, char up_flag) in k_spec() argument 650 if (up_flag) in k_spec() 662 static void k_lowercase(struct vc_data *vc, unsigned char value, char up_flag) in k_lowercase() argument 667 static void k_unicode(struct vc_data *vc, unsigned int value, char up_flag) in k_unicode() argument 669 if (up_flag) in k_unicode() 688 static void k_deadunicode(struct vc_data *vc, unsigned int value, char up_flag) in k_deadunicode() argument 690 if (up_flag) in k_deadunicode() 696 static void k_self(struct vc_data *vc, unsigned char value, char up_flag) in k_self() argument 698 k_unicode(vc, conv_8bit_to_uni(value), up_flag); in k_self() [all …]
|
| /linux/drivers/macintosh/ |
| H A D | adbhid.c | 288 int keycode, up_flag, key; in adbhid_input_keycode() local 291 up_flag = scancode & 0x80; in adbhid_input_keycode() 294 if (keycode == ADB_KEY_CAPSLOCK && !up_flag) { in adbhid_input_keycode() 315 up_flag = 1; in adbhid_input_keycode() 319 up_flag = 0; in adbhid_input_keycode() 351 if (up_flag) in adbhid_input_keycode() 359 if (up_flag) in adbhid_input_keycode() 370 if (up_flag) { in adbhid_input_keycode() 385 if (up_flag) in adbhid_input_keycode() 396 input_report_key(adbhid[id]->input, key, !up_flag); in adbhid_input_keycode() [all …]
|