Searched defs:tty_ldisc_ops (Results 1 – 1 of 1) sorted by relevance
231 struct tty_ldisc_ops { struct232 char *name;233 int num;238 int (*open)(struct tty_struct *tty);239 void (*close)(struct tty_struct *tty);240 void (*flush_buffer)(struct tty_struct *tty);241 ssize_t (*read)(struct tty_struct *tty, struct file *file, u8 *buf,243 ssize_t (*write)(struct tty_struct *tty, struct file *file,245 int (*ioctl)(struct tty_struct *tty, unsigned int cmd,270 struct tty_ldisc_ops *ops; argument