Searched refs:ttys (Results 1 – 6 of 6) sorted by relevance
59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable85 return ttys[index]; in get_tty()440 ttys[j] = kzalloc_obj(struct ipw_tty); in add_tty()441 if (!ttys[j]) in add_tty()443 ttys[j]->index = j; in add_tty()444 ttys[j]->hardware = hardware; in add_tty()445 ttys[j]->channel_idx = channel_idx; in add_tty()446 ttys[j]->secondary_channel_idx = secondary_channel_idx; in add_tty()447 ttys[j]->network = network; in add_tty()448 ttys[j]->tty_type = tty_type; in add_tty()[all …]
472 static ssize_t ehv_bc_tty_write(struct tty_struct *ttys, const u8 *s, in ehv_bc_tty_write() argument475 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write()511 static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_open() argument513 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_open()518 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()526 static void ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_close() argument528 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_close()531 tty_port_close(&bc->port, ttys, filp); in ehv_bc_tty_close()541 static unsigned int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room() argument543 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room()[all …]
863 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_get_char()878 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_put_char()
143 This allows LEDs to be controlled by activity on ttys which includes
16 ttys or ptys.
76 as the console subsystem automagically binds ttys to the fb.