Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtty_ldisc.h180 struct tty_ldisc_ops { struct
181 char *name;
182 int num;
183 int flags;
188 int (*open)(struct tty_struct *);
189 void (*close)(struct tty_struct *);
190 void (*flush_buffer)(struct tty_struct *tty);
191 ssize_t (*read)(struct tty_struct *tty, struct file *file,
194 ssize_t (*write)(struct tty_struct *tty, struct file *file,
219 struct tty_ldisc_ops *ops; argument