stm32_ports 990 drivers/tty/serial/stm32-usart.c stm32_ports[id].hw_flow_control = of_property_read_bool(np, stm32_ports 992 drivers/tty/serial/stm32-usart.c stm32_ports[id].port.line = id; stm32_ports 993 drivers/tty/serial/stm32-usart.c stm32_ports[id].cr1_irq = USART_CR1_RXNEIE; stm32_ports 994 drivers/tty/serial/stm32-usart.c stm32_ports[id].cr3_irq = 0; stm32_ports 995 drivers/tty/serial/stm32-usart.c stm32_ports[id].last_res = RX_BUF_L; stm32_ports 996 drivers/tty/serial/stm32-usart.c return &stm32_ports[id]; stm32_ports 1260 drivers/tty/serial/stm32-usart.c struct uart_port *port = &stm32_ports[co->index].port; stm32_ports 1303 drivers/tty/serial/stm32-usart.c stm32port = &stm32_ports[co->index]; stm32_ports 279 drivers/tty/serial/stm32-usart.h static struct stm32_port stm32_ports[STM32_MAX_PORTS];