Home
last modified time | relevance | path

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

/include/linux/
Dtty_driver.h226 struct tty_operations { struct
227 struct tty_struct * (*lookup)(struct tty_driver *driver,
229 int (*install)(struct tty_driver *driver, struct tty_struct *tty);
230 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);
231 int (*open)(struct tty_struct * tty, struct file * filp);
232 void (*close)(struct tty_struct * tty, struct file * filp);
233 void (*shutdown)(struct tty_struct *tty);
234 int (*write)(struct tty_struct * tty,
236 int (*put_char)(struct tty_struct *tty, unsigned char ch);
237 void (*flush_chars)(struct tty_struct *tty);
[all …]