Lines Matching refs:key_shift_state
682 key_state->key_shift_state = EFI_SHIFT_STATE_VALID; in set_shift_mask()
686 key_state->key_shift_state |= EFI_LEFT_SHIFT_PRESSED; in set_shift_mask()
688 key_state->key_shift_state |= EFI_LEFT_ALT_PRESSED; in set_shift_mask()
690 key_state->key_shift_state |= EFI_LEFT_CONTROL_PRESSED; in set_shift_mask()
692 key_state->key_shift_state |= EFI_LEFT_LOGO_PRESSED; in set_shift_mask()
753 key->key_state.key_shift_state = EFI_SHIFT_STATE_INVALID; in efi_cin_read_key()
867 key->key_state.key_shift_state |= EFI_SHIFT_STATE_VALID; in efi_cin_read_key()
876 key->key_state.key_shift_state |= in efi_cin_read_key()
882 key->key_state.key_shift_state |= in efi_cin_read_key()
909 if (item->key.key_state.key_shift_state && in efi_cin_notify()
910 item->key.key_state.key_shift_state != in efi_cin_notify()
911 next_key.key_state.key_shift_state) in efi_cin_notify()
1039 !(next_key.key_state.key_shift_state & in efi_cin_read_key_stroke_ex()
1121 key_data->key_state.key_shift_state, in efi_cin_register_key_notify()