Lines Matching refs:tty_struct
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,
193 int (*compat_ioctl)(struct tty_struct *tty, struct file *file,
195 void (*set_termios)(struct tty_struct *tty, struct ktermios *old);
196 __poll_t (*poll)(struct tty_struct *, struct file *,
198 int (*hangup)(struct tty_struct *tty);
203 void (*receive_buf)(struct tty_struct *, const unsigned char *cp,
205 void (*write_wakeup)(struct tty_struct *);
206 void (*dcd_change)(struct tty_struct *, unsigned int);
207 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp,
217 struct tty_struct *tty;