Searched defs:tty_type (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/ipwireless/
H A Dtty.c51 int tty_type; member in struct:ipw_tty
65 static char *tty_type_name(int tty_type) argument
73 return channel_names[tty_type];
78 char *iftype = tty_type_name(tty->tty_type);
86 char *iftype = tty_type_name(tty->tty_type);
129 if (tty->tty_type == TTYTYPE_MODEM)
148 if (tty->tty_type == TTYTYPE_MODEM)
439 if (tty->tty_type == TTYTYPE_MODEM) {
483 int secondary_channel_idx, int tty_type)
493 ttys[j]->tty_type
480 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) argument
[all...]

Completed in 47 milliseconds