Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdCtrller.c1225 ConsoleIn->LeftCtrl = TRUE; in KeyGetchar()
1232 ConsoleIn->LeftCtrl = FALSE; in KeyGetchar()
1345 if ((ConsoleIn->LeftCtrl || ConsoleIn->RightCtrl) && in KeyGetchar()
1356 | (ConsoleIn->LeftCtrl ? EFI_LEFT_CONTROL_PRESSED : 0) in KeyGetchar()
1675 ConsoleIn->LeftCtrl = FALSE; in InitKeyboard()
DPs2Keyboard.h86 BOOLEAN LeftCtrl; member
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGop.h148 BOOLEAN LeftCtrl; member
DWinNtGopInput.c298 if (Private->LeftCtrl) { in GopPrivateAddKey()
344 if ((Private->LeftCtrl || Private->RightCtrl) && in GopPrivateAddKey()
441 Private->LeftCtrl = FALSE; in GopPrivateResetWorker()
DWinNtGopScreen.c90 Private->LeftCtrl = Flag; in WinNtGopConvertParamToEfiKeyShiftState()
95 Private->LeftCtrl = Flag; in WinNtGopConvertParamToEfiKeyShiftState()