tty_type           52 drivers/tty/ipwireless/tty.c 	int tty_type;
tty_type           64 drivers/tty/ipwireless/tty.c static char *tty_type_name(int tty_type)
tty_type           72 drivers/tty/ipwireless/tty.c 	return channel_names[tty_type];
tty_type          106 drivers/tty/ipwireless/tty.c 	if (tty->tty_type == TTYTYPE_MODEM)
tty_type          125 drivers/tty/ipwireless/tty.c 			if (tty->tty_type == TTYTYPE_MODEM)
tty_type          396 drivers/tty/ipwireless/tty.c 	if (tty->tty_type == TTYTYPE_MODEM) {
tty_type          440 drivers/tty/ipwireless/tty.c 		    int secondary_channel_idx, int tty_type)
tty_type          450 drivers/tty/ipwireless/tty.c 	ttys[j]->tty_type = tty_type;
tty_type          465 drivers/tty/ipwireless/tty.c 		       tty_type_name(tty_type), j);
tty_type          528 drivers/tty/ipwireless/tty.c 				       tty_type_name(ttyj->tty_type), j);
tty_type          611 drivers/tty/ipwireless/tty.c 	return tty->tty_type == TTYTYPE_MODEM;