Lines Matching refs:sab_port
51 static void sab8253x_change_speed(struct sab_port *port);
81 struct sab_port *port; in sab8253x_flush_to_ldisc()
86 port = (struct sab_port *)tty->driver_data; /* probably a silly check */ in sab8253x_flush_to_ldisc()
118 static void inline sab8253x_tec_wait(struct sab_port *port) in sab8253x_tec_wait()
128 void sab8253x_start_tx(struct sab_port *port) in sab8253x_start_tx()
322 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_stop()
343 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_start()
360 static void sab8253x_receive_chars(struct sab_port *port, in sab8253x_receive_chars()
472 static void sab8253x_transmit_chars(struct sab_port *port, in sab8253x_transmit_chars()
486 static void sab8253x_check_status(struct sab_port *port, in sab8253x_check_status()
682 struct sab_port *port = (struct sab_port *)private_; in sab8253x_do_softint()
714 struct sab_port *port = (struct sab_port *) private_; in sab8253x_do_serial_hangup()
726 sab8253x_init_line(struct sab_port *port) in sab8253x_init_line()
805 static int sab8253x_startup(struct sab_port *port) in sab8253x_startup()
899 static void sab8253x_shutdown(struct sab_port *port) in sab8253x_shutdown()
981 static void sab8253x_change_speed(struct sab_port *port) in sab8253x_change_speed()
1216 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_flush_chars()
1234 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_write()
1360 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_write_room()
1383 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_chars_in_buffer()
1399 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_send_xchar()
1424 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_throttle()
1439 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_unthrottle()
1465 static int sab8253x_get_serial_info(struct sab_port *port, in sab8253x_get_serial_info()
1493 static int sab8253x_set_serial_info(struct sab_port *port, in sab8253x_set_serial_info()
1510 static int sab8253x_get_lsr_info(struct sab_port * port, unsigned int *value) in sab8253x_get_lsr_info()
1519 static int sab8253x_get_modem_info(struct sab_port * port, unsigned int *value) in sab8253x_get_modem_info()
1535 static int sab8253x_set_modem_info(struct sab_port * port, unsigned int cmd, in sab8253x_set_modem_info()
1603 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_break()
1635 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_ioctl()
1739 if (copy_to_user((struct sab_port *) arg, in sab8253x_ioctl()
1740 port, sizeof(struct sab_port))) in sab8253x_ioctl()
1851 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_set_termios()
1905 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_close()
2039 struct sab_port *port = (struct sab_port *)tty->driver_data; in sab8253x_hangup()
2085 struct sab_port *port; in sab8253x_open()
2273 extern struct sab_port * AuraPortRoot; in sab8253x_read_proc()
2274 struct sab_port *port = AuraPortRoot; in sab8253x_read_proc()
2564 void sab8253x_setup_ttyport(struct sab_port *p_port) in sab8253x_setup_ttyport()