Home
last modified time | relevance | path

Searched refs:tty_type (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/tty/ipwireless/
Dtty.c52 int tty_type; member
63 static char *tty_type_name(int tty_type) in tty_type_name() argument
71 return channel_names[tty_type]; in tty_type_name()
104 if (tty->tty_type == TTYTYPE_MODEM) in ipw_open()
123 if (tty->tty_type == TTYTYPE_MODEM) in do_ipw_close()
394 if (tty->tty_type == TTYTYPE_MODEM) { in ipw_ioctl()
438 int secondary_channel_idx, int tty_type) in add_tty() argument
448 ttys[j]->tty_type = tty_type; in add_tty()
463 tty_type_name(tty_type), j); in add_tty()
526 tty_type_name(ttyj->tty_type), j); in ipwireless_tty_free()
[all …]