Lines Matching refs:sa1100_port

89 struct sa1100_port {  struct
98 static void sa1100_mctrl_check(struct sa1100_port *sport) in sa1100_mctrl_check() argument
128 struct sa1100_port *sport = (struct sa1100_port *)data; in sa1100_timeout()
145 struct sa1100_port *sport = in sa1100_stop_tx()
146 container_of(port, struct sa1100_port, port); in sa1100_stop_tx()
159 struct sa1100_port *sport = in sa1100_start_tx()
160 container_of(port, struct sa1100_port, port); in sa1100_start_tx()
173 struct sa1100_port *sport = in sa1100_stop_rx()
174 container_of(port, struct sa1100_port, port); in sa1100_stop_rx()
186 struct sa1100_port *sport = in sa1100_enable_ms()
187 container_of(port, struct sa1100_port, port); in sa1100_enable_ms()
193 sa1100_rx_chars(struct sa1100_port *sport) in sa1100_rx_chars()
245 static void sa1100_tx_chars(struct sa1100_port *sport) in sa1100_tx_chars()
288 struct sa1100_port *sport = dev_id; in sa1100_int()
330 struct sa1100_port *sport = in sa1100_tx_empty()
331 container_of(port, struct sa1100_port, port); in sa1100_tx_empty()
350 struct sa1100_port *sport = in sa1100_break_ctl()
351 container_of(port, struct sa1100_port, port); in sa1100_break_ctl()
367 struct sa1100_port *sport = in sa1100_startup()
368 container_of(port, struct sa1100_port, port); in sa1100_startup()
397 struct sa1100_port *sport = in sa1100_shutdown()
398 container_of(port, struct sa1100_port, port); in sa1100_shutdown()
420 struct sa1100_port *sport = in sa1100_set_termios()
421 container_of(port, struct sa1100_port, port); in sa1100_set_termios()
524 struct sa1100_port *sport = in sa1100_type()
525 container_of(port, struct sa1100_port, port); in sa1100_type()
535 struct sa1100_port *sport = in sa1100_release_port()
536 container_of(port, struct sa1100_port, port); in sa1100_release_port()
546 struct sa1100_port *sport = in sa1100_request_port()
547 container_of(port, struct sa1100_port, port); in sa1100_request_port()
558 struct sa1100_port *sport = in sa1100_config_port()
559 container_of(port, struct sa1100_port, port); in sa1100_config_port()
574 struct sa1100_port *sport = in sa1100_verify_port()
575 container_of(port, struct sa1100_port, port); in sa1100_verify_port()
614 static struct sa1100_port sa1100_ports[NR_PORTS];
708 struct sa1100_port *sport = in sa1100_console_putchar()
709 container_of(port, struct sa1100_port, port); in sa1100_console_putchar()
722 struct sa1100_port *sport = &sa1100_ports[co->index]; in sa1100_console_write()
749 sa1100_console_get_options(struct sa1100_port *sport, int *baud, in sa1100_console_get_options()
783 struct sa1100_port *sport; in sa1100_console_setup()
842 struct sa1100_port *sport = platform_get_drvdata(dev); in sa1100_serial_suspend()
852 struct sa1100_port *sport = platform_get_drvdata(dev); in sa1100_serial_resume()
886 struct sa1100_port *sport = platform_get_drvdata(pdev); in sa1100_serial_remove()