/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ |
Serial.c | 403 SERIAL_DEV *SerialDevice;
415 SerialDevice = NULL;
540 SerialDevice = AllocateCopyPool (sizeof (SERIAL_DEV), &gSerialDevTempate);
541 if (SerialDevice == NULL) {
546 SerialDevice->SerialIo.Mode = &(SerialDevice->SerialMode);
547 SerialDevice->IsaIo = IsaIo;
548 SerialDevice->ParentDevicePath = ParentDevicePath;
564 CopyMem (&SerialDevice->UartDevicePath, RemainingDevicePath, sizeof (UART_DEVICE_PATH));
573 AddName (SerialDevice, IsaIo); [all...] |
ComponentName.c | 185 SERIAL_DEV *SerialDevice;
229 SerialDevice = SERIAL_DEV_FROM_THIS (SerialIo);
230 ControllerNameTable = SerialDevice->ControllerNameTable;
245 @param SerialDevice A pointer to the SERIAL_DEV instance.
252 IN SERIAL_DEV *SerialDevice,
260 &SerialDevice->ControllerNameTable,
267 &SerialDevice->ControllerNameTable,
|
Serial.h | 582 @param SerialDevice Pointer to serial device structure
588 IN SERIAL_DEV *SerialDevice
652 @param SerialDevice The device to flush
661 IN SERIAL_DEV *SerialDevice
831 @param SerialDevice A pointer to the SERIAL_DEV instance.
838 IN SERIAL_DEV *SerialDevice,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ |
SerialIo.c | 291 @param SerialDevice The device to transmit.
300 IN SERIAL_DEV *SerialDevice
316 if (SerialDevice->SoftwareLoopbackEnable) {
318 ReceiveFifoFull = SerialFifoFull (&SerialDevice->Receive);
319 if (!SerialFifoEmpty (&SerialDevice->Transmit)) {
320 SerialFifoRemove (&SerialDevice->Transmit, &Data);
325 SerialFifoAdd (&SerialDevice->Receive, Data);
327 } while (!SerialFifoEmpty (&SerialDevice->Transmit));
329 ReceiveFifoFull = SerialFifoFull (&SerialDevice->Receive);
334 if (SerialDevice->HardwareFlowControl && [all...] |
Serial.c | 435 SERIAL_DEV *SerialDevice;
454 SerialDevice = AllocateCopyPool (sizeof (SERIAL_DEV), &gSerialDevTemplate);
455 ASSERT (SerialDevice != NULL);
457 SerialDevice->SerialIo.Mode = &(SerialDevice->SerialMode);
458 SerialDevice->ParentDevicePath = ParentDevicePath;
459 SerialDevice->PciDeviceInfo = PciDeviceInfo;
460 SerialDevice->Instance = Instance;
463 CopyMem (&SerialDevice->UartDevicePath, Uart, sizeof (UART_DEVICE_PATH));
479 SerialDevice->RegisterStride = PciSerialParameter->RegisterStride; [all...] |
ComponentName.c | 186 SERIAL_DEV *SerialDevice;
241 SerialDevice = SERIAL_DEV_FROM_THIS (SerialIo);
242 ControllerNameTable = SerialDevice->ControllerNameTable;
257 @param SerialDevice A pointer to the SERIAL_DEV instance.
262 IN SERIAL_DEV *SerialDevice,
270 (SerialDevice->PciDeviceInfo != NULL) ? PCI_SERIAL_PORT_NAME : SIO_SERIAL_PORT_NAME,
276 &SerialDevice->ControllerNameTable,
283 &SerialDevice->ControllerNameTable,
|
Serial.h | 476 @param SerialDevice Pointer to serial device structure
482 IN SERIAL_DEV *SerialDevice
546 @param SerialDevice The device to flush
555 IN SERIAL_DEV *SerialDevice
719 @param SerialDevice A pointer to the SERIAL_DEV instance.
724 IN SERIAL_DEV *SerialDevice,
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
PlatformBootManager.h | 70 WIN_NT_VENDOR_DEVICE_PATH_NODE SerialDevice;
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
BdsPlatform.h | 197 PCI_DEVICE_PATH SerialDevice;
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/ |
BdsPlatform.h | 191 PCI_DEVICE_PATH SerialDevice;
|