Searched defs:tty_ldisc_ops (Results 1 – 1 of 1) sorted by relevance
230 struct tty_ldisc_ops { struct231 char *name;232 int num;237 int (*open)(struct tty_struct *tty);238 void (*close)(struct tty_struct *tty);239 void (*flush_buffer)(struct tty_struct *tty);240 ssize_t (*read)(struct tty_struct *tty, struct file *file, u8 *buf,242 ssize_t (*write)(struct tty_struct *tty, struct file *file,244 int (*ioctl)(struct tty_struct *tty, unsigned int cmd,269 struct tty_ldisc_ops *ops; argument