Lines Matching defs:tty_struct
2811 struct tty_struct;
2846 struct tty_struct *tty;
10968 struct tty_struct {
11005 struct tty_struct *link;
11067 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
11068 int (*install)(struct tty_driver *, struct tty_struct *);
11069 void (*remove)(struct tty_driver *, struct tty_struct *);
11070 int (*open)(struct tty_struct *, struct file *);
11071 void (*close)(struct tty_struct *, struct file *);
11072 void (*shutdown)(struct tty_struct *);
11073 void (*cleanup)(struct tty_struct *);
11074 int (*write)(struct tty_struct *, const unsigned char *, int);
11075 int (*put_char)(struct tty_struct *, unsigned char);
11076 void (*flush_chars)(struct tty_struct *);
11077 unsigned int (*write_room)(struct tty_struct *);
11078 unsigned int (*chars_in_buffer)(struct tty_struct *);
11079 int (*ioctl)(struct tty_struct *, unsigned int, long unsigned int);
11080 long int (*compat_ioctl)(struct tty_struct *, unsigned int, long unsigned int);
11081 void (*set_termios)(struct tty_struct *, struct ktermios *);
11082 void (*throttle)(struct tty_struct *);
11083 void (*unthrottle)(struct tty_struct *);
11084 void (*stop)(struct tty_struct *);
11085 void (*start)(struct tty_struct *);
11086 void (*hangup)(struct tty_struct *);
11087 int (*break_ctl)(struct tty_struct *, int);
11088 void (*flush_buffer)(struct tty_struct *);
11089 void (*set_ldisc)(struct tty_struct *);
11090 void (*wait_until_sent)(struct tty_struct *, int);
11091 void (*send_xchar)(struct tty_struct *, char);
11092 int (*tiocmget)(struct tty_struct *);
11093 int (*tiocmset)(struct tty_struct *, unsigned int, unsigned int);
11094 int (*resize)(struct tty_struct *, struct winsize *);
11095 int (*get_icount)(struct tty_struct *, struct serial_icounter_struct *);
11096 int (*get_serial)(struct tty_struct *, struct serial_struct *);
11097 int (*set_serial)(struct tty_struct *, struct serial_struct *);
11098 void (*show_fdinfo)(struct tty_struct *, struct seq_file *);
11122 struct tty_struct **ttys;
11144 struct tty_struct *tty;
11145 struct tty_struct *itty;
11180 int (*open)(struct tty_struct *);
11181 void (*close)(struct tty_struct *);
11182 void (*flush_buffer)(struct tty_struct *);
11183 ssize_t (*read)(struct tty_struct *, struct file *, unsigned char *, size_t, void **, long unsigned int);
11184 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t);
11185 int (*ioctl)(struct tty_struct *, unsigned int, long unsigned int);
11186 int (*compat_ioctl)(struct tty_struct *, unsigned int, long unsigned int);
11187 void (*set_termios)(struct tty_struct *, struct ktermios *);
11188 __poll_t (*poll)(struct tty_struct *, struct file *, struct poll_table_struct *);
11189 void (*hangup)(struct tty_struct *);
11190 void (*receive_buf)(struct tty_struct *, const unsigned char *, const char *, int);
11191 void (*write_wakeup)(struct tty_struct *);
11192 void (*dcd_change)(struct tty_struct *, unsigned int);
11193 int (*receive_buf2)(struct tty_struct *, const unsigned char *, const char *, int);
11199 struct tty_struct *tty;
11214 int (*activate)(struct tty_port *, struct tty_struct *);
67327 struct tty_struct *tty;
92910 struct tty_struct *tty;