taglinefilesource code
tty_queue133include/linux/tty.hextern void put_tty_queue(char c, struct tty_queue * queue);
tty_queue134include/linux/tty.hextern int get_tty_queue(struct tty_queue * queue);
tty_queue224include/linux/tty.hstruct tty_queue read_q;
tty_queue225include/linux/tty.hstruct tty_queue write_q;
tty_queue226include/linux/tty.hstruct tty_queue secondary;
tty_queue154kernel/chr_drv/keyboard.cstruct tty_queue *qp;
tty_queue170kernel/chr_drv/keyboard.cstruct tty_queue *qp;
tty_queue203kernel/chr_drv/serial.cstruct tty_queue * queue;
tty_queue246kernel/chr_drv/serial.cstruct tty_queue * queue;
tty_queue689kernel/chr_drv/serial.cstruct tty_queue * queue;
tty_queue92kernel/chr_drv/tty_io.cvoid put_tty_queue(char c, struct tty_queue * queue)
tty_queue106kernel/chr_drv/tty_io.cint get_tty_queue(struct tty_queue * queue)
tty_queue34kernel/chr_drv/tty_ioctl.cstatic void flush(struct tty_queue * queue)