Searched defs:AbsolutePointer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.h24 #include <Protocol/AbsolutePointer.h>
140 EFI_ABSOLUTE_POINTER_PROTOCOL AbsolutePointer; member in struct:__anon11134
174 AbsolutePointer, \
619 @param AbsolutePointer Absolute Pointer protocol pointer.
628 IN EFI_ABSOLUTE_POINTER_PROTOCOL *AbsolutePointer
635 @param AbsolutePointer Absolute Pointer protocol pointer.
644 IN EFI_ABSOLUTE_POINTER_PROTOCOL *AbsolutePointer
H A DConSplitter.c398 &mConIn.AbsolutePointer,
571 ConInPrivate->AbsolutePointer.Mode = &ConInPrivate->AbsolutePointerMode;
591 &ConInPrivate->AbsolutePointer.WaitForInput
1172 EFI_ABSOLUTE_POINTER_PROTOCOL *AbsolutePointer; local
1176 // agrogated console device on first call Start for a AbsolutePointer handle.
1184 (VOID **) &AbsolutePointer
1194 return ConSplitterAbsolutePointerAddDevice (&mConIn, AbsolutePointer);
1581 EFI_ABSOLUTE_POINTER_PROTOCOL *AbsolutePointer; local
1596 (VOID **) &AbsolutePointer
1605 return ConSplitterAbsolutePointerDeleteDevice (&mConIn, AbsolutePointer);
[all...]

Completed in 50 milliseconds