Searched defs:tty_ldisc_ops (Results 1 – 1 of 1) sorted by relevance
180 struct tty_ldisc_ops { struct181 char *name;182 int num;187 int (*open)(struct tty_struct *);188 void (*close)(struct tty_struct *);189 void (*flush_buffer)(struct tty_struct *tty);190 ssize_t (*read)(struct tty_struct *tty, struct file *file,193 ssize_t (*write)(struct tty_struct *tty, struct file *file,218 struct tty_ldisc_ops *ops; argument
Completed in 2 milliseconds