Lines Matching defs:port

257 	struct uart_port	port;  member
290 static u8 max310x_port_read(struct uart_port *port, u8 reg) in max310x_port_read()
300 static void max310x_port_write(struct uart_port *port, u8 reg, u8 val) in max310x_port_write()
307 static void max310x_port_update(struct uart_port *port, u8 reg, u8 mask, u8 val) in max310x_port_update()
376 static void max310x_power(struct uart_port *port, int on) in max310x_power()
407 static void max14830_power(struct uart_port *port, int on) in max14830_power()
502 static int max310x_set_baud(struct uart_port *port, int baud) in max310x_set_baud()
624 static void max310x_batch_write(struct uart_port *port, u8 *txbuf, unsigned int len) in max310x_batch_write()
639 static void max310x_batch_read(struct uart_port *port, u8 *rxbuf, unsigned int len) in max310x_batch_read()
654 static void max310x_handle_rx(struct uart_port *port, unsigned int rxlen) in max310x_handle_rx()
748 static void max310x_handle_tx(struct uart_port *port) in max310x_handle_tx()
790 static void max310x_start_tx(struct uart_port *port) in max310x_start_tx()
799 struct uart_port *port = &s->p[portno].port; in max310x_port_irq() local
858 static unsigned int max310x_tx_empty(struct uart_port *port) in max310x_tx_empty()
865 static unsigned int max310x_get_mctrl(struct uart_port *port) in max310x_get_mctrl()
883 static void max310x_set_mctrl(struct uart_port *port, unsigned int mctrl) in max310x_set_mctrl()
890 static void max310x_break_ctl(struct uart_port *port, int break_state) in max310x_break_ctl()
897 static void max310x_set_termios(struct uart_port *port, in max310x_set_termios()
1029 static int max310x_rs485_config(struct uart_port *port, in max310x_rs485_config()
1048 static int max310x_startup(struct uart_port *port) in max310x_startup()
1096 static void max310x_shutdown(struct uart_port *port) in max310x_shutdown()
1106 static const char *max310x_type(struct uart_port *port) in max310x_type()
1113 static int max310x_request_port(struct uart_port *port) in max310x_request_port()
1119 static void max310x_config_port(struct uart_port *port, int flags) in max310x_config_port()
1125 static int max310x_verify_port(struct uart_port *port, struct serial_struct *s) in max310x_verify_port()
1135 static void max310x_null_void(struct uart_port *port) in max310x_null_void()
1191 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_get() local
1201 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_set() local
1210 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_direction_input() local
1221 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_direction_output() local
1235 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_set_config() local