Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dstm32-usart.c117 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()
[all …]