Lines Matching refs:tty_struct
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);
198 __poll_t (*poll)(struct tty_struct *, struct file *,
200 int (*hangup)(struct tty_struct *tty);
205 void (*receive_buf)(struct tty_struct *, const unsigned char *cp,
207 void (*write_wakeup)(struct tty_struct *);
208 void (*dcd_change)(struct tty_struct *, unsigned int);
209 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp,
222 struct tty_struct *tty;