taglinefilesource code
tty_queue120include/linux/tty.hextern void put_tty_queue(char c, struct tty_queue * queue);
tty_queue121include/linux/tty.hextern int get_tty_queue(struct tty_queue * queue);
tty_queue193include/linux/tty.hstruct tty_queue read_q;
tty_queue194include/linux/tty.hstruct tty_queue write_q;
tty_queue195include/linux/tty.hstruct tty_queue secondary;
tty_queue60kernel/chr_drv/keyboard.cextern struct tty_queue *table_list[];
tty_queue142kernel/chr_drv/keyboard.cstruct tty_queue *qp;
tty_queue159kernel/chr_drv/keyboard.cstruct tty_queue *qp;
tty_queue126kernel/chr_drv/serial.cstruct tty_queue * queue = &info->tty->write_q;
tty_queue162kernel/chr_drv/serial.cstruct tty_queue * queue = &info->tty->read_q;
tty_queue57kernel/chr_drv/tty_io.cvoid inline put_tty_queue(char c, struct tty_queue * queue)
tty_queue71kernel/chr_drv/tty_io.cint inline get_tty_queue(struct tty_queue * queue)
tty_queue23kernel/chr_drv/tty_ioctl.cstatic void flush(struct tty_queue * queue)