tag | line | file | source code |
tty_queue | 134 | include/linux/tty.h | extern void put_tty_queue(char c, struct tty_queue * queue); |
tty_queue | 135 | include/linux/tty.h | extern int get_tty_queue(struct tty_queue * queue); |
tty_queue | 226 | include/linux/tty.h | struct tty_queue read_q; |
tty_queue | 227 | include/linux/tty.h | struct tty_queue write_q; |
tty_queue | 228 | include/linux/tty.h | struct tty_queue secondary; |
tty_queue | 145 | kernel/chr_drv/keyboard.c | struct tty_queue *qp; |
tty_queue | 161 | kernel/chr_drv/keyboard.c | struct tty_queue *qp; |
tty_queue | 204 | kernel/chr_drv/serial.c | struct tty_queue * queue; |
tty_queue | 247 | kernel/chr_drv/serial.c | struct tty_queue * queue; |
tty_queue | 689 | kernel/chr_drv/serial.c | struct tty_queue * queue; |
tty_queue | 92 | kernel/chr_drv/tty_io.c | void put_tty_queue(char c, struct tty_queue * queue) |
tty_queue | 106 | kernel/chr_drv/tty_io.c | int get_tty_queue(struct tty_queue * queue) |
tty_queue | 34 | kernel/chr_drv/tty_ioctl.c | static void flush(struct tty_queue * queue) |