Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtty_driver.h253 struct tty_operations { struct
254 struct tty_struct * (*lookup)(struct tty_driver *driver,
256 int (*install)(struct tty_driver *driver, struct tty_struct *tty);
257 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);
258 int (*open)(struct tty_struct * tty, struct file * filp);
259 void (*close)(struct tty_struct * tty, struct file * filp);
260 void (*shutdown)(struct tty_struct *tty);
261 void (*cleanup)(struct tty_struct *tty);
262 int (*write)(struct tty_struct * tty,
264 int (*put_char)(struct tty_struct *tty, unsigned char ch);
[all …]