Lines Matching refs:KeyShiftStates

600   IN UINT32                            *KeyShiftStates,  in BmGenerateKeyShiftState()  argument
607 …tate (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_SHIFT_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
608 …tate (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_SHIFT_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
610 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
616 …te (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_CONTROL_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
617 …te (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_CONTROL_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
619 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
625 …tState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_ALT_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
626 …tState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_ALT_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
628 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
633 …State (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_LOGO_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
634 …State (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_LOGO_PRESSED, KeyShiftStates, KeyShiftState… in BmGenerateKeyShiftState()
636 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
646 KeyShiftStates[*KeyShiftStateCount] = KeyShiftState; in BmGenerateKeyShiftState()
674 UINT32 KeyShiftStates[16]; in BmProcessKeyOption() local
682 …BmGenerateKeyShiftState (0, KeyOption, EFI_SHIFT_STATE_VALID, KeyShiftStates, &KeyShiftStateCount); in BmProcessKeyOption()
683 ASSERT (KeyShiftStateCount <= ARRAY_SIZE (KeyShiftStates)); in BmProcessKeyOption()
700 Hotkey->KeyData[KeyIndex].KeyState.KeyShiftState = KeyShiftStates[Index]; in BmProcessKeyOption()