tag | line | file | source code |
tty_struct | 132 | drivers/char/console.c | static struct tty_struct *console_table[MAX_NR_CONSOLES]; |
tty_struct | 1009 | drivers/char/console.c | static void respond_string(char * p, struct tty_struct * tty) |
tty_struct | 1018 | drivers/char/console.c | static void cursor_report(int currcons, struct tty_struct * tty) |
tty_struct | 1026 | drivers/char/console.c | static inline void status_report(struct tty_struct * tty) |
tty_struct | 1031 | drivers/char/console.c | static inline void respond_ID(struct tty_struct * tty) |
tty_struct | 1036 | drivers/char/console.c | void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry) |
tty_struct | 1384 | drivers/char/console.c | static void con_stop(struct tty_struct *tty) |
tty_struct | 1399 | drivers/char/console.c | static void con_start(struct tty_struct *tty) |
tty_struct | 1411 | drivers/char/console.c | static int con_write(struct tty_struct * tty, int from_user, |
tty_struct | 1869 | drivers/char/console.c | static int con_write_room(struct tty_struct *tty) |
tty_struct | 1876 | drivers/char/console.c | static int con_chars_in_buffer(struct tty_struct *tty) |
tty_struct | 1937 | drivers/char/console.c | static void con_throttle(struct tty_struct *tty) |
tty_struct | 1941 | drivers/char/console.c | static void con_unthrottle(struct tty_struct *tty) |
tty_struct | 2347 | drivers/char/console.c | int con_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 333 | drivers/char/cyclades.c | static struct tty_struct *serial_table[NR_PORTS]; |
tty_struct | 386 | drivers/char/cyclades.c | static void cy_throttle(struct tty_struct *); |
tty_struct | 387 | drivers/char/cyclades.c | static void cy_unthrottle(struct tty_struct *); |
tty_struct | 490 | drivers/char/cyclades.c | cy_stop(struct tty_struct *tty) |
tty_struct | 521 | drivers/char/cyclades.c | cy_start(struct tty_struct *tty) |
tty_struct | 587 | drivers/char/cyclades.c | struct tty_struct *tty; |
tty_struct | 946 | drivers/char/cyclades.c | struct tty_struct *tty; |
tty_struct | 1495 | drivers/char/cyclades.c | cy_put_char(struct tty_struct *tty, unsigned char ch) |
tty_struct | 1524 | drivers/char/cyclades.c | cy_flush_chars(struct tty_struct *tty) |
tty_struct | 1563 | drivers/char/cyclades.c | cy_write(struct tty_struct * tty, int from_user, |
tty_struct | 1619 | drivers/char/cyclades.c | cy_write_room(struct tty_struct *tty) |
tty_struct | 1638 | drivers/char/cyclades.c | cy_chars_in_buffer(struct tty_struct *tty) |
tty_struct | 1654 | drivers/char/cyclades.c | cy_flush_buffer(struct tty_struct *tty) |
tty_struct | 1680 | drivers/char/cyclades.c | cy_throttle(struct tty_struct * tty) |
tty_struct | 1721 | drivers/char/cyclades.c | cy_unthrottle(struct tty_struct * tty) |
tty_struct | 2080 | drivers/char/cyclades.c | cy_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 2225 | drivers/char/cyclades.c | cy_set_termios(struct tty_struct *tty, struct termios * old_termios) |
tty_struct | 2253 | drivers/char/cyclades.c | cy_close(struct tty_struct * tty, struct file * filp) |
tty_struct | 2344 | drivers/char/cyclades.c | cy_hangup(struct tty_struct *tty) |
tty_struct | 2377 | drivers/char/cyclades.c | block_til_ready(struct tty_struct *tty, struct file * filp, |
tty_struct | 2527 | drivers/char/cyclades.c | cy_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 111 | drivers/char/keyboard.c | static struct tty_struct **ttytab; |
tty_struct | 113 | drivers/char/keyboard.c | static struct tty_struct * tty = NULL; |
tty_struct | 58 | drivers/char/n_tty.c | static inline void put_tty_queue(unsigned char c, struct tty_struct *tty) |
tty_struct | 70 | drivers/char/n_tty.c | void n_tty_flush_buffer(struct tty_struct * tty) |
tty_struct | 90 | drivers/char/n_tty.c | int n_tty_chars_in_buffer(struct tty_struct *tty) |
tty_struct | 99 | drivers/char/n_tty.c | static int opost(unsigned char c, struct tty_struct *tty) |
tty_struct | 158 | drivers/char/n_tty.c | static inline void put_char(unsigned char c, struct tty_struct *tty) |
tty_struct | 165 | drivers/char/n_tty.c | static void echo_char(unsigned char c, struct tty_struct *tty) |
tty_struct | 175 | drivers/char/n_tty.c | static inline void finish_erasing(struct tty_struct *tty) |
tty_struct | 184 | drivers/char/n_tty.c | static void eraser(unsigned char c, struct tty_struct *tty) |
tty_struct | 286 | drivers/char/n_tty.c | static void isig(int sig, struct tty_struct *tty) |
tty_struct | 297 | drivers/char/n_tty.c | static inline void n_tty_receive_break(struct tty_struct *tty) |
tty_struct | 313 | drivers/char/n_tty.c | static inline void n_tty_receive_overrun(struct tty_struct *tty) |
tty_struct | 326 | drivers/char/n_tty.c | static inline void n_tty_receive_parity_error(struct tty_struct *tty, |
tty_struct | 341 | drivers/char/n_tty.c | static inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c) |
tty_struct | 528 | drivers/char/n_tty.c | static void n_tty_receive_buf(struct tty_struct *tty, unsigned char *cp, |
tty_struct | 593 | drivers/char/n_tty.c | static int n_tty_receive_room(struct tty_struct *tty) |
tty_struct | 617 | drivers/char/n_tty.c | static void n_tty_set_termios(struct tty_struct *tty, struct termios * old) |
tty_struct | 677 | drivers/char/n_tty.c | static void n_tty_close(struct tty_struct *tty) |
tty_struct | 686 | drivers/char/n_tty.c | static int n_tty_open(struct tty_struct *tty) |
tty_struct | 706 | drivers/char/n_tty.c | static inline int input_available_p(struct tty_struct *tty, int amt) |
tty_struct | 725 | drivers/char/n_tty.c | static inline void copy_from_read_buf(struct tty_struct *tty, |
tty_struct | 742 | drivers/char/n_tty.c | static int read_chan(struct tty_struct *tty, struct file *file, |
tty_struct | 914 | drivers/char/n_tty.c | static int write_chan(struct tty_struct * tty, struct file * file, |
tty_struct | 967 | drivers/char/n_tty.c | static int normal_select(struct tty_struct * tty, struct inode * inode, |
tty_struct | 53 | drivers/char/pty.c | static struct tty_struct *pty_table[NR_PTYS]; |
tty_struct | 56 | drivers/char/pty.c | static struct tty_struct *ttyp_table[NR_PTYS]; |
tty_struct | 63 | drivers/char/pty.c | static void pty_close(struct tty_struct * tty, struct file * filp) |
tty_struct | 98 | drivers/char/pty.c | static void pty_unthrottle(struct tty_struct * tty) |
tty_struct | 100 | drivers/char/pty.c | struct tty_struct *o_tty = tty->link; |
tty_struct | 112 | drivers/char/pty.c | static int pty_write(struct tty_struct * tty, int from_user, |
tty_struct | 115 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
tty_struct | 146 | drivers/char/pty.c | static int pty_write_room(struct tty_struct *tty) |
tty_struct | 148 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
tty_struct | 156 | drivers/char/pty.c | static int pty_chars_in_buffer(struct tty_struct *tty) |
tty_struct | 158 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
tty_struct | 166 | drivers/char/pty.c | static void pty_flush_buffer(struct tty_struct *tty) |
tty_struct | 168 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
tty_struct | 182 | drivers/char/pty.c | int pty_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 99 | drivers/char/scc.c | int scc_open(struct tty_struct *tty, struct file *filp); |
tty_struct | 100 | drivers/char/scc.c | static void scc_close(struct tty_struct *tty, struct file *filp); |
tty_struct | 101 | drivers/char/scc.c | int scc_write(struct tty_struct *tty, int from_user, unsigned char *buf, int count); |
tty_struct | 102 | drivers/char/scc.c | static void scc_put_char(struct tty_struct *tty, unsigned char ch); |
tty_struct | 103 | drivers/char/scc.c | static void scc_flush_chars(struct tty_struct *tty); |
tty_struct | 104 | drivers/char/scc.c | static int scc_write_room(struct tty_struct *tty); |
tty_struct | 105 | drivers/char/scc.c | static int scc_chars_in_buffer(struct tty_struct *tty); |
tty_struct | 106 | drivers/char/scc.c | static void scc_flush_buffer(struct tty_struct *tty); |
tty_struct | 107 | drivers/char/scc.c | static int scc_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg); |
tty_struct | 108 | drivers/char/scc.c | static void scc_set_termios(struct tty_struct *tty, struct termios *old_termios); |
tty_struct | 109 | drivers/char/scc.c | static void scc_throttle(struct tty_struct *tty); |
tty_struct | 110 | drivers/char/scc.c | static void scc_unthrottle(struct tty_struct *tty); |
tty_struct | 111 | drivers/char/scc.c | static void scc_start(struct tty_struct *tty); |
tty_struct | 112 | drivers/char/scc.c | static void scc_stop(struct tty_struct *tty); |
tty_struct | 144 | drivers/char/scc.c | static struct tty_struct *scc_table[2*MAXSCC]; |
tty_struct | 1538 | drivers/char/scc.c | int scc_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 1612 | drivers/char/scc.c | scc_close(struct tty_struct *tty, struct file * filp) |
tty_struct | 1679 | drivers/char/scc.c | scc_ioctl(struct tty_struct *tty, struct file * file, unsigned int cmd, unsigned long arg) |
tty_struct | 1948 | drivers/char/scc.c | scc_set_termios(struct tty_struct * tty, struct termios * old_termios) |
tty_struct | 1991 | drivers/char/scc.c | int scc_write(struct tty_struct *tty, int from_user, unsigned char *buf, int count) |
tty_struct | 2051 | drivers/char/scc.c | static void scc_put_char(struct tty_struct * tty, unsigned char ch) |
tty_struct | 2063 | drivers/char/scc.c | static void scc_flush_chars(struct tty_struct * tty) |
tty_struct | 2074 | drivers/char/scc.c | static int scc_write_room(struct tty_struct *tty) |
tty_struct | 2090 | drivers/char/scc.c | static int scc_chars_in_buffer(struct tty_struct *tty) |
tty_struct | 2100 | drivers/char/scc.c | static void scc_flush_buffer(struct tty_struct *tty) |
tty_struct | 2111 | drivers/char/scc.c | static void scc_throttle(struct tty_struct *tty) |
tty_struct | 2123 | drivers/char/scc.c | static void scc_unthrottle(struct tty_struct *tty) |
tty_struct | 2134 | drivers/char/scc.c | static void scc_start(struct tty_struct *tty) |
tty_struct | 2145 | drivers/char/scc.c | static void scc_stop(struct tty_struct *tty) |
tty_struct | 2155 | drivers/char/scc.c | void scc_hangup(struct tty_struct *tty) |
tty_struct | 114 | drivers/char/selection.c | int set_selection(const unsigned long arg, struct tty_struct *tty) |
tty_struct | 270 | drivers/char/selection.c | int paste_selection(struct tty_struct *tty) |
tty_struct | 9 | drivers/char/selection.h | extern int set_selection(const unsigned long arg, struct tty_struct *tty); |
tty_struct | 10 | drivers/char/selection.h | extern int paste_selection(struct tty_struct *tty); |
tty_struct | 13 | drivers/char/selection.h | extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry); |
tty_struct | 187 | drivers/char/serial.c | static struct tty_struct *serial_table[NR_PORTS]; |
tty_struct | 296 | drivers/char/serial.c | static void rs_stop(struct tty_struct *tty) |
tty_struct | 312 | drivers/char/serial.c | static void rs_start(struct tty_struct *tty) |
tty_struct | 375 | drivers/char/serial.c | struct tty_struct *tty = info->tty; |
tty_struct | 720 | drivers/char/serial.c | struct tty_struct *tty; |
tty_struct | 746 | drivers/char/serial.c | struct tty_struct *tty; |
tty_struct | 1254 | drivers/char/serial.c | static void rs_put_char(struct tty_struct *tty, unsigned char ch) |
tty_struct | 1277 | drivers/char/serial.c | static void rs_flush_chars(struct tty_struct *tty) |
tty_struct | 1295 | drivers/char/serial.c | static int rs_write(struct tty_struct * tty, int from_user, |
tty_struct | 1341 | drivers/char/serial.c | static int rs_write_room(struct tty_struct *tty) |
tty_struct | 1354 | drivers/char/serial.c | static int rs_chars_in_buffer(struct tty_struct *tty) |
tty_struct | 1363 | drivers/char/serial.c | static void rs_flush_buffer(struct tty_struct *tty) |
tty_struct | 1386 | drivers/char/serial.c | static void rs_throttle(struct tty_struct * tty) |
tty_struct | 1409 | drivers/char/serial.c | static void rs_unthrottle(struct tty_struct * tty) |
tty_struct | 1825 | drivers/char/serial.c | static int rs_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 1943 | drivers/char/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
tty_struct | 1981 | drivers/char/serial.c | static void rs_close(struct tty_struct *tty, struct file * filp) |
tty_struct | 2094 | drivers/char/serial.c | void rs_hangup(struct tty_struct *tty) |
tty_struct | 2115 | drivers/char/serial.c | static int block_til_ready(struct tty_struct *tty, struct file * filp, |
tty_struct | 2248 | drivers/char/serial.c | int rs_open(struct tty_struct *tty, struct file * filp) |
tty_struct | 91 | drivers/char/tty_io.c | struct tty_struct * redirect = NULL; |
tty_struct | 94 | drivers/char/tty_io.c | static void initialize_tty_struct(struct tty_struct *tty); |
tty_struct | 117 | drivers/char/tty_io.c | char *_tty_name(struct tty_struct *tty, char *buf) |
tty_struct | 128 | drivers/char/tty_io.c | char *tty_name(struct tty_struct *tty) |
tty_struct | 135 | drivers/char/tty_io.c | inline int tty_paranoia_check(struct tty_struct *tty, dev_t device, |
tty_struct | 156 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
tty_struct | 199 | drivers/char/tty_io.c | static int tty_set_ldisc(struct tty_struct *tty, int ldisc) |
tty_struct | 272 | drivers/char/tty_io.c | int tty_check_change(struct tty_struct * tty) |
tty_struct | 344 | drivers/char/tty_io.c | void do_tty_hangup(struct tty_struct * tty, struct file_operations *fops) |
tty_struct | 414 | drivers/char/tty_io.c | void tty_hangup(struct tty_struct * tty) |
tty_struct | 422 | drivers/char/tty_io.c | void tty_vhangup(struct tty_struct * tty) |
tty_struct | 447 | drivers/char/tty_io.c | struct tty_struct *tty = current->tty; |
tty_struct | 654 | drivers/char/tty_io.c | void stop_tty(struct tty_struct *tty) |
tty_struct | 668 | drivers/char/tty_io.c | void start_tty(struct tty_struct *tty) |
tty_struct | 689 | drivers/char/tty_io.c | struct tty_struct * tty; |
tty_struct | 691 | drivers/char/tty_io.c | tty = (struct tty_struct *)file->private_data; |
tty_struct | 726 | drivers/char/tty_io.c | struct tty_struct * tty; |
tty_struct | 733 | drivers/char/tty_io.c | tty = (struct tty_struct *)file->private_data; |
tty_struct | 764 | drivers/char/tty_io.c | static int init_dev(dev_t device, struct tty_struct **ret_tty) |
tty_struct | 766 | drivers/char/tty_io.c | struct tty_struct *tty, **tty_loc, *o_tty, **o_tty_loc; |
tty_struct | 796 | drivers/char/tty_io.c | if (!(tty = (struct tty_struct*) get_free_page(GFP_KERNEL))) |
tty_struct | 827 | drivers/char/tty_io.c | o_tty = (struct tty_struct *) |
tty_struct | 944 | drivers/char/tty_io.c | struct tty_struct *tty, *o_tty; |
tty_struct | 949 | drivers/char/tty_io.c | tty = (struct tty_struct *)filp->private_data; |
tty_struct | 1130 | drivers/char/tty_io.c | struct tty_struct *tty; |
tty_struct | 1210 | drivers/char/tty_io.c | struct tty_struct * tty; |
tty_struct | 1212 | drivers/char/tty_io.c | tty = (struct tty_struct *)filp->private_data; |
tty_struct | 1223 | drivers/char/tty_io.c | struct tty_struct * tty; |
tty_struct | 1226 | drivers/char/tty_io.c | tty = (struct tty_struct *)filp->private_data; |
tty_struct | 1305 | drivers/char/tty_io.c | struct tty_struct * tty; |
tty_struct | 1306 | drivers/char/tty_io.c | struct tty_struct * real_tty; |
tty_struct | 1312 | drivers/char/tty_io.c | tty = (struct tty_struct *)file->private_data; |
tty_struct | 1515 | drivers/char/tty_io.c | sizeof(struct tty_struct)); |
tty_struct | 1518 | drivers/char/tty_io.c | memcpy_tofs((struct tty_struct *) arg, |
tty_struct | 1519 | drivers/char/tty_io.c | tty, sizeof(struct tty_struct)); |
tty_struct | 1551 | drivers/char/tty_io.c | void do_SAK( struct tty_struct *tty) |
tty_struct | 1594 | drivers/char/tty_io.c | struct tty_struct *tty = (struct tty_struct *) private_; |
tty_struct | 1630 | drivers/char/tty_io.c | static void initialize_tty_struct(struct tty_struct *tty) |
tty_struct | 1632 | drivers/char/tty_io.c | memset(tty, 0, sizeof(struct tty_struct)); |
tty_struct | 1645 | drivers/char/tty_io.c | void tty_default_put_char(struct tty_struct *tty, unsigned char ch) |
tty_struct | 1752 | drivers/char/tty_io.c | if (sizeof(struct tty_struct) > PAGE_SIZE) |
tty_struct | 43 | drivers/char/tty_ioctl.c | void tty_wait_until_sent(struct tty_struct * tty, int timeout) |
tty_struct | 97 | drivers/char/tty_ioctl.c | static void change_termios(struct tty_struct * tty, struct termios * new_termios) |
tty_struct | 143 | drivers/char/tty_ioctl.c | static int set_termios(struct tty_struct * tty, unsigned long arg, int opt) |
tty_struct | 179 | drivers/char/tty_ioctl.c | static int get_termio(struct tty_struct * tty, struct termio * termio) |
tty_struct | 192 | drivers/char/tty_ioctl.c | static unsigned long inq_canon(struct tty_struct * tty) |
tty_struct | 217 | drivers/char/tty_ioctl.c | static int get_sgflags(struct tty_struct * tty) |
tty_struct | 234 | drivers/char/tty_ioctl.c | static int get_sgttyb(struct tty_struct * tty, struct sgttyb * sgttyb) |
tty_struct | 276 | drivers/char/tty_ioctl.c | static int set_sgttyb(struct tty_struct * tty, struct sgttyb * sgttyb) |
tty_struct | 299 | drivers/char/tty_ioctl.c | static int get_tchars(struct tty_struct * tty, struct tchars * tchars) |
tty_struct | 317 | drivers/char/tty_ioctl.c | static int set_tchars(struct tty_struct * tty, struct tchars * tchars) |
tty_struct | 337 | drivers/char/tty_ioctl.c | static int get_ltchars(struct tty_struct * tty, struct ltchars * ltchars) |
tty_struct | 355 | drivers/char/tty_ioctl.c | static int set_ltchars(struct tty_struct * tty, struct ltchars * ltchars) |
tty_struct | 374 | drivers/char/tty_ioctl.c | int n_tty_ioctl(struct tty_struct * tty, struct file * file, |
tty_struct | 377 | drivers/char/tty_ioctl.c | struct tty_struct * real_tty; |
tty_struct | 185 | drivers/char/vt.c | int vt_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 111 | drivers/net/ppp.c | static struct ppp *ppp_find(struct tty_struct *); |
tty_struct | 141 | drivers/net/ppp.c | static int ppp_read(struct tty_struct *, struct file *, unsigned char *, |
tty_struct | 143 | drivers/net/ppp.c | static int ppp_write(struct tty_struct *, struct file *, unsigned char *, |
tty_struct | 145 | drivers/net/ppp.c | static int ppp_ioctl(struct tty_struct *, struct file *, unsigned int, |
tty_struct | 147 | drivers/net/ppp.c | static int ppp_select(struct tty_struct *tty, struct inode * inode, |
tty_struct | 149 | drivers/net/ppp.c | static int ppp_open(struct tty_struct *); |
tty_struct | 150 | drivers/net/ppp.c | static void ppp_close(struct tty_struct *); |
tty_struct | 153 | drivers/net/ppp.c | static int ppp_receive_room(struct tty_struct *tty); |
tty_struct | 154 | drivers/net/ppp.c | static void ppp_receive_buf(struct tty_struct *tty, unsigned char *cp, |
tty_struct | 156 | drivers/net/ppp.c | static void ppp_write_wakeup(struct tty_struct *tty); |
tty_struct | 158 | drivers/net/ppp.c | static void ppp_tty_input_ready(struct tty_struct *); |
tty_struct | 494 | drivers/net/ppp.c | ppp_close(struct tty_struct *tty) |
tty_struct | 513 | drivers/net/ppp.c | ppp_open(struct tty_struct *tty) |
tty_struct | 719 | drivers/net/ppp.c | static void ppp_write_wakeup(struct tty_struct *tty) |
tty_struct | 793 | drivers/net/ppp.c | ppp_dump_inqueue(struct tty_struct *tty) |
tty_struct | 820 | drivers/net/ppp.c | void ppp_tty_input_ready(struct tty_struct *tty) |
tty_struct | 915 | drivers/net/ppp.c | static int ppp_receive_room(struct tty_struct *tty) |
tty_struct | 921 | drivers/net/ppp.c | static void ppp_receive_buf(struct tty_struct *tty, unsigned char *cp, |
tty_struct | 1241 | drivers/net/ppp.c | ppp_read(struct tty_struct *tty, struct file *file, unsigned char *buf, unsigned int nr) |
tty_struct | 1341 | drivers/net/ppp.c | ppp_write(struct tty_struct *tty, struct file *file, unsigned char *buf, unsigned int nr) |
tty_struct | 1416 | drivers/net/ppp.c | ppp_ioctl(struct tty_struct *tty, struct file *file, unsigned int i, |
tty_struct | 1638 | drivers/net/ppp.c | ppp_select (struct tty_struct *tty, struct inode * inode, |
tty_struct | 1704 | drivers/net/ppp.c | struct tty_struct *tty; |
tty_struct | 1916 | drivers/net/ppp.c | ppp_find(struct tty_struct *tty) |
tty_struct | 392 | drivers/net/slip.c | static void slip_write_wakeup(struct tty_struct *tty) |
tty_struct | 608 | drivers/net/slip.c | slip_receive_room(struct tty_struct *tty) |
tty_struct | 620 | drivers/net/slip.c | slip_receive_buf(struct tty_struct *tty, unsigned char *cp, char *fp, int count) |
tty_struct | 665 | drivers/net/slip.c | slip_open(struct tty_struct *tty) |
tty_struct | 718 | drivers/net/slip.c | slip_close(struct tty_struct *tty) |
tty_struct | 961 | drivers/net/slip.c | slip_ioctl(struct tty_struct *tty, void *file, int cmd, void *arg) |
tty_struct | 1094 | drivers/net/slip.c | sl_ldisc.ioctl = (int (*)(struct tty_struct *, struct file *, |
tty_struct | 52 | drivers/net/slip.h | struct tty_struct *tty; /* ptr to TTY structure */ |
tty_struct | 34 | include/linux/cyclades.h | struct tty_struct *tty; |
tty_struct | 193 | include/linux/if_ppp.h | struct tty_struct *tty; /* ptr to TTY structure */ |
tty_struct | 226 | include/linux/scc.h | struct tty_struct *tty; /* link to tty control structure */ |
tty_struct | 185 | include/linux/sched.h | struct tty_struct *tty; /* NULL if no tty */ |
tty_struct | 118 | include/linux/serial.h | struct tty_struct *tty; |
tty_struct | 213 | include/linux/tty.h | struct tty_struct *link; |
tty_struct | 267 | include/linux/tty.h | extern void tty_write_flush(struct tty_struct *); |
tty_struct | 270 | include/linux/tty.h | extern struct tty_struct * redirect; |
tty_struct | 285 | include/linux/tty.h | extern int tty_paranoia_check(struct tty_struct *tty, dev_t device, |
tty_struct | 287 | include/linux/tty.h | extern char *_tty_name(struct tty_struct *tty, char *buf); |
tty_struct | 288 | include/linux/tty.h | extern char *tty_name(struct tty_struct *tty); |
tty_struct | 289 | include/linux/tty.h | extern void tty_wait_until_sent(struct tty_struct * tty, int timeout); |
tty_struct | 290 | include/linux/tty.h | extern int tty_check_change(struct tty_struct * tty); |
tty_struct | 291 | include/linux/tty.h | extern void stop_tty(struct tty_struct * tty); |
tty_struct | 292 | include/linux/tty.h | extern void start_tty(struct tty_struct * tty); |
tty_struct | 296 | include/linux/tty.h | extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, |
tty_struct | 301 | include/linux/tty.h | extern int tty_signal(int sig, struct tty_struct *tty); |
tty_struct | 302 | include/linux/tty.h | extern void tty_hangup(struct tty_struct * tty); |
tty_struct | 303 | include/linux/tty.h | extern void tty_vhangup(struct tty_struct * tty); |
tty_struct | 306 | include/linux/tty.h | extern void do_SAK(struct tty_struct *tty); |
tty_struct | 313 | include/linux/tty.h | extern int n_tty_ioctl(struct tty_struct * tty, struct file * file, |
tty_struct | 318 | include/linux/tty.h | extern int rs_open(struct tty_struct * tty, struct file * filp); |
tty_struct | 322 | include/linux/tty.h | extern int pty_open(struct tty_struct * tty, struct file * filp); |
tty_struct | 326 | include/linux/tty.h | extern int con_open(struct tty_struct * tty, struct file * filp); |
tty_struct | 331 | include/linux/tty.h | extern int vt_ioctl(struct tty_struct *tty, struct file * file, |
tty_struct | 116 | include/linux/tty_driver.h | struct tty_struct **table; |
tty_struct | 124 | include/linux/tty_driver.h | int (*open)(struct tty_struct * tty, struct file * filp); |
tty_struct | 125 | include/linux/tty_driver.h | void (*close)(struct tty_struct * tty, struct file * filp); |
tty_struct | 126 | include/linux/tty_driver.h | int (*write)(struct tty_struct * tty, int from_user, |
tty_struct | 128 | include/linux/tty_driver.h | void (*put_char)(struct tty_struct *tty, unsigned char ch); |
tty_struct | 129 | include/linux/tty_driver.h | void (*flush_chars)(struct tty_struct *tty); |
tty_struct | 130 | include/linux/tty_driver.h | int (*write_room)(struct tty_struct *tty); |
tty_struct | 131 | include/linux/tty_driver.h | int (*chars_in_buffer)(struct tty_struct *tty); |
tty_struct | 132 | include/linux/tty_driver.h | int (*ioctl)(struct tty_struct *tty, struct file * file, |
tty_struct | 134 | include/linux/tty_driver.h | void (*set_termios)(struct tty_struct *tty, struct termios * old); |
tty_struct | 135 | include/linux/tty_driver.h | void (*throttle)(struct tty_struct * tty); |
tty_struct | 136 | include/linux/tty_driver.h | void (*unthrottle)(struct tty_struct * tty); |
tty_struct | 137 | include/linux/tty_driver.h | void (*stop)(struct tty_struct *tty); |
tty_struct | 138 | include/linux/tty_driver.h | void (*start)(struct tty_struct *tty); |
tty_struct | 139 | include/linux/tty_driver.h | void (*hangup)(struct tty_struct *tty); |
tty_struct | 140 | include/linux/tty_driver.h | void (*flush_buffer)(struct tty_struct *tty); |
tty_struct | 141 | include/linux/tty_driver.h | void (*set_ldisc)(struct tty_struct *tty); |
tty_struct | 10 | include/linux/tty_flip.h | _INLINE_ void tty_insert_flip_char(struct tty_struct *tty, |
tty_struct | 19 | include/linux/tty_flip.h | _INLINE_ void tty_schedule_flip(struct tty_struct *tty) |
tty_struct | 18 | include/linux/tty_ldisc.h | int (*open)(struct tty_struct *); |
tty_struct | 19 | include/linux/tty_ldisc.h | void (*close)(struct tty_struct *); |
tty_struct | 20 | include/linux/tty_ldisc.h | void (*flush_buffer)(struct tty_struct *tty); |
tty_struct | 21 | include/linux/tty_ldisc.h | int (*chars_in_buffer)(struct tty_struct *tty); |
tty_struct | 22 | include/linux/tty_ldisc.h | int (*read)(struct tty_struct * tty, struct file * file, |
tty_struct | 24 | include/linux/tty_ldisc.h | int (*write)(struct tty_struct * tty, struct file * file, |
tty_struct | 26 | include/linux/tty_ldisc.h | int (*ioctl)(struct tty_struct * tty, struct file * file, |
tty_struct | 28 | include/linux/tty_ldisc.h | void (*set_termios)(struct tty_struct *tty, struct termios * old); |
tty_struct | 29 | include/linux/tty_ldisc.h | int (*select)(struct tty_struct * tty, struct inode * inode, |
tty_struct | 36 | include/linux/tty_ldisc.h | void (*receive_buf)(struct tty_struct *, unsigned char *cp, |
tty_struct | 38 | include/linux/tty_ldisc.h | int (*receive_room)(struct tty_struct *); |
tty_struct | 39 | include/linux/tty_ldisc.h | void (*write_wakeup)(struct tty_struct *); |