tag | line | file | source code |
closing_wait | 920 | drivers/char/istallion.c | if (portp->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 921 | drivers/char/istallion.c | tty_wait_until_sent(tty, portp->closing_wait); |
closing_wait | 1700 | drivers/char/istallion.c | sio.closing_wait = portp->closing_wait; |
closing_wait | 1740 | drivers/char/istallion.c | portp->closing_wait = sio.closing_wait; |
closing_wait | 2791 | drivers/char/istallion.c | portp->closing_wait = 30 * HZ; |
closing_wait | 1151 | drivers/char/riscom8.c | if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 1152 | drivers/char/riscom8.c | tty_wait_until_sent(tty, port->closing_wait); |
closing_wait | 1451 | drivers/char/riscom8.c | (tmp.closing_wait != port->closing_wait) || |
closing_wait | 1461 | drivers/char/riscom8.c | port->closing_wait = tmp.closing_wait; |
closing_wait | 1490 | drivers/char/riscom8.c | tmp.closing_wait = port->closing_wait * HZ/100; |
closing_wait | 1796 | drivers/char/riscom8.c | rc_port[i].closing_wait = 3000 * HZ/100; |
closing_wait | 92 | drivers/char/riscom8.h | unsigned short closing_wait; |
closing_wait | 1506 | drivers/char/serial.c | tmp.closing_wait = info->closing_wait; |
closing_wait | 1574 | drivers/char/serial.c | info->closing_wait = new_serial.closing_wait * HZ/100; |
closing_wait | 2160 | drivers/char/serial.c | if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 2161 | drivers/char/serial.c | tty_wait_until_sent(tty, info->closing_wait); |
closing_wait | 2775 | drivers/char/serial.c | info->closing_wait = 30*HZ; |
closing_wait | 789 | drivers/char/stallion.c | if (portp->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 790 | drivers/char/stallion.c | tty_wait_until_sent(tty, portp->closing_wait); |
closing_wait | 1075 | drivers/char/stallion.c | sio.closing_wait = portp->closing_wait; |
closing_wait | 1114 | drivers/char/stallion.c | portp->closing_wait = sio.closing_wait; |
closing_wait | 2468 | drivers/char/stallion.c | portp->closing_wait = 30 * HZ; |
closing_wait | 1246 | drivers/sbus/char/sunserial.c | tmp.closing_wait = info->closing_wait; |
closing_wait | 1290 | drivers/sbus/char/sunserial.c | info->closing_wait = new_serial.closing_wait; |
closing_wait | 1492 | drivers/sbus/char/sunserial.c | if (info->closing_wait != ZILOG_CLOSING_WAIT_NONE) |
closing_wait | 1493 | drivers/sbus/char/sunserial.c | tty_wait_until_sent(tty, info->closing_wait); |
closing_wait | 2094 | drivers/sbus/char/sunserial.c | info->closing_wait = 3000; |
closing_wait | 47 | drivers/sbus/char/sunserial.h | unsigned short closing_wait; /* time to wait before closing */ |
closing_wait | 146 | drivers/sbus/char/sunserial.h | unsigned short closing_wait; |
closing_wait | 45 | include/asm-m68k/serial.h | unsigned short closing_wait; /* time to wait before closing */ |
closing_wait | 204 | include/asm-m68k/serial.h | unsigned short closing_wait; |
closing_wait | 62 | include/linux/istallion.h | int closing_wait; |
closing_wait | 25 | include/linux/serial.h | unsigned short closing_wait; /* time to wait before closing */ |
closing_wait | 147 | include/linux/serial.h | unsigned short closing_wait; |
closing_wait | 81 | include/linux/stallion.h | int closing_wait; |