Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtty_ldisc.h169 struct tty_ldisc_ops { struct
170 int magic;
171 char *name;
172 int num;
173 int flags;
178 int (*open)(struct tty_struct *);
179 void (*close)(struct tty_struct *);
180 void (*flush_buffer)(struct tty_struct *tty);
181 ssize_t (*read)(struct tty_struct *tty, struct file *file,
183 ssize_t (*write)(struct tty_struct *tty, struct file *file,
[all …]