tag | line | file | source code |
tty_struct | 464 | fs/open.c | struct tty_struct *tty; |
tty_struct | 25 | include/linux/serial.h | struct tty_struct *tty; |
tty_struct | 213 | include/linux/tty.h | int (*open)(struct tty_struct * tty, struct file * filp); |
tty_struct | 214 | include/linux/tty.h | void (*close)(struct tty_struct * tty, struct file * filp); |
tty_struct | 215 | include/linux/tty.h | void (*write)(struct tty_struct * tty); |
tty_struct | 216 | include/linux/tty.h | int (*ioctl)(struct tty_struct *tty, struct file * file, |
tty_struct | 218 | include/linux/tty.h | void (*throttle)(struct tty_struct * tty, int status); |
tty_struct | 219 | include/linux/tty.h | void (*set_termios)(struct tty_struct *tty, struct termios * old); |
tty_struct | 220 | include/linux/tty.h | struct tty_struct *link; |
tty_struct | 236 | include/linux/tty.h | int (*open)(struct tty_struct *); |
tty_struct | 237 | include/linux/tty.h | void (*close)(struct tty_struct *); |
tty_struct | 238 | include/linux/tty.h | int (*read)(struct tty_struct * tty, struct file * file, |
tty_struct | 240 | include/linux/tty.h | int (*write)(struct tty_struct * tty, struct file * file, |
tty_struct | 242 | include/linux/tty.h | int (*ioctl)(struct tty_struct * tty, struct file * file, |
tty_struct | 247 | include/linux/tty.h | void (*handler)(struct tty_struct *); |
tty_struct | 310 | include/linux/tty.h | extern void tty_write_flush(struct tty_struct *); |
tty_struct | 311 | include/linux/tty.h | extern void tty_read_flush(struct tty_struct *); |
tty_struct | 313 | include/linux/tty.h | extern struct tty_struct *tty_table[]; |
tty_struct | 315 | include/linux/tty.h | extern struct tty_struct * redirect; |
tty_struct | 338 | include/linux/tty.h | extern void flush_input(struct tty_struct * tty); |
tty_struct | 339 | include/linux/tty.h | extern void flush_output(struct tty_struct * tty); |
tty_struct | 340 | include/linux/tty.h | extern void wait_until_sent(struct tty_struct * tty); |
tty_struct | 341 | include/linux/tty.h | extern void copy_to_cooked(struct tty_struct * tty); |
tty_struct | 347 | include/linux/tty.h | extern int tty_signal(int sig, struct tty_struct *tty); |
tty_struct | 350 | include/linux/tty.h | extern void tty_hangup(struct tty_struct * tty); |
tty_struct | 351 | include/linux/tty.h | extern void tty_vhangup(struct tty_struct * tty); |
tty_struct | 354 | include/linux/tty.h | extern void do_SAK(struct tty_struct *tty); |
tty_struct | 358 | include/linux/tty.h | extern void rs_write(struct tty_struct * tty); |
tty_struct | 359 | include/linux/tty.h | extern void con_write(struct tty_struct * tty); |
tty_struct | 363 | include/linux/tty.h | extern int rs_open(struct tty_struct * tty, struct file * filp); |
tty_struct | 367 | include/linux/tty.h | extern int pty_open(struct tty_struct * tty, struct file * filp); |
tty_struct | 371 | include/linux/tty.h | extern int con_open(struct tty_struct * tty, struct file * filp); |
tty_struct | 378 | include/linux/tty.h | extern int vt_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 599 | kernel/chr_drv/console.c | static void respond_string(char * p, int currcons, struct tty_struct * tty) |
tty_struct | 608 | kernel/chr_drv/console.c | static void respond_num(unsigned int n, int currcons, struct tty_struct * tty) |
tty_struct | 623 | kernel/chr_drv/console.c | static void cursor_report(int currcons, struct tty_struct * tty) |
tty_struct | 634 | kernel/chr_drv/console.c | static inline void status_report(int currcons, struct tty_struct * tty) |
tty_struct | 639 | kernel/chr_drv/console.c | static inline void respond_ID(int currcons, struct tty_struct * tty) |
tty_struct | 893 | kernel/chr_drv/console.c | void con_write(struct tty_struct * tty) |
tty_struct | 1497 | kernel/chr_drv/console.c | int con_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 59 | kernel/chr_drv/keyboard.c | static struct tty_struct * tty = NULL; |
tty_struct | 24 | kernel/chr_drv/pty.c | static void pty_close(struct tty_struct * tty, struct file * filp) |
tty_struct | 39 | kernel/chr_drv/pty.c | static inline void pty_copy(struct tty_struct * from, struct tty_struct * to) |
tty_struct | 68 | kernel/chr_drv/pty.c | static void pty_write(struct tty_struct * tty) |
tty_struct | 74 | kernel/chr_drv/pty.c | int pty_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 145 | kernel/chr_drv/serial.c | static void rs_throttle(struct tty_struct * tty, int status); |
tty_struct | 716 | kernel/chr_drv/serial.c | void rs_write(struct tty_struct * tty) |
tty_struct | 737 | kernel/chr_drv/serial.c | static void rs_throttle(struct tty_struct * tty, int status) |
tty_struct | 972 | kernel/chr_drv/serial.c | static int rs_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 1032 | kernel/chr_drv/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
tty_struct | 1070 | kernel/chr_drv/serial.c | static void rs_close(struct tty_struct *tty, struct file * filp) |
tty_struct | 1123 | kernel/chr_drv/serial.c | static int block_til_ready(struct tty_struct *tty, struct file * filp, |
tty_struct | 1211 | kernel/chr_drv/serial.c | int rs_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 54 | kernel/chr_drv/tty_io.c | struct tty_struct *tty_table[MAX_TTYS]; |
tty_struct | 66 | kernel/chr_drv/tty_io.c | struct tty_struct * redirect = NULL; |
tty_struct | 69 | kernel/chr_drv/tty_io.c | static void initialize_tty_struct(int line, struct tty_struct *tty); |
tty_struct | 126 | kernel/chr_drv/tty_io.c | int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, int buflen) |
tty_struct | 147 | kernel/chr_drv/tty_io.c | void tty_write_flush(struct tty_struct * tty) |
tty_struct | 158 | kernel/chr_drv/tty_io.c | void tty_read_flush(struct tty_struct * tty) |
tty_struct | 231 | kernel/chr_drv/tty_io.c | void do_tty_hangup(struct tty_struct * tty, struct file_operations *fops) |
tty_struct | 265 | kernel/chr_drv/tty_io.c | void tty_hangup(struct tty_struct * tty) |
tty_struct | 270 | kernel/chr_drv/tty_io.c | void tty_vhangup(struct tty_struct * tty) |
tty_struct | 466 | kernel/chr_drv/tty_io.c | void copy_to_cooked(struct tty_struct * tty) |
tty_struct | 690 | kernel/chr_drv/tty_io.c | static int available_canon_input(struct tty_struct *); |
tty_struct | 691 | kernel/chr_drv/tty_io.c | static void __wait_for_canon_input(struct file * file, struct tty_struct *); |
tty_struct | 693 | kernel/chr_drv/tty_io.c | static void wait_for_canon_input(struct file * file, struct tty_struct * tty) |
tty_struct | 702 | kernel/chr_drv/tty_io.c | static int read_chan(struct tty_struct * tty, struct file * file, char * buf, int nr) |
tty_struct | 825 | kernel/chr_drv/tty_io.c | static void __wait_for_canon_input(struct file * file, struct tty_struct * tty) |
tty_struct | 844 | kernel/chr_drv/tty_io.c | static int available_canon_input(struct tty_struct * tty) |
tty_struct | 859 | kernel/chr_drv/tty_io.c | static int write_chan(struct tty_struct * tty, struct file * file, char * buf, int nr) |
tty_struct | 923 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 956 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 996 | kernel/chr_drv/tty_io.c | struct tty_struct *tty, *o_tty; |
tty_struct | 1010 | kernel/chr_drv/tty_io.c | tty = (struct tty_struct *) get_free_page(GFP_KERNEL); |
tty_struct | 1025 | kernel/chr_drv/tty_io.c | o_tty = (struct tty_struct *) get_free_page(GFP_KERNEL); |
tty_struct | 1085 | kernel/chr_drv/tty_io.c | struct tty_struct *tty, *o_tty; |
tty_struct | 1183 | kernel/chr_drv/tty_io.c | struct tty_struct *tty; |
tty_struct | 1272 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 1327 | kernel/chr_drv/tty_io.c | void do_SAK( struct tty_struct *tty) |
tty_struct | 1371 | kernel/chr_drv/tty_io.c | int tty_write_data(struct tty_struct *tty, char *bufp, int buflen, |
tty_struct | 1419 | kernel/chr_drv/tty_io.c | struct tty_struct * tty; |
tty_struct | 1458 | kernel/chr_drv/tty_io.c | static void initialize_tty_struct(int line, struct tty_struct *tty) |
tty_struct | 1460 | kernel/chr_drv/tty_io.c | memset(tty, 0, sizeof(struct tty_struct)); |
tty_struct | 1515 | kernel/chr_drv/tty_io.c | if (sizeof(struct tty_struct) > 4096) |
tty_struct | 44 | kernel/chr_drv/tty_ioctl.c | void flush_input(struct tty_struct * tty) |
tty_struct | 59 | kernel/chr_drv/tty_ioctl.c | void flush_output(struct tty_struct * tty) |
tty_struct | 73 | kernel/chr_drv/tty_ioctl.c | void wait_until_sent(struct tty_struct * tty) |
tty_struct | 124 | kernel/chr_drv/tty_ioctl.c | static int get_termios(struct tty_struct * tty, struct termios * termios) |
tty_struct | 136 | kernel/chr_drv/tty_ioctl.c | static int check_change(struct tty_struct * tty, int channel) |
tty_struct | 153 | kernel/chr_drv/tty_ioctl.c | static int set_termios(struct tty_struct * tty, struct termios * termios, |
tty_struct | 176 | kernel/chr_drv/tty_ioctl.c | static int get_termio(struct tty_struct * tty, struct termio * termio) |
tty_struct | 199 | kernel/chr_drv/tty_ioctl.c | static int set_termio(struct tty_struct * tty, struct termio * termio, |
tty_struct | 241 | kernel/chr_drv/tty_ioctl.c | static int set_window_size(struct tty_struct * tty, struct winsize * ws) |
tty_struct | 262 | kernel/chr_drv/tty_ioctl.c | static int get_window_size(struct tty_struct * tty, struct winsize * ws) |
tty_struct | 279 | kernel/chr_drv/tty_ioctl.c | static int tty_set_ldisc(struct tty_struct *tty, int ldisc) |
tty_struct | 306 | kernel/chr_drv/tty_ioctl.c | struct tty_struct * tty; |
tty_struct | 307 | kernel/chr_drv/tty_ioctl.c | struct tty_struct * other_tty; |
tty_struct | 308 | kernel/chr_drv/tty_ioctl.c | struct tty_struct * termios_tty; |
tty_struct | 104 | kernel/chr_drv/vt.c | int vt_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 408 | kernel/exit.c | struct tty_struct *tty; |