Lines Matching defs:tty_ldisc_ops
175 struct tty_ldisc_ops { struct
176 int magic;
177 char *name;
178 int num;
179 int flags;
184 int (*open)(struct tty_struct *);
185 void (*close)(struct tty_struct *);
186 void (*flush_buffer)(struct tty_struct *tty);
187 ssize_t (*read)(struct tty_struct *tty, struct file *file,
189 ssize_t (*write)(struct tty_struct *tty, struct file *file,
191 int (*ioctl)(struct tty_struct *tty, struct file *file,
216 struct tty_ldisc_ops *ops; argument