ttys               36 drivers/staging/fwserial/fwserial.c module_param_named(ttys, num_ttys, int, 0644);
ttys             2889 drivers/staging/fwserial/fwserial.c MODULE_PARM_DESC(ttys, "Number of ttys to create for each local firewire node");
ttys              469 drivers/tty/ehv_bytechan.c static int ehv_bc_tty_write(struct tty_struct *ttys, const unsigned char *s,
ttys              472 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = ttys->driver_data;
ttys              509 drivers/tty/ehv_bytechan.c static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp)
ttys              511 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = &bcs[ttys->index];
ttys              516 drivers/tty/ehv_bytechan.c 	return tty_port_open(&bc->port, ttys, filp);
ttys              524 drivers/tty/ehv_bytechan.c static void ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp)
ttys              526 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = &bcs[ttys->index];
ttys              529 drivers/tty/ehv_bytechan.c 		tty_port_close(&bc->port, ttys, filp);
ttys              539 drivers/tty/ehv_bytechan.c static int ehv_bc_tty_write_room(struct tty_struct *ttys)
ttys              541 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = ttys->driver_data;
ttys              564 drivers/tty/ehv_bytechan.c static void ehv_bc_tty_throttle(struct tty_struct *ttys)
ttys              566 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = ttys->driver_data;
ttys              578 drivers/tty/ehv_bytechan.c static void ehv_bc_tty_unthrottle(struct tty_struct *ttys)
ttys              580 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = ttys->driver_data;
ttys              588 drivers/tty/ehv_bytechan.c static void ehv_bc_tty_hangup(struct tty_struct *ttys)
ttys              590 drivers/tty/ehv_bytechan.c 	struct ehv_bc_data *bc = ttys->driver_data;
ttys              621 drivers/tty/ehv_bytechan.c 				    struct tty_struct *ttys)
ttys              626 drivers/tty/ehv_bytechan.c 	ttys->driver_data = bc;
ttys              863 drivers/tty/hvc/hvc_console.c 	struct tty_struct *tty = driver->ttys[0];
ttys              878 drivers/tty/hvc/hvc_console.c 	struct tty_struct *tty = driver->ttys[0];
ttys               60 drivers/tty/ipwireless/tty.c static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS];
ttys               86 drivers/tty/ipwireless/tty.c 	return ttys[index];
ttys              442 drivers/tty/ipwireless/tty.c 	ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL);
ttys              443 drivers/tty/ipwireless/tty.c 	if (!ttys[j])
ttys              445 drivers/tty/ipwireless/tty.c 	ttys[j]->index = j;
ttys              446 drivers/tty/ipwireless/tty.c 	ttys[j]->hardware = hardware;
ttys              447 drivers/tty/ipwireless/tty.c 	ttys[j]->channel_idx = channel_idx;
ttys              448 drivers/tty/ipwireless/tty.c 	ttys[j]->secondary_channel_idx = secondary_channel_idx;
ttys              449 drivers/tty/ipwireless/tty.c 	ttys[j]->network = network;
ttys              450 drivers/tty/ipwireless/tty.c 	ttys[j]->tty_type = tty_type;
ttys              451 drivers/tty/ipwireless/tty.c 	mutex_init(&ttys[j]->ipw_tty_mutex);
ttys              452 drivers/tty/ipwireless/tty.c 	tty_port_init(&ttys[j]->port);
ttys              454 drivers/tty/ipwireless/tty.c 	tty_port_register_device(&ttys[j]->port, ipw_tty_driver, j, NULL);
ttys              455 drivers/tty/ipwireless/tty.c 	ipwireless_associate_network_tty(network, channel_idx, ttys[j]);
ttys              460 drivers/tty/ipwireless/tty.c 						 ttys[j]);
ttys              480 drivers/tty/ipwireless/tty.c 			if (ttys[j] != NULL) {
ttys              505 drivers/tty/ipwireless/tty.c 			return ttys[i];
ttys              517 drivers/tty/ipwireless/tty.c 	struct ipw_network *network = ttys[tty->index]->network;
ttys              521 drivers/tty/ipwireless/tty.c 		struct ipw_tty *ttyj = ttys[j];
ttys              545 drivers/tty/ipwireless/tty.c 			ttys[j] = NULL;
ttys              412 drivers/tty/pty.c 		driver->other->ttys[idx] = o_tty;
ttys              413 drivers/tty/pty.c 		driver->ttys[idx] = tty;
ttys              467 drivers/tty/pty.c 	driver->ttys[tty->index] = NULL;
ttys              469 drivers/tty/pty.c 		pair->driver->ttys[pair->index] = NULL;
ttys             1165 drivers/tty/tty_io.c 		tty = driver->ttys[idx];
ttys             1207 drivers/tty/tty_io.c 	driver->ttys[tty->index] = tty;
ttys             1246 drivers/tty/tty_io.c 		driver->ttys[tty->index] = NULL;
ttys             1545 drivers/tty/tty_io.c 	if (tty != tty->driver->ttys[idx]) {
ttys             1547 drivers/tty/tty_io.c 			  idx, tty->driver->ttys[idx]);
ttys             1553 drivers/tty/tty_io.c 		if (o_tty != tty->driver->other->ttys[idx]) {
ttys             1555 drivers/tty/tty_io.c 				  idx, tty->driver->other->ttys[idx]);
ttys             3226 drivers/tty/tty_io.c 		driver->ttys = kcalloc(lines, sizeof(*driver->ttys),
ttys             3230 drivers/tty/tty_io.c 		if (!driver->ttys || !driver->termios) {
ttys             3255 drivers/tty/tty_io.c 	kfree(driver->ttys);
ttys             3286 drivers/tty/tty_io.c 	kfree(driver->ttys);
ttys              323 include/linux/tty_driver.h 	struct tty_struct **ttys;