Home
last modified time | relevance | path

Searched refs:UartType (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/serial/serial/
H A Dpnp.c21 IN UART_TYPE UartType, in SerialAddDeviceInternal() argument
70 DeviceExtension->UartType = UartType; in SerialAddDeviceInternal()
232 if (DeviceExtension->UartType == UartUnknown) in SerialPnpStartDevice()
233 DeviceExtension->UartType = SerialDetectUartType(ComPortBase); in SerialPnpStartDevice()
260 if (DeviceExtension->UartType >= Uart16550A) in SerialPnpStartDevice()
H A Dserial.h66 UART_TYPE UartType; member
276 IN UART_TYPE UartType,
H A Ddevctrl.c222 if (DeviceExtension->UartType >= Uart16450) in SerialGetCommProp()
226 if (DeviceExtension->UartType >= Uart16550) in SerialGetCommProp()
589 if (DeviceExtension->UartType >= Uart16550A) in SerialDeviceControl()
606 if (DeviceExtension->UartType >= Uart16550A) in SerialDeviceControl()