Lines Matching defs:tty_ldisc_ops
176 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,
193 int (*ioctl)(struct tty_struct *tty, struct file *file,
195 int (*compat_ioctl)(struct tty_struct *tty, struct file *file,
197 void (*set_termios)(struct tty_struct *tty, struct ktermios *old);
221 struct tty_ldisc_ops *ops; argument