Lines Matching refs:tty_struct
5 struct tty_struct;
218 int (*open)(struct tty_struct *tty);
219 void (*close)(struct tty_struct *tty);
220 void (*flush_buffer)(struct tty_struct *tty);
221 ssize_t (*read)(struct tty_struct *tty, struct file *file,
224 ssize_t (*write)(struct tty_struct *tty, struct file *file,
226 int (*ioctl)(struct tty_struct *tty, unsigned int cmd,
228 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd,
230 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old);
231 __poll_t (*poll)(struct tty_struct *tty, struct file *file,
233 void (*hangup)(struct tty_struct *tty);
238 void (*receive_buf)(struct tty_struct *tty, const unsigned char *cp,
240 void (*write_wakeup)(struct tty_struct *tty);
241 void (*dcd_change)(struct tty_struct *tty, bool active);
242 int (*receive_buf2)(struct tty_struct *tty, const unsigned char *cp,
244 void (*lookahead_buf)(struct tty_struct *tty, const unsigned char *cp,
252 struct tty_struct *tty;
260 struct tty_ldisc *tty_ldisc_ref(struct tty_struct *);
262 struct tty_ldisc *tty_ldisc_ref_wait(struct tty_struct *);
264 void tty_ldisc_flush(struct tty_struct *tty);
268 int tty_set_ldisc(struct tty_struct *tty, int disc);