Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtty_ldisc.h175 struct tty_ldisc_ops { struct
176 int magic;
177 char *name;
178 int num;
179 int flags;
184 int (*open)(struct tty_struct *);
185 void (*close)(struct tty_struct *);
186 void (*flush_buffer)(struct tty_struct *tty);
187 ssize_t (*read)(struct tty_struct *tty, struct file *file,
190 ssize_t (*write)(struct tty_struct *tty, struct file *file,
[all …]