/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
D | WinNtGopInput.c | 204 if (RegsiteredData->KeyState.KeyShiftState != 0 && in GopPrivateIsKeyRegistered() 205 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in GopPrivateIsKeyRegistered() 292 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID; in GopPrivateAddKey() 299 KeyData.KeyState.KeyShiftState |= EFI_LEFT_CONTROL_PRESSED; in GopPrivateAddKey() 302 KeyData.KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED; in GopPrivateAddKey() 305 KeyData.KeyState.KeyShiftState |= EFI_LEFT_ALT_PRESSED; in GopPrivateAddKey() 308 KeyData.KeyState.KeyShiftState |= EFI_RIGHT_ALT_PRESSED; in GopPrivateAddKey() 311 KeyData.KeyState.KeyShiftState |= EFI_LEFT_SHIFT_PRESSED; in GopPrivateAddKey() 314 KeyData.KeyState.KeyShiftState |= EFI_RIGHT_SHIFT_PRESSED; in GopPrivateAddKey() 317 KeyData.KeyState.KeyShiftState |= EFI_LEFT_LOGO_PRESSED; in GopPrivateAddKey() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmHotkey.c | 393 (((KeyData->KeyState.KeyShiftState & EFI_SHIFT_STATE_VALID) != 0) ? in BmHotkeyCallback() 394 (KeyData->KeyState.KeyShiftState == HotkeyData->KeyState.KeyShiftState) : TRUE in BmHotkeyCallback() 570 Hotkey->KeyData[Index].KeyState.KeyShiftState, in BmRegisterHotkeyNotify() 599 IN UINT32 KeyShiftState, in BmGenerateKeyShiftState() argument 607 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_SHIFT_PRESSED, KeyShiftSt… in BmGenerateKeyShiftState() 608 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_SHIFT_PRESSED, KeyShiftSt… in BmGenerateKeyShiftState() 610 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState() 616 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_CONTROL_PRESSED, KeyShift… in BmGenerateKeyShiftState() 617 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_CONTROL_PRESSED, KeyShift… in BmGenerateKeyShiftState() 619 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState() [all …]
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | X11GraphicsWindow.c | 261 KeyData.KeyState.KeyShiftState = 0; in handleKeyEvent() 279 Drv->KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED; in handleKeyEvent() 281 Drv->KeyState.KeyShiftState &= ~EFI_RIGHT_CONTROL_PRESSED; in handleKeyEvent() 286 Drv->KeyState.KeyShiftState |= EFI_LEFT_CONTROL_PRESSED; in handleKeyEvent() 288 Drv->KeyState.KeyShiftState &= ~EFI_LEFT_CONTROL_PRESSED; in handleKeyEvent() 294 Drv->KeyState.KeyShiftState |= EFI_RIGHT_SHIFT_PRESSED; in handleKeyEvent() 296 Drv->KeyState.KeyShiftState &= ~EFI_RIGHT_SHIFT_PRESSED; in handleKeyEvent() 301 Drv->KeyState.KeyShiftState |= EFI_LEFT_SHIFT_PRESSED; in handleKeyEvent() 303 Drv->KeyState.KeyShiftState &= ~EFI_LEFT_SHIFT_PRESSED; in handleKeyEvent() 309 Drv->KeyState.KeyShiftState |= EFI_LEFT_ALT_PRESSED; in handleKeyEvent() [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | Hotkey.c | 165 (((KeyData->KeyState.KeyShiftState & EFI_SHIFT_STATE_VALID) != 0) ? in HotkeyCallback() 166 (KeyData->KeyState.KeyShiftState == HotkeyData->KeyState.KeyShiftState) : TRUE in HotkeyCallback() 372 KeyData->KeyState.KeyShiftState = KeyShiftStateLeft; in HotkeyInsertList() 395 KeyData->KeyState.KeyShiftState = KeyShiftStateRight; in HotkeyInsertList()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/ |
D | BiosKeyboard.c | 1416 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in BiosKeyboardReadKeyStroke() 1810 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID; in BiosKeyboardTimerHandler() 1899 …KeyData.KeyState.KeyShiftState |= ((KbFlag2 & KB_LEFT_ALT_PRESSED) == KB_LEFT_ALT_PRESSED) ? EFI_… in BiosKeyboardTimerHandler() 1902 …KeyData.KeyState.KeyShiftState |= ((KbFlag2 & KB_LEFT_CTRL_PRESSED) == KB_LEFT_CTRL_PRESSED) ? EF… in BiosKeyboardTimerHandler() 1905 KeyData.KeyState.KeyShiftState |= EFI_LEFT_SHIFT_PRESSED; in BiosKeyboardTimerHandler() 1908 KeyData.KeyState.KeyShiftState |= EFI_RIGHT_SHIFT_PRESSED; in BiosKeyboardTimerHandler() 1933 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in BiosKeyboardTimerHandler() 1935 …if (((KeyData.KeyState.KeyShiftState & (EFI_LEFT_SHIFT_PRESSED | EFI_RIGHT_SHIFT_PRESSED)) != 0) == in BiosKeyboardTimerHandler() 1961 KeyData.KeyState.KeyShiftState &= ~(EFI_LEFT_SHIFT_PRESSED | EFI_RIGHT_SHIFT_PRESSED); in BiosKeyboardTimerHandler() 2104 if (RegsiteredData->KeyState.KeyShiftState != 0 && in IsKeyRegistered() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
D | KeyBoard.c | 1622 KeyData->KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID; in UsbKeyCodeToEfiInputKey() 1626 KeyData->KeyState.KeyShiftState |= EFI_LEFT_CONTROL_PRESSED; in UsbKeyCodeToEfiInputKey() 1629 KeyData->KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED; in UsbKeyCodeToEfiInputKey() 1632 KeyData->KeyState.KeyShiftState |= EFI_LEFT_ALT_PRESSED; in UsbKeyCodeToEfiInputKey() 1635 KeyData->KeyState.KeyShiftState |= EFI_RIGHT_ALT_PRESSED; in UsbKeyCodeToEfiInputKey() 1638 KeyData->KeyState.KeyShiftState |= EFI_LEFT_SHIFT_PRESSED; in UsbKeyCodeToEfiInputKey() 1641 KeyData->KeyState.KeyShiftState |= EFI_RIGHT_SHIFT_PRESSED; in UsbKeyCodeToEfiInputKey() 1644 KeyData->KeyState.KeyShiftState |= EFI_LEFT_LOGO_PRESSED; in UsbKeyCodeToEfiInputKey() 1647 KeyData->KeyState.KeyShiftState |= EFI_RIGHT_LOGO_PRESSED; in UsbKeyCodeToEfiInputKey() 1650 KeyData->KeyState.KeyShiftState |= EFI_MENU_KEY_PRESSED; in UsbKeyCodeToEfiInputKey() [all …]
|
D | EfiKey.c | 729 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in USBKeyboardReadKeyStroke() 896 if (RegsiteredData->KeyState.KeyShiftState != 0 && in IsKeyRegistered() 897 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered() 950 UsbKeyboardDevice->KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID; in USBKeyboardResetEx()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
D | Ps2KbdTextIn.c | 114 if (RegsiteredData->KeyState.KeyShiftState != 0 && in IsKeyRegistered() 115 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered() 295 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in KeyboardReadKeyStroke()
|
D | Ps2KbdCtrller.c | 1319 KeyData.KeyState.KeyShiftState = (UINT32) (EFI_SHIFT_STATE_VALID in KeyGetchar() 1385 KeyData.KeyState.KeyShiftState &= ~(EFI_LEFT_SHIFT_PRESSED | EFI_RIGHT_SHIFT_PRESSED); in KeyGetchar()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
D | Ps2KbdTextIn.c | 114 if (RegsiteredData->KeyState.KeyShiftState != 0 && in IsKeyRegistered() 115 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered() 295 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in KeyboardReadKeyStroke()
|
D | Ps2KbdCtrller.c | 1355 KeyData.KeyState.KeyShiftState = (UINT32) (EFI_SHIFT_STATE_VALID in KeyGetchar() 1421 KeyData.KeyState.KeyShiftState &= ~(EFI_LEFT_SHIFT_PRESSED | EFI_RIGHT_SHIFT_PRESSED); in KeyGetchar()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/ |
D | VirtualKeyboard.c | 461 if (RegsiteredData->KeyState.KeyShiftState != 0 && in IsKeyRegistered() 462 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered() 711 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in VirtualKeyboardReadKeyStroke() 996 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID; in VirtualKeyboardTimerHandler()
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
D | GopInput.c | 51 if (RegsiteredData->KeyState.KeyShiftState != 0 && in GopPrivateIsKeyRegistered() 52 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in GopPrivateIsKeyRegistered()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | SimpleTextInEx.h | 77 UINT32 KeyShiftState; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextInputEx/ |
D | SimpleTextInputEx.h | 48 UINT32 KeyShiftState; member
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellProtocol.c | 3837 …(KeyData->KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED) || KeyData->K… in NotificationFunction() 3845 …(KeyData->KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED) || KeyData->… in NotificationFunction() 3891 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED; in InernalEfiShellStartMonitor() 3900 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InernalEfiShellStartMonitor() 3908 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED; in InernalEfiShellStartMonitor() 3917 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InernalEfiShellStartMonitor()
|
D | ConsoleLogger.c | 871 ((KeyData.KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID | EFI_LEFT_CONTROL_PRESSED)) || in ConsoleLoggerOutputString() 872 (KeyData.KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID | EFI_RIGHT_CONTROL_PRESSED)) in ConsoleLoggerOutputString()
|
D | Shell.c | 279 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED; in InternalEfiShellStartCtrlSMonitor() 288 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalEfiShellStartCtrlSMonitor() 296 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED; in InternalEfiShellStartCtrlSMonitor() 306 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalEfiShellStartCtrlSMonitor()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
D | TerminalConIn.c | 48 KeyData->KeyState.KeyShiftState = 0; in ReadKeyStrokeWorker() 637 KeyData.KeyState.KeyShiftState = 0; in KeyNotifyProcessHandler() 966 KeyData.KeyState.KeyShiftState = 0; in EfiKeyFiFoInsertOneKey()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | DriverSample.c | 180 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED; in InternalStartMonitor() 192 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalStartMonitor() 239 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED; in InternalStopMonitor() 251 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalStopMonitor()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
D | ConSplitter.c | 375 KeyData.KeyState.KeyShiftState = 0; in ToggleStateSyncInitialization() 3631 if (RegsiteredData->KeyState.KeyShiftState != 0 && in IsKeyRegistered() 3632 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
|