Home
last modified time | relevance | path

Searched refs:RightCtrl (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdCtrller.c1223 ConsoleIn->RightCtrl = TRUE; in KeyGetchar()
1230 ConsoleIn->RightCtrl = FALSE; in KeyGetchar()
1345 if ((ConsoleIn->LeftCtrl || ConsoleIn->RightCtrl) && in KeyGetchar()
1357 | (ConsoleIn->RightCtrl ? EFI_RIGHT_CONTROL_PRESSED : 0) in KeyGetchar()
1676 ConsoleIn->RightCtrl = FALSE; in InitKeyboard()
DPs2Keyboard.h87 BOOLEAN RightCtrl; member
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGop.h149 BOOLEAN RightCtrl; member
DWinNtGopInput.c301 if (Private->RightCtrl) { in GopPrivateAddKey()
344 if ((Private->LeftCtrl || Private->RightCtrl) && in GopPrivateAddKey()
442 Private->RightCtrl = FALSE; in GopPrivateResetWorker()
DWinNtGopScreen.c88 Private->RightCtrl= Flag; in WinNtGopConvertParamToEfiKeyShiftState()
99 Private->RightCtrl = Flag; in WinNtGopConvertParamToEfiKeyShiftState()