Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_ldisc.h176 struct tty_ldisc_ops { struct
177 int magic;
178 char *name;
179 int num;
180 int flags;
185 int (*open)(struct tty_struct *);
186 void (*close)(struct tty_struct *);
187 void (*flush_buffer)(struct tty_struct *tty);
188 ssize_t (*read)(struct tty_struct *tty, struct file *file,
191 ssize_t (*write)(struct tty_struct *tty, struct file *file,
[all …]