Lines Matching defs:port
118 struct uart_port port; member
128 static inline struct stm32_port *to_stm32_port(struct uart_port *port) in to_stm32_port()
133 static void stm32_set_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_set_bits()
142 static void stm32_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_clr_bits()
151 static void stm32_receive_chars(struct uart_port *port) in stm32_receive_chars()
200 static void stm32_transmit_chars(struct uart_port *port) in stm32_transmit_chars()
234 struct uart_port *port = ptr; in stm32_interrupt() local
252 static unsigned int stm32_tx_empty(struct uart_port *port) in stm32_tx_empty()
257 static void stm32_set_mctrl(struct uart_port *port, unsigned int mctrl) in stm32_set_mctrl()
265 static unsigned int stm32_get_mctrl(struct uart_port *port) in stm32_get_mctrl()
272 static void stm32_stop_tx(struct uart_port *port) in stm32_stop_tx()
278 static void stm32_start_tx(struct uart_port *port) in stm32_start_tx()
289 static void stm32_throttle(struct uart_port *port) in stm32_throttle()
299 static void stm32_unthrottle(struct uart_port *port) in stm32_unthrottle()
309 static void stm32_stop_rx(struct uart_port *port) in stm32_stop_rx()
315 static void stm32_break_ctl(struct uart_port *port, int break_state) in stm32_break_ctl()
319 static int stm32_startup(struct uart_port *port) in stm32_startup()
335 static void stm32_shutdown(struct uart_port *port) in stm32_shutdown()
345 static void stm32_set_termios(struct uart_port *port, struct ktermios *termios, in stm32_set_termios()
440 static const char *stm32_type(struct uart_port *port) in stm32_type()
445 static void stm32_release_port(struct uart_port *port) in stm32_release_port()
449 static int stm32_request_port(struct uart_port *port) in stm32_request_port()
454 static void stm32_config_port(struct uart_port *port, int flags) in stm32_config_port()
461 stm32_verify_port(struct uart_port *port, struct serial_struct *ser) in stm32_verify_port()
467 static void stm32_pm(struct uart_port *port, unsigned int state, in stm32_pm()
511 struct uart_port *port = &stm32port->port; in stm32_init_port() local
602 struct uart_port *port = platform_get_drvdata(pdev); in stm32_serial_remove() local
609 static void stm32_console_putchar(struct uart_port *port, int ch) in stm32_console_putchar()
619 struct uart_port *port = &stm32_ports[co->index].port; in stm32_console_write() local