tag | line | file | source code |
tqueue_hangup | 538 | drivers/char/riscom8.c | queue_task_irq_off(&port->tqueue_hangup, |
tqueue_hangup | 1793 | drivers/char/riscom8.c | rc_port[i].tqueue_hangup.routine = do_rc_hangup; |
tqueue_hangup | 1794 | drivers/char/riscom8.c | rc_port[i].tqueue_hangup.data = &rc_port[i]; |
tqueue_hangup | 89 | drivers/char/riscom8.h | struct tq_struct tqueue_hangup; |
tqueue_hangup | 502 | drivers/char/serial.c | queue_task_irq_off(&info->tqueue_hangup, |
tqueue_hangup | 2782 | drivers/char/serial.c | info->tqueue_hangup.routine = do_serial_hangup; |
tqueue_hangup | 2783 | drivers/char/serial.c | info->tqueue_hangup.data = info; |
tqueue_hangup | 2101 | drivers/sbus/char/sunserial.c | info->tqueue_hangup.routine = do_serial_hangup; |
tqueue_hangup | 2102 | drivers/sbus/char/sunserial.c | info->tqueue_hangup.data = info; |
tqueue_hangup | 160 | drivers/sbus/char/sunserial.h | struct tq_struct tqueue_hangup; |
tqueue_hangup | 221 | include/asm-m68k/serial.h | struct tq_struct tqueue_hangup; |
tqueue_hangup | 341 | include/asm-m68k/serial.h | queue_task_irq(&info->tqueue_hangup, |
tqueue_hangup | 164 | include/linux/serial.h | struct tq_struct tqueue_hangup; |