HomeSort by relevance Sort by last modified time
    Searched refs:KeyState (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopInput.c 204 if (RegsiteredData->KeyState.KeyShiftState != 0 &&
205 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) {
208 if (RegsiteredData->KeyState.KeyToggleState != 0 &&
209 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) {
292 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID;
293 KeyData.KeyState.KeyToggleState = EFI_TOGGLE_STATE_VALID;
299 KeyData.KeyState.KeyShiftState |= EFI_LEFT_CONTROL_PRESSED;
302 KeyData.KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED;
    [all...]
WinNtGop.h 142 EFI_KEY_STATE KeyState;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 67 EFI_KEY_STATE KeyState;
261 KeyData.KeyState.KeyShiftState = 0;
267 Drv->KeyState.KeyToggleState &= ~EFI_CAPS_LOCK_ACTIVE;
270 Drv->KeyState.KeyToggleState |= EFI_CAPS_LOCK_ACTIVE;
279 Drv->KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED;
281 Drv->KeyState.KeyShiftState &= ~EFI_RIGHT_CONTROL_PRESSED;
286 Drv->KeyState.KeyShiftState |= EFI_LEFT_CONTROL_PRESSED;
288 Drv->KeyState.KeyShiftState &= ~EFI_LEFT_CONTROL_PRESSED;
294 Drv->KeyState.KeyShiftState |= EFI_RIGHT_SHIFT_PRESSED;
296 Drv->KeyState.KeyShiftState &= ~EFI_RIGHT_SHIFT_PRESSED
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.c 729 if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0) {
896 if (RegsiteredData->KeyState.KeyShiftState != 0 &&
897 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) {
900 if (RegsiteredData->KeyState.KeyToggleState != 0 &&
901 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) {
950 UsbKeyboardDevice->KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID;
951 UsbKeyboardDevice->KeyState.KeyToggleState = EFI_TOGGLE_STATE_VALID;
1019 if (((UsbKeyboardDevice->KeyState.KeyToggleState & EFI_TOGGLE_STATE_VALID) != EFI_TOGGLE_STATE_VALID) ||
    [all...]
EfiKey.h 148 EFI_KEY_STATE KeyState;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2KbdTextIn.c 114 if (RegsiteredData->KeyState.KeyShiftState != 0 &&
115 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) {
118 if (RegsiteredData->KeyState.KeyToggleState != 0 &&
119 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) {
295 if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2KbdTextIn.c 114 if (RegsiteredData->KeyState.KeyShiftState != 0 &&
115 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) {
118 if (RegsiteredData->KeyState.KeyToggleState != 0 &&
119 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) {
295 if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
BiosKeyboard.c     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.c 461 if (RegsiteredData->KeyState.KeyShiftState != 0 &&
462 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) {
465 if (RegsiteredData->KeyState.KeyToggleState != 0 &&
466 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) {
711 if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0) {
996 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID;
997 KeyData.KeyState.KeyToggleState = EFI_TOGGLE_STATE_VALID;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopInput.c 51 if (RegsiteredData->KeyState.KeyShiftState != 0 &&
52 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) {
55 if (RegsiteredData->KeyState.KeyToggleState != 0 &&
56 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) {
316 etc.). The KeyData.KeyState is shift state for the character
328 would be reflected both in the KeyData.KeyState.KeyShiftState
331 KeyData.Key and KeyData.KeyState values. These drivers must
333 KeyData.KeyState.KeyShiftState an
    [all...]
Gop.h 105 EFI_KEY_STATE KeyState;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.c 165 (((KeyData->KeyState.KeyShiftState & EFI_SHIFT_STATE_VALID) != 0) ?
166 (KeyData->KeyState.KeyShiftState == HotkeyData->KeyState.KeyShiftState) : TRUE
337 // Map key shift state from KeyOptions to EFI_KEY_DATA.KeyState
372 KeyData->KeyState.KeyShiftState = KeyShiftStateLeft;
393 // only need to update KeyState.KeyShiftState
395 KeyData->KeyState.KeyShiftState = KeyShiftStateRight;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextInputEx/
SimpleTextInputEx.h 54 EFI_KEY_STATE KeyState;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleTextInEx.h 95 EFI_KEY_STATE KeyState;
162 etc.). The KeyData.KeyState is shift state for the character
174 would be reflected both in the KeyData.KeyState.KeyShiftState
177 KeyData.Key and KeyData.KeyState values. These drivers must
179 KeyData.KeyState.KeyShiftState and
180 KeyData.KeyState.KeyToggleState. It should also be noted that
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c 393 (((KeyData->KeyState.KeyShiftState & EFI_SHIFT_STATE_VALID) != 0) ?
394 (KeyData->KeyState.KeyShiftState == HotkeyData->KeyState.KeyShiftState) : TRUE
570 Hotkey->KeyData[Index].KeyState.KeyShiftState,
571 Hotkey->KeyData[Index].KeyState.KeyToggleState,
700 Hotkey->KeyData[KeyIndex].KeyState.KeyShiftState = KeyShiftStates[Index];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConIn.c 48 KeyData->KeyState.KeyShiftState = 0;
49 KeyData->KeyState.KeyToggleState = 0;
637 KeyData.KeyState.KeyShiftState = 0;
638 KeyData.KeyState.KeyToggleState = 0;
966 KeyData.KeyState.KeyShiftState = 0;
967 KeyData.KeyState.KeyToggleState = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c 323 if (((KeyData->KeyState.KeyToggleState & KEY_STATE_VALID_EXPOSED) == KEY_STATE_VALID_EXPOSED) &&
324 (KeyData->KeyState.KeyToggleState != mConIn.PhysicalKeyToggleState)) {
331 &KeyData->KeyState.KeyToggleState
334 mConIn.PhysicalKeyToggleState = KeyData->KeyState.KeyToggleState;
375 KeyData.KeyState.KeyShiftState = 0;
376 KeyData.KeyState.KeyToggleState = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 178 KeyData.KeyState.KeyToggleState = 0;
180 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED;
192 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED;
237 KeyData.KeyState.KeyToggleState = 0;
239 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED;
251 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]
ConsoleLogger.c 871 ((KeyData.KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID | EFI_LEFT_CONTROL_PRESSED)) ||
872 (KeyData.KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID | EFI_RIGHT_CONTROL_PRESSED))
    [all...]
Shell.c 277 KeyData.KeyState.KeyToggleState = 0;
279 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED;
288 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED;
296 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_LEFT_CONTROL_PRESSED;
306 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED;
    [all...]

Completed in 3834 milliseconds