Searched defs:tty_driver (Results 1 – 2 of 2) sorted by relevance
120 struct tty_driver { struct134 struct tty_driver *other; /* only used for the PTY driver */ argument139 struct tty_struct **table;140 struct termios **termios;141 struct termios **termios_locked;142 void *driver_state; /* only used for the PTY driver */148 int (*open)(struct tty_struct * tty, struct file * filp);149 void (*close)(struct tty_struct * tty, struct file * filp);150 int (*write)(struct tty_struct * tty, int from_user,152 void (*put_char)(struct tty_struct *tty, unsigned char ch);[all …]
170 struct tty_driver * tty_driver; /* the tty_driver for this device */ member