Lines Matching defs:port

47 	struct uart_port port;  member
104 static unsigned int mux_tx_empty(struct uart_port *port) in mux_tx_empty()
117 static void mux_set_mctrl(struct uart_port *port, unsigned int mctrl) in mux_set_mctrl()
128 static unsigned int mux_get_mctrl(struct uart_port *port) in mux_get_mctrl()
139 static void mux_stop_tx(struct uart_port *port) in mux_stop_tx()
149 static void mux_start_tx(struct uart_port *port) in mux_start_tx()
159 static void mux_stop_rx(struct uart_port *port) in mux_stop_rx()
170 static void mux_break_ctl(struct uart_port *port, int break_state) in mux_break_ctl()
174 static void mux_tx_done(struct uart_port *port) in mux_tx_done()
188 static void mux_write(struct uart_port *port) in mux_write()
206 static void mux_read(struct uart_port *port) in mux_read()
246 static int mux_startup(struct uart_port *port) in mux_startup()
258 static void mux_shutdown(struct uart_port *port) in mux_shutdown()
272 mux_set_termios(struct uart_port *port, struct ktermios *termios, in mux_set_termios()
284 static const char *mux_type(struct uart_port *port) in mux_type()
296 static void mux_release_port(struct uart_port *port) in mux_release_port()
308 static int mux_request_port(struct uart_port *port) in mux_request_port()
324 static void mux_config_port(struct uart_port *port, int type) in mux_config_port()
337 static int mux_verify_port(struct uart_port *port, struct serial_struct *ser) in mux_verify_port()
450 struct uart_port *port = &mux_ports[port_cnt].port; in mux_probe() local
488 struct uart_port *port = &mux_ports[i].port; in mux_remove() local