taglinefilesource code
tty_struct464fs/open.cstruct tty_struct *tty;
tty_struct25include/linux/serial.hstruct tty_struct   *tty;
tty_struct211include/linux/tty.hint  (*open)(struct tty_struct * tty, struct file * filp);
tty_struct212include/linux/tty.hvoid (*close)(struct tty_struct * tty, struct file * filp);
tty_struct213include/linux/tty.hvoid (*write)(struct tty_struct * tty);
tty_struct214include/linux/tty.hint  (*ioctl)(struct tty_struct *tty, struct file * file,
tty_struct216include/linux/tty.hvoid (*throttle)(struct tty_struct * tty, int status);
tty_struct217include/linux/tty.hvoid (*set_termios)(struct tty_struct *tty, struct termios * old);
tty_struct218include/linux/tty.hstruct tty_struct *link;
tty_struct234include/linux/tty.hint  (*open)(struct tty_struct *);
tty_struct235include/linux/tty.hvoid  (*close)(struct tty_struct *);
tty_struct236include/linux/tty.hint  (*read)(struct tty_struct * tty, struct file * file,
tty_struct238include/linux/tty.hint  (*write)(struct tty_struct * tty, struct file * file,
tty_struct240include/linux/tty.hint  (*ioctl)(struct tty_struct * tty, struct file * file,
tty_struct245include/linux/tty.hvoid  (*handler)(struct tty_struct *);
tty_struct308include/linux/tty.hextern void tty_write_flush(struct tty_struct *);
tty_struct309include/linux/tty.hextern void tty_read_flush(struct tty_struct *);
tty_struct311include/linux/tty.hextern struct tty_struct *tty_table[];
tty_struct313include/linux/tty.hextern struct tty_struct * redirect;
tty_struct336include/linux/tty.hextern void flush_input(struct tty_struct * tty);
tty_struct337include/linux/tty.hextern void flush_output(struct tty_struct * tty);
tty_struct338include/linux/tty.hextern void wait_until_sent(struct tty_struct * tty);
tty_struct339include/linux/tty.hextern void copy_to_cooked(struct tty_struct * tty);
tty_struct345include/linux/tty.hextern int tty_signal(int sig, struct tty_struct *tty);
tty_struct348include/linux/tty.hextern void tty_hangup(struct tty_struct * tty);
tty_struct349include/linux/tty.hextern void tty_vhangup(struct tty_struct * tty);
tty_struct352include/linux/tty.hextern void do_SAK(struct tty_struct *tty);
tty_struct356include/linux/tty.hextern void rs_write(struct tty_struct * tty);
tty_struct357include/linux/tty.hextern void con_write(struct tty_struct * tty);
tty_struct361include/linux/tty.hextern int  rs_open(struct tty_struct * tty, struct file * filp);
tty_struct365include/linux/tty.hextern int  pty_open(struct tty_struct * tty, struct file * filp);
tty_struct369include/linux/tty.hextern int con_open(struct tty_struct * tty, struct file * filp);
tty_struct376include/linux/tty.hextern int vt_ioctl(struct tty_struct *tty, struct file * file,
tty_struct598kernel/chr_drv/console.cstatic void respond_string(char * p, int currcons, struct tty_struct * tty)
tty_struct607kernel/chr_drv/console.cstatic void respond_num(unsigned int n, int currcons, struct tty_struct * tty)
tty_struct622kernel/chr_drv/console.cstatic void cursor_report(int currcons, struct tty_struct * tty)
tty_struct633kernel/chr_drv/console.cstatic inline void status_report(int currcons, struct tty_struct * tty)
tty_struct638kernel/chr_drv/console.cstatic inline void respond_ID(int currcons, struct tty_struct * tty)
tty_struct892kernel/chr_drv/console.cvoid con_write(struct tty_struct * tty)
tty_struct1494kernel/chr_drv/console.cint con_open(struct tty_struct *tty, struct file * filp)
tty_struct51kernel/chr_drv/keyboard.cstatic struct tty_struct * tty = NULL;
tty_struct24kernel/chr_drv/pty.cstatic void pty_close(struct tty_struct * tty, struct file * filp)
tty_struct39kernel/chr_drv/pty.cstatic inline void pty_copy(struct tty_struct * from, struct tty_struct * to)
tty_struct68kernel/chr_drv/pty.cstatic void pty_write(struct tty_struct * tty)
tty_struct74kernel/chr_drv/pty.cint pty_open(struct tty_struct *tty, struct file * filp)
tty_struct144kernel/chr_drv/serial.cstatic void rs_throttle(struct tty_struct * tty, int status);
tty_struct716kernel/chr_drv/serial.cvoid rs_write(struct tty_struct * tty)
tty_struct737kernel/chr_drv/serial.cstatic void rs_throttle(struct tty_struct * tty, int status)
tty_struct972kernel/chr_drv/serial.cstatic int rs_ioctl(struct tty_struct *tty, struct file * file,
tty_struct1032kernel/chr_drv/serial.cstatic void rs_set_termios(struct tty_struct *tty, struct termios *old_termios)
tty_struct1070kernel/chr_drv/serial.cstatic void rs_close(struct tty_struct *tty, struct file * filp)
tty_struct1123kernel/chr_drv/serial.cstatic int block_til_ready(struct tty_struct *tty, struct file * filp,
tty_struct1211kernel/chr_drv/serial.cint rs_open(struct tty_struct *tty, struct file * filp)
tty_struct54kernel/chr_drv/tty_io.cstruct tty_struct *tty_table[MAX_TTYS];
tty_struct66kernel/chr_drv/tty_io.cstruct tty_struct * redirect = NULL;
tty_struct69kernel/chr_drv/tty_io.cstatic void initialize_tty_struct(int line, struct tty_struct *tty);
tty_struct126kernel/chr_drv/tty_io.cint tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, int buflen)
tty_struct147kernel/chr_drv/tty_io.cvoid tty_write_flush(struct tty_struct * tty)
tty_struct158kernel/chr_drv/tty_io.cvoid tty_read_flush(struct tty_struct * tty)
tty_struct231kernel/chr_drv/tty_io.cvoid do_tty_hangup(struct tty_struct * tty, struct file_operations *fops)
tty_struct263kernel/chr_drv/tty_io.cvoid tty_hangup(struct tty_struct * tty)
tty_struct268kernel/chr_drv/tty_io.cvoid tty_vhangup(struct tty_struct * tty)
tty_struct464kernel/chr_drv/tty_io.cvoid copy_to_cooked(struct tty_struct * tty)
tty_struct666kernel/chr_drv/tty_io.cstatic int available_canon_input(struct tty_struct *);
tty_struct667kernel/chr_drv/tty_io.cstatic void __wait_for_canon_input(struct file * file, struct tty_struct *);
tty_struct669kernel/chr_drv/tty_io.cstatic void wait_for_canon_input(struct file * file, struct tty_struct * tty)
tty_struct678kernel/chr_drv/tty_io.cstatic int read_chan(struct tty_struct * tty, struct file * file, char * buf, int nr)
tty_struct801kernel/chr_drv/tty_io.cstatic void __wait_for_canon_input(struct file * file, struct tty_struct * tty)
tty_struct820kernel/chr_drv/tty_io.cstatic int available_canon_input(struct tty_struct * tty)
tty_struct835kernel/chr_drv/tty_io.cstatic int write_chan(struct tty_struct * tty, struct file * file, char * buf, int nr)
tty_struct899kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct932kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct972kernel/chr_drv/tty_io.cstruct tty_struct *tty, *o_tty;
tty_struct986kernel/chr_drv/tty_io.ctty = (struct tty_struct *) get_free_page(GFP_KERNEL);
tty_struct1001kernel/chr_drv/tty_io.co_tty = (struct tty_struct *) get_free_page(GFP_KERNEL);
tty_struct1061kernel/chr_drv/tty_io.cstruct tty_struct *tty, *o_tty;
tty_struct1149kernel/chr_drv/tty_io.cstruct tty_struct *tty;
tty_struct1238kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct1293kernel/chr_drv/tty_io.cvoid do_SAK( struct tty_struct *tty)
tty_struct1337kernel/chr_drv/tty_io.cint tty_write_data(struct tty_struct *tty, char *bufp, int buflen,
tty_struct1385kernel/chr_drv/tty_io.cstruct tty_struct * tty;
tty_struct1424kernel/chr_drv/tty_io.cstatic void initialize_tty_struct(int line, struct tty_struct *tty)
tty_struct1426kernel/chr_drv/tty_io.cmemset(tty, 0, sizeof(struct tty_struct));
tty_struct1481kernel/chr_drv/tty_io.cif (sizeof(struct tty_struct) > 4096)
tty_struct44kernel/chr_drv/tty_ioctl.cvoid flush_input(struct tty_struct * tty)
tty_struct59kernel/chr_drv/tty_ioctl.cvoid flush_output(struct tty_struct * tty)
tty_struct73kernel/chr_drv/tty_ioctl.cvoid wait_until_sent(struct tty_struct * tty)
tty_struct124kernel/chr_drv/tty_ioctl.cstatic int get_termios(struct tty_struct * tty, struct termios * termios)
tty_struct136kernel/chr_drv/tty_ioctl.cstatic int check_change(struct tty_struct * tty, int channel)
tty_struct153kernel/chr_drv/tty_ioctl.cstatic int set_termios(struct tty_struct * tty, struct termios * termios,
tty_struct176kernel/chr_drv/tty_ioctl.cstatic int get_termio(struct tty_struct * tty, struct termio * termio)
tty_struct199kernel/chr_drv/tty_ioctl.cstatic int set_termio(struct tty_struct * tty, struct termio * termio,
tty_struct241kernel/chr_drv/tty_ioctl.cstatic int set_window_size(struct tty_struct * tty, struct winsize * ws)
tty_struct262kernel/chr_drv/tty_ioctl.cstatic int get_window_size(struct tty_struct * tty, struct winsize * ws)
tty_struct279kernel/chr_drv/tty_ioctl.cstatic int tty_set_ldisc(struct tty_struct *tty, int ldisc)
tty_struct306kernel/chr_drv/tty_ioctl.cstruct tty_struct * tty;
tty_struct307kernel/chr_drv/tty_ioctl.cstruct tty_struct * other_tty;
tty_struct308kernel/chr_drv/tty_ioctl.cstruct tty_struct * termios_tty;
tty_struct104kernel/chr_drv/vt.cint vt_ioctl(struct tty_struct *tty, struct file * file,
tty_struct404kernel/exit.cstruct tty_struct *tty;