Lines Matching refs:tty_struct
5 struct tty_struct;
237 int (*open)(struct tty_struct *tty);
238 void (*close)(struct tty_struct *tty);
239 void (*flush_buffer)(struct tty_struct *tty);
240 ssize_t (*read)(struct tty_struct *tty, struct file *file, u8 *buf,
242 ssize_t (*write)(struct tty_struct *tty, struct file *file,
244 int (*ioctl)(struct tty_struct *tty, unsigned int cmd,
246 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd,
248 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old);
249 __poll_t (*poll)(struct tty_struct *tty, struct file *file,
251 void (*hangup)(struct tty_struct *tty);
256 void (*receive_buf)(struct tty_struct *tty, const u8 *cp,
258 void (*write_wakeup)(struct tty_struct *tty);
259 void (*dcd_change)(struct tty_struct *tty, bool active);
260 size_t (*receive_buf2)(struct tty_struct *tty, const u8 *cp,
262 void (*lookahead_buf)(struct tty_struct *tty, const u8 *cp,
270 struct tty_struct *tty;
278 struct tty_ldisc *tty_ldisc_ref(struct tty_struct *);
280 struct tty_ldisc *tty_ldisc_ref_wait(struct tty_struct *);
282 void tty_ldisc_flush(struct tty_struct *tty);
286 int tty_set_ldisc(struct tty_struct *tty, int disc);