Searched refs:WaitForInput (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAbsolutePointer.h193 EFI_EVENT WaitForInput; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
H A DSimplePointer.h134 EFI_EVENT WaitForInput; member in struct:_EFI_SIMPLE_POINTER_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DPs2MouseAbsolutePointer.c279 &((MouseAbsolutePointerDev->AbsolutePointerProtocol).WaitForInput)
354 if ((MouseAbsolutePointerDev != NULL) && (MouseAbsolutePointerDev->AbsolutePointerProtocol.WaitForInput != NULL)) {
355 gBS->CloseEvent (MouseAbsolutePointerDev->AbsolutePointerProtocol.WaitForInput);
472 gBS->CloseEvent (MouseAbsolutePointerDev->AbsolutePointerProtocol.WaitForInput);
682 Event notification function for SIMPLE_POINTER.WaitForInput event.
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DPs2Mouse.c289 &((MouseDev->SimplePointerProtocol).WaitForInput)
366 if ((MouseDev != NULL) && (MouseDev->SimplePointerProtocol.WaitForInput != NULL)) {
367 gBS->CloseEvent (MouseDev->SimplePointerProtocol.WaitForInput);
487 gBS->CloseEvent (MouseDev->SimplePointerProtocol.WaitForInput);
696 Event notification function for SIMPLE_POINTER.WaitForInput event.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c256 &((UsbMouseAbsolutePointerDevice->AbsolutePointerProtocol).WaitForInput)
345 if ((UsbMouseAbsolutePointerDevice->AbsolutePointerProtocol).WaitForInput != NULL) {
346 gBS->CloseEvent ((UsbMouseAbsolutePointerDevice->AbsolutePointerProtocol).WaitForInput);
446 gBS->CloseEvent (UsbMouseAbsolutePointerDevice->AbsolutePointerProtocol.WaitForInput);
859 Event notification function for EFI_ABSOLUTE_POINTER_PROTOCOL.WaitForInput event.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c256 &((UsbMouseDevice->SimplePointerProtocol).WaitForInput)
346 if ((UsbMouseDevice->SimplePointerProtocol).WaitForInput != NULL) {
347 gBS->CloseEvent ((UsbMouseDevice->SimplePointerProtocol).WaitForInput);
446 gBS->CloseEvent (UsbMouseDevice->SimplePointerProtocol.WaitForInput);
864 Event notification function for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput event.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c591 &ConInPrivate->AbsolutePointer.WaitForInput
615 &ConInPrivate->SimplePointer.WaitForInput
3908 Status = gBS->CheckEvent (Private->PointerList[Index]->WaitForInput);
4074 Status = gBS->CheckEvent (Private->AbsolutePointerList[Index]->WaitForInput);

Completed in 45 milliseconds