taglinefilesource code
tty_queue103include/linux/tty.hextern void put_tty_queue(char c, struct tty_queue * queue);
tty_queue104include/linux/tty.hextern int get_tty_queue(struct tty_queue * queue);
tty_queue155include/linux/tty.hstruct tty_queue *read_q;
tty_queue156include/linux/tty.hstruct tty_queue *write_q;
tty_queue157include/linux/tty.hstruct tty_queue *secondary;
tty_queue47kernel/chr_drv/keyboard.cextern struct tty_queue *table_list[];
tty_queue128kernel/chr_drv/keyboard.cregister struct tty_queue *qp = table_list[0];
tty_queue139kernel/chr_drv/keyboard.cregister struct tty_queue *qp = table_list[0];
tty_queue66kernel/chr_drv/serial.cstruct tty_queue * queue = info->tty->write_q;
tty_queue92kernel/chr_drv/serial.cstruct tty_queue * queue = info->tty->read_q;
tty_queue30kernel/chr_drv/tty_io.cstatic struct tty_queue * tty_queues;
tty_queue55kernel/chr_drv/tty_io.cstruct tty_queue * table_list[] = { NULL, NULL };
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_queue118kernel/chr_drv/tty_io.cstatic void sleep_if_empty(struct tty_queue * queue)
tty_queue631kernel/chr_drv/tty_io.ctty_queues = (struct tty_queue *) kmem_start;
tty_queue632kernel/chr_drv/tty_io.ckmem_start += QUEUES * (sizeof (struct tty_queue));
tty_queue638kernel/chr_drv/tty_io.ctty_queues[i] = (struct tty_queue) {0,0,0,0,""};
tty_queue24kernel/chr_drv/tty_ioctl.cstatic void flush(struct tty_queue * queue)