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

/drivers/tty/
H A Dehv_bytechan.c374 struct tty_struct *ttys = tty_port_tty_get(&bc->port); local
380 /* ttys could be NULL during a hangup */
381 if (!ttys)
389 count = tty_buffer_request_room(ttys, rx_count);
410 ret = tty_insert_flip_string(ttys, buffer, len);
425 tty_flip_buffer_push(ttys);
427 tty_kref_put(ttys);
482 struct tty_struct *ttys = tty_port_tty_get(&bc->port); local
485 if (ttys) {
486 tty_wakeup(ttys);
504 ehv_bc_tty_write(struct tty_struct *ttys, const unsigned char *s, int count) argument
544 ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp) argument
559 ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp) argument
574 ehv_bc_tty_write_room(struct tty_struct *ttys) argument
599 ehv_bc_tty_throttle(struct tty_struct *ttys) argument
613 ehv_bc_tty_unthrottle(struct tty_struct *ttys) argument
623 ehv_bc_tty_hangup(struct tty_struct *ttys) argument
655 ehv_bc_tty_port_activate(struct tty_port *port, struct tty_struct *ttys) argument
[all...]
/drivers/tty/ipwireless/
H A Dtty.c61 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable in typeref:struct:ipw_tty
104 return ttys[index];
485 ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL);
486 if (!ttys[j])
488 ttys[j]->index = j;
489 ttys[j]->hardware = hardware;
490 ttys[j]->channel_idx = channel_idx;
491 ttys[j]->secondary_channel_idx = secondary_channel_idx;
492 ttys[j]->network = network;
493 ttys[
[all...]

Completed in 93 milliseconds