Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Dtty_ldisc.h211 struct tty_ldisc_ops { struct
212 char *name;
213 int num;
218 int (*open)(struct tty_struct *tty);
219 void (*close)(struct tty_struct *tty);
220 void (*flush_buffer)(struct tty_struct *tty);
221 ssize_t (*read)(struct tty_struct *tty, struct file *file,
224 ssize_t (*write)(struct tty_struct *tty, struct file *file,
226 int (*ioctl)(struct tty_struct *tty, unsigned int cmd,
251 struct tty_ldisc_ops *ops; argument