Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dehv_bytechan.c472 static ssize_t ehv_bc_tty_write(struct tty_struct *ttys, const u8 *s, in ehv_bc_tty_write()
511 static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *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()
541 static unsigned int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room()
566 static void ehv_bc_tty_throttle(struct tty_struct *ttys) in ehv_bc_tty_throttle()
580 static void ehv_bc_tty_unthrottle(struct tty_struct *ttys) in ehv_bc_tty_unthrottle()
590 static void ehv_bc_tty_hangup(struct tty_struct *ttys) in ehv_bc_tty_hangup()
623 struct tty_struct *ttys) in ehv_bc_tty_port_activate()
/linux/drivers/tty/ipwireless/
H A Dtty.c59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable
/linux/include/linux/
H A Dtty_driver.h452 struct tty_struct **ttys; global() member