Home
last modified time | relevance | path

Searched defs:ttys (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/tty/
Dehv_bytechan.c374 struct tty_struct *ttys = tty_port_tty_get(&bc->port); in ehv_bc_tty_rx_isr() local
482 struct tty_struct *ttys = tty_port_tty_get(&bc->port); in ehv_bc_tty_tx_isr() local
504 static int ehv_bc_tty_write(struct tty_struct *ttys, const unsigned char *s, in ehv_bc_tty_write()
544 static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_open()
559 static void ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_close()
574 static int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room()
599 static void ehv_bc_tty_throttle(struct tty_struct *ttys) in ehv_bc_tty_throttle()
613 static void ehv_bc_tty_unthrottle(struct tty_struct *ttys) in ehv_bc_tty_unthrottle()
623 static void ehv_bc_tty_hangup(struct tty_struct *ttys) in ehv_bc_tty_hangup()
656 struct tty_struct *ttys) in ehv_bc_tty_port_activate()
/linux-3.3/include/linux/
Dtty_driver.h313 struct tty_struct **ttys; member
/linux-3.3/drivers/tty/ipwireless/
Dtty.c61 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable