Home | History | Annotate | Download | only in UsbKbDxe

Lines Matching defs:SimpleInput

267   UsbKeyboardDevice->SimpleInput.Reset          = USBKeyboardReset;

268 UsbKeyboardDevice->SimpleInput.ReadKeyStroke = USBKeyboardReadKeyStroke;
309 &(UsbKeyboardDevice->SimpleInput.WaitForKey)
325 &UsbKeyboardDevice->SimpleInput,
340 &UsbKeyboardDevice->SimpleInput,
360 &UsbKeyboardDevice->SimpleInput,
389 &UsbKeyboardDevice->SimpleInput,
424 if (UsbKeyboardDevice->SimpleInput.WaitForKey != NULL) {
425 gBS->CloseEvent (UsbKeyboardDevice->SimpleInput.WaitForKey);
477 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *SimpleInput;
483 (VOID **) &SimpleInput,
504 UsbKeyboardDevice = USB_KB_DEV_FROM_THIS (SimpleInput);
538 &UsbKeyboardDevice->SimpleInput,
549 gBS->CloseEvent (UsbKeyboardDevice->SimpleInput.WaitForKey);
928 Status = UsbKeyboardDevice->SimpleInput.Reset (&UsbKeyboardDevice->SimpleInput, ExtendedVerification);