Lines Matching refs:tty_struct
178 int (*open)(struct tty_struct *);
179 void (*close)(struct tty_struct *);
180 void (*flush_buffer)(struct tty_struct *tty);
181 ssize_t (*read)(struct tty_struct *tty, struct file *file,
183 ssize_t (*write)(struct tty_struct *tty, struct file *file,
185 int (*ioctl)(struct tty_struct *tty, struct file *file,
187 long (*compat_ioctl)(struct tty_struct *tty, struct file *file,
189 void (*set_termios)(struct tty_struct *tty, struct ktermios *old);
190 __poll_t (*poll)(struct tty_struct *, struct file *,
192 int (*hangup)(struct tty_struct *tty);
197 void (*receive_buf)(struct tty_struct *, const unsigned char *cp,
199 void (*write_wakeup)(struct tty_struct *);
200 void (*dcd_change)(struct tty_struct *, unsigned int);
201 int (*receive_buf2)(struct tty_struct *, const unsigned char *cp,
211 struct tty_struct *tty;