Lines Matching defs:Uart
122 UART_DEVICE_PATH *Uart;
141 Uart = (UART_DEVICE_PATH *) Node;
143 &Uart->BaudRate,
149 &Uart->DataBits,
155 &Uart->Parity,
161 &Uart->StopBits,
233 UART_DEVICE_PATH *Uart;
254 Uart = (UART_DEVICE_PATH *) Node;
256 &Uart->BaudRate,
262 &Uart->DataBits,
268 &Uart->Parity,
274 &Uart->StopBits,
285 Retrieve ACPI UID of UART from device path
287 @param Handle The handle for the UART device.
319 // Acpi points to the node before the Uart node
335 Sort Uart handles array with Acpi->UID from low to high.
446 // Sort Uart handles array with Acpi->UID from low to high
467 // Acpi points to the node before Uart node
626 UART_DEVICE_PATH *Uart;
644 Uart = (UART_DEVICE_PATH *) Node;
653 &Uart->BaudRate,
659 &Uart->DataBits,
665 &Uart->Parity,
671 &Uart->StopBits,
681 // previous acquired uart attributes
904 UART_DEVICE_PATH *Uart;
909 Uart = NULL;
919 Uart = (UART_DEVICE_PATH *) Node;
922 if (Uart == NULL) {
924 // Acpi points to the node before the UART node
933 Uart == NULL) {