tag | line | file | source code |
tty_queue | 103 | include/linux/tty.h | extern void put_tty_queue(char c, struct tty_queue * queue); |
tty_queue | 104 | include/linux/tty.h | extern int get_tty_queue(struct tty_queue * queue); |
tty_queue | 155 | include/linux/tty.h | struct tty_queue *read_q; |
tty_queue | 156 | include/linux/tty.h | struct tty_queue *write_q; |
tty_queue | 157 | include/linux/tty.h | struct tty_queue *secondary; |
tty_queue | 47 | kernel/chr_drv/keyboard.c | extern struct tty_queue *table_list[]; |
tty_queue | 128 | kernel/chr_drv/keyboard.c | register struct tty_queue *qp = table_list[0]; |
tty_queue | 139 | kernel/chr_drv/keyboard.c | register struct tty_queue *qp = table_list[0]; |
tty_queue | 66 | kernel/chr_drv/serial.c | struct tty_queue * queue = info->tty->write_q; |
tty_queue | 92 | kernel/chr_drv/serial.c | struct tty_queue * queue = info->tty->read_q; |
tty_queue | 30 | kernel/chr_drv/tty_io.c | static struct tty_queue * tty_queues; |
tty_queue | 55 | kernel/chr_drv/tty_io.c | struct tty_queue * table_list[] = { NULL, NULL }; |
tty_queue | 57 | kernel/chr_drv/tty_io.c | void inline put_tty_queue(char c, struct tty_queue * queue) |
tty_queue | 71 | kernel/chr_drv/tty_io.c | int inline get_tty_queue(struct tty_queue * queue) |
tty_queue | 118 | kernel/chr_drv/tty_io.c | static void sleep_if_empty(struct tty_queue * queue) |
tty_queue | 631 | kernel/chr_drv/tty_io.c | tty_queues = (struct tty_queue *) kmem_start; |
tty_queue | 632 | kernel/chr_drv/tty_io.c | kmem_start += QUEUES * (sizeof (struct tty_queue)); |
tty_queue | 638 | kernel/chr_drv/tty_io.c | tty_queues[i] = (struct tty_queue) {0,0,0,0,""}; |
tty_queue | 24 | kernel/chr_drv/tty_ioctl.c | static void flush(struct tty_queue * queue) |