Searched refs:SerialDevice (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c392 SERIAL_DEV *SerialDevice; local
404 SerialDevice = NULL;
529 SerialDevice = AllocateCopyPool (sizeof (SERIAL_DEV), &gSerialDevTempate);
530 if (SerialDevice == NULL) {
535 SerialDevice->SerialIo.Mode = &(SerialDevice->SerialMode);
536 SerialDevice->IsaIo = IsaIo;
537 SerialDevice->ParentDevicePath = ParentDevicePath;
553 CopyMem (&SerialDevice->UartDevicePath, RemainingDevicePath, sizeof (UART_DEVICE_PATH));
562 AddName (SerialDevice, IsaI
717 SERIAL_DEV *SerialDevice; local
1112 SERIAL_DEV *SerialDevice; local
1262 SERIAL_DEV *SerialDevice; local
1543 SERIAL_DEV *SerialDevice; local
1643 SERIAL_DEV *SerialDevice; local
1741 SERIAL_DEV *SerialDevice; local
1854 SERIAL_DEV *SerialDevice; local
[all...]
H A DComponentName.c184 SERIAL_DEV *SerialDevice; local
220 SerialDevice = SERIAL_DEV_FROM_THIS (SerialIo);
225 SerialDevice->ControllerNameTable,
234 @param SerialDevice A pointer to the SERIAL_DEV instance.
241 IN SERIAL_DEV *SerialDevice,
252 &SerialDevice->ControllerNameTable,
259 &SerialDevice->ControllerNameTable,
240 AddName( IN SERIAL_DEV *SerialDevice, IN EFI_ISA_IO_PROTOCOL *IsaIo ) argument
H A DSerial.h588 @param SerialDevice Pointer to serial device structure
594 IN SERIAL_DEV *SerialDevice
658 @param SerialDevice The device to flush
667 IN SERIAL_DEV *SerialDevice
837 @param SerialDevice A pointer to the SERIAL_DEV instance.
844 IN SERIAL_DEV *SerialDevice,
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.h206 PCI_DEVICE_PATH SerialDevice; member in struct:__anon12626

Completed in 1205 milliseconds