Searched refs:serial_state (Results 1 – 3 of 3) sorted by relevance
94 struct serial_state { struct122 static void change_speed(struct tty_struct *tty, struct serial_state *info, argument127 static struct serial_state rs_table[1];136 static inline int serial_paranoia_check(struct serial_state *info, in serial_paranoia_check()189 struct serial_state *info = tty->driver_data; in rs_stop()209 struct serial_state *info = tty->driver_data; in rs_start()250 static void receive_chars(struct serial_state *info) in receive_chars()339 static void transmit_chars(struct serial_state *info) in transmit_chars()379 static void check_modem_status(struct serial_state *info) in check_modem_status()459 struct serial_state *info = data; in ser_vbl_int()[all …]
66 u16 serial_state; member540 acm->port_num, acm->serial_state); in acm_notify_serial_state()542 0, &acm->serial_state, sizeof(acm->serial_state)); in acm_notify_serial_state()575 acm->serial_state |= ACM_CTRL_DSR | ACM_CTRL_DCD; in acm_connect()583 acm->serial_state &= ~(ACM_CTRL_DSR | ACM_CTRL_DCD); in acm_disconnect()592 state = acm->serial_state; in acm_send_break()597 acm->serial_state = state; in acm_send_break()
147 struct serial_state {201 static struct serial_state rs_table[] = {215 #define NR_PORTS (sizeof(rs_table)/sizeof(struct serial_state))236 struct serial_state *state;802 struct serial_state *state; in shutdown()862 struct serial_state *state; in change_speed()1577 struct serial_state *state; in rs_360_close()1746 struct serial_state *state = info->state; in rs_360_hangup()1773 struct serial_state *state = info->state; in block_til_ready()1884 struct serial_state *sstate; in get_async_struct()[all …]