Searched defs:tty_operations (Results 1 – 1 of 1) sorted by relevance
350 struct tty_operations { struct351 struct tty_struct * (*lookup)(struct tty_driver *driver,353 int (*install)(struct tty_driver *driver, struct tty_struct *tty);354 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);355 int (*open)(struct tty_struct * tty, struct file * filp);356 void (*close)(struct tty_struct * tty, struct file * filp);357 void (*shutdown)(struct tty_struct *tty);358 void (*cleanup)(struct tty_struct *tty);359 int (*write)(struct tty_struct * tty,361 int (*put_char)(struct tty_struct *tty, unsigned char ch);[all …]