Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance
356 struct tty_operations { struct357 struct tty_struct * (*lookup)(struct tty_driver *driver,359 int (*install)(struct tty_driver *driver, struct tty_struct *tty);360 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);361 int (*open)(struct tty_struct * tty, struct file * filp);362 void (*close)(struct tty_struct * tty, struct file * filp);363 void (*shutdown)(struct tty_struct *tty);364 void (*cleanup)(struct tty_struct *tty);365 ssize_t (*write)(struct tty_struct *tty, const u8 *buf, size_t count);366 int (*put_char)(struct tty_struct *tty, u8 ch);[all …]