Home
last modified time | relevance | path

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

/include/linux/
Dtty_driver.h248 struct tty_operations { struct
249 struct tty_struct * (*lookup)(struct tty_driver *driver,
251 int (*install)(struct tty_driver *driver, struct tty_struct *tty);
252 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);
253 int (*open)(struct tty_struct * tty, struct file * filp);
254 void (*close)(struct tty_struct * tty, struct file * filp);
255 void (*shutdown)(struct tty_struct *tty);
256 void (*cleanup)(struct tty_struct *tty);
257 int (*write)(struct tty_struct * tty,
259 int (*put_char)(struct tty_struct *tty, unsigned char ch);
[all …]