Lines Matching refs:stm32_port
117 struct stm32_port { struct
123 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument
128 static inline struct stm32_port *to_stm32_port(struct uart_port *port) in to_stm32_port()
130 return container_of(port, struct stm32_port, port); in to_stm32_port()
348 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_set_termios() local
355 if (!stm32_port->hw_flow_control) in stm32_set_termios()
470 struct stm32_port *stm32port = container_of(port, in stm32_pm()
471 struct stm32_port, port); in stm32_pm()
508 static int stm32_init_port(struct stm32_port *stm32port, in stm32_init_port()
547 static struct stm32_port *stm32_of_get_stm32_port(struct platform_device *pdev) in stm32_of_get_stm32_port()
581 struct stm32_port *stm32port; in stm32_serial_probe()
649 struct stm32_port *stm32port; in stm32_console_setup()