Lines Matching refs:sa1100_port
74 struct sa1100_port { struct
84 static void sa1100_mctrl_check(struct sa1100_port *sport) in sa1100_mctrl_check() argument
114 struct sa1100_port *sport = from_timer(sport, t, timer); in sa1100_timeout()
131 struct sa1100_port *sport = in sa1100_stop_tx()
132 container_of(port, struct sa1100_port, port); in sa1100_stop_tx()
145 struct sa1100_port *sport = in sa1100_start_tx()
146 container_of(port, struct sa1100_port, port); in sa1100_start_tx()
159 struct sa1100_port *sport = in sa1100_stop_rx()
160 container_of(port, struct sa1100_port, port); in sa1100_stop_rx()
172 struct sa1100_port *sport = in sa1100_enable_ms()
173 container_of(port, struct sa1100_port, port); in sa1100_enable_ms()
181 sa1100_rx_chars(struct sa1100_port *sport) in sa1100_rx_chars()
231 static void sa1100_tx_chars(struct sa1100_port *sport) in sa1100_tx_chars()
274 struct sa1100_port *sport = dev_id; in sa1100_int()
316 struct sa1100_port *sport = in sa1100_tx_empty()
317 container_of(port, struct sa1100_port, port); in sa1100_tx_empty()
324 struct sa1100_port *sport = in sa1100_get_mctrl()
325 container_of(port, struct sa1100_port, port); in sa1100_get_mctrl()
335 struct sa1100_port *sport = in sa1100_set_mctrl()
336 container_of(port, struct sa1100_port, port); in sa1100_set_mctrl()
346 struct sa1100_port *sport = in sa1100_break_ctl()
347 container_of(port, struct sa1100_port, port); in sa1100_break_ctl()
363 struct sa1100_port *sport = in sa1100_startup()
364 container_of(port, struct sa1100_port, port); in sa1100_startup()
393 struct sa1100_port *sport = in sa1100_shutdown()
394 container_of(port, struct sa1100_port, port); in sa1100_shutdown()
416 struct sa1100_port *sport = in sa1100_set_termios()
417 container_of(port, struct sa1100_port, port); in sa1100_set_termios()
520 struct sa1100_port *sport = in sa1100_type()
521 container_of(port, struct sa1100_port, port); in sa1100_type()
531 struct sa1100_port *sport = in sa1100_release_port()
532 container_of(port, struct sa1100_port, port); in sa1100_release_port()
542 struct sa1100_port *sport = in sa1100_request_port()
543 container_of(port, struct sa1100_port, port); in sa1100_request_port()
554 struct sa1100_port *sport = in sa1100_config_port()
555 container_of(port, struct sa1100_port, port); in sa1100_config_port()
570 struct sa1100_port *sport = in sa1100_verify_port()
571 container_of(port, struct sa1100_port, port); in sa1100_verify_port()
610 static struct sa1100_port sa1100_ports[NR_PORTS];
702 struct sa1100_port *sport = in sa1100_console_putchar()
703 container_of(port, struct sa1100_port, port); in sa1100_console_putchar()
716 struct sa1100_port *sport = &sa1100_ports[co->index]; in sa1100_console_write()
743 sa1100_console_get_options(struct sa1100_port *sport, int *baud, in sa1100_console_get_options()
777 struct sa1100_port *sport; in sa1100_console_setup()
836 struct sa1100_port *sport = platform_get_drvdata(dev); in sa1100_serial_suspend()
846 struct sa1100_port *sport = platform_get_drvdata(dev); in sa1100_serial_resume()
854 static int sa1100_serial_add_one_port(struct sa1100_port *sport, struct platform_device *dev) in sa1100_serial_add_one_port()
902 struct sa1100_port *sport = platform_get_drvdata(pdev); in sa1100_serial_remove()