HomeSort by relevance Sort by last modified time
    Searched refs:SerialDevice (Results 1 - 10 of 10) sorted by null

  /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...]
ComponentName.c 183 SERIAL_DEV *SerialDevice;
238 SerialDevice = SERIAL_DEV_FROM_THIS (SerialIo);
239 ControllerNameTable = SerialDevice->ControllerNameTable;
254 @param SerialDevice A pointer to the SERIAL_DEV instance.
259 IN SERIAL_DEV *SerialDevice,
267 (SerialDevice->PciDeviceInfo != NULL) ? PCI_SERIAL_PORT_NAME : SIO_SERIAL_PORT_NAME,
273 &SerialDevice->ControllerNameTable,
280 &SerialDevice->ControllerNameTable,
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...]
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/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 65 WIN_NT_VENDOR_DEVICE_PATH_NODE SerialDevice;
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 71 WIN_NT_VENDOR_DEVICE_PATH_NODE SerialDevice;
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.h 197 PCI_DEVICE_PATH SerialDevice;

Completed in 129 milliseconds