closing_wait 534 drivers/char/pcmcia/synclink_cs.c info->port.closing_wait = 30*HZ; closing_wait 351 drivers/net/wan/z85230.h unsigned short closing_wait; closing_wait 629 drivers/staging/greybus/uart.c ss->closing_wait = closing_wait 630 drivers/staging/greybus/uart.c gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 631 drivers/staging/greybus/uart.c ASYNC_CLOSING_WAIT_NONE : gb_tty->port.closing_wait / 10; closing_wait 639 drivers/staging/greybus/uart.c unsigned int closing_wait; closing_wait 644 drivers/staging/greybus/uart.c closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 645 drivers/staging/greybus/uart.c ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; closing_wait 650 drivers/staging/greybus/uart.c (closing_wait != gb_tty->port.closing_wait)) closing_wait 656 drivers/staging/greybus/uart.c gb_tty->port.closing_wait = closing_wait; closing_wait 1010 drivers/tty/amiserial.c ss->closing_wait = state->tport.closing_wait; closing_wait 1062 drivers/tty/amiserial.c port->closing_wait = ss->closing_wait * HZ/100; closing_wait 2275 drivers/tty/cyclades.c ss->closing_wait = info->port.closing_wait; closing_wait 2322 drivers/tty/cyclades.c info->port.closing_wait = ss->closing_wait * HZ / 100; closing_wait 2697 drivers/tty/cyclades.c info->port.closing_wait = (unsigned short)arg * HZ / 100; closing_wait 2700 drivers/tty/cyclades.c ret_val = info->port.closing_wait / (HZ / 100); closing_wait 3072 drivers/tty/cyclades.c info->port.closing_wait = CLOSING_WAIT_DELAY; closing_wait 1107 drivers/tty/isicom.c (ss->closing_wait != port->port.closing_wait) || closing_wait 1117 drivers/tty/isicom.c port->port.closing_wait = ss->closing_wait; closing_wait 1147 drivers/tty/isicom.c ss->closing_wait = port->port.closing_wait; closing_wait 1581 drivers/tty/isicom.c tport->closing_wait = 3000 * HZ/100; closing_wait 1226 drivers/tty/mxser.c ss->closing_wait = info->port.closing_wait, closing_wait 1278 drivers/tty/mxser.c port->closing_wait = ss->closing_wait * HZ / 100; closing_wait 2405 drivers/tty/mxser.c info->port.closing_wait = 30 * HZ; closing_wait 1175 drivers/tty/rocket.c tmp.closing_wait = info->port.closing_wait; closing_wait 1212 drivers/tty/rocket.c info->port.closing_wait = new_serial.closing_wait; closing_wait 22 drivers/tty/rocket.h int closing_wait; closing_wait 781 drivers/tty/serial/serial_core.c retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 783 drivers/tty/serial/serial_core.c jiffies_to_msecs(port->closing_wait) / 10; closing_wait 811 drivers/tty/serial/serial_core.c unsigned int change_irq, change_port, closing_wait; closing_wait 825 drivers/tty/serial/serial_core.c closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 827 drivers/tty/serial/serial_core.c msecs_to_jiffies(new_info->closing_wait * 10); closing_wait 855 drivers/tty/serial/serial_core.c (closing_wait != port->closing_wait) || closing_wait 973 drivers/tty/serial/serial_core.c port->closing_wait = closing_wait; closing_wait 2699 drivers/tty/serial/serial_core.c return snprintf(buf, PAGE_SIZE, "%d\n", tmp.closing_wait); closing_wait 2750 drivers/tty/serial/serial_core.c static DEVICE_ATTR(closing_wait, S_IRUSR | S_IRGRP, uart_get_attr_closing_wait, NULL); closing_wait 4249 drivers/tty/synclink.c info->port.closing_wait = 30*HZ; closing_wait 3569 drivers/tty/synclink_gt.c info->port.closing_wait = 30*HZ; closing_wait 157 drivers/tty/synclinkmp.c unsigned short closing_wait; /* time to wait before closing */ closing_wait 3739 drivers/tty/synclinkmp.c info->port.closing_wait = 30*HZ; closing_wait 2689 drivers/tty/tty_io.c unsigned short closing_wait; /* time to wait before closing */ closing_wait 71 drivers/tty/tty_port.c port->closing_wait = (3000 * HZ) / 100; closing_wait 591 drivers/tty/tty_port.c if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) closing_wait 592 drivers/tty/tty_port.c tty_wait_until_sent(tty, port->closing_wait); closing_wait 922 drivers/usb/class/cdc-acm.c ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 924 drivers/usb/class/cdc-acm.c jiffies_to_msecs(acm->port.closing_wait) / 10; closing_wait 931 drivers/usb/class/cdc-acm.c unsigned int closing_wait, close_delay; closing_wait 936 drivers/usb/class/cdc-acm.c closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 938 drivers/usb/class/cdc-acm.c msecs_to_jiffies(ss->closing_wait * 10); closing_wait 942 drivers/usb/class/cdc-acm.c old_closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 944 drivers/usb/class/cdc-acm.c jiffies_to_msecs(acm->port.closing_wait) / 10; closing_wait 950 drivers/usb/class/cdc-acm.c (ss->closing_wait != old_closing_wait)) closing_wait 956 drivers/usb/class/cdc-acm.c acm->port.closing_wait = closing_wait; closing_wait 1653 drivers/usb/serial/io_edgeport.c ss->closing_wait = 30*HZ; closing_wait 214 drivers/usb/serial/io_ti.c static int closing_wait = EDGE_CLOSING_WAIT; closing_wait 2447 drivers/usb/serial/io_ti.c cwait = edge_port->port->port.closing_wait; closing_wait 2458 drivers/usb/serial/io_ti.c ss->closing_wait = cwait; closing_wait 2622 drivers/usb/serial/io_ti.c port->port.closing_wait = msecs_to_jiffies(closing_wait * 10); closing_wait 2792 drivers/usb/serial/io_ti.c module_param(closing_wait, int, S_IRUGO | S_IWUSR); closing_wait 2793 drivers/usb/serial/io_ti.c MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs"); closing_wait 1802 drivers/usb/serial/mos7720.c ss->closing_wait = 30*HZ; closing_wait 1933 drivers/usb/serial/mos7840.c ss->closing_wait = 30 * HZ; closing_wait 344 drivers/usb/serial/opticon.c ss->closing_wait = 30*HZ; closing_wait 467 drivers/usb/serial/quatech2.c ss->closing_wait = 30*HZ; closing_wait 345 drivers/usb/serial/ssu100.c ss->closing_wait = 30*HZ; closing_wait 350 drivers/usb/serial/ti_usb_3410_5052.c static int closing_wait = TI_DEFAULT_CLOSING_WAIT; closing_wait 505 drivers/usb/serial/ti_usb_3410_5052.c module_param(closing_wait, int, S_IRUGO | S_IWUSR); closing_wait 506 drivers/usb/serial/ti_usb_3410_5052.c MODULE_PARM_DESC(closing_wait, closing_wait 616 drivers/usb/serial/ti_usb_3410_5052.c port->port.closing_wait = msecs_to_jiffies(10 * closing_wait); closing_wait 1405 drivers/usb/serial/ti_usb_3410_5052.c cwait = port->port.closing_wait; closing_wait 1414 drivers/usb/serial/ti_usb_3410_5052.c ss->closing_wait = cwait; closing_wait 1426 drivers/usb/serial/ti_usb_3410_5052.c cwait = ss->closing_wait; closing_wait 1428 drivers/usb/serial/ti_usb_3410_5052.c cwait = msecs_to_jiffies(10 * ss->closing_wait); closing_wait 1430 drivers/usb/serial/ti_usb_3410_5052.c tport->tp_port->port.closing_wait = cwait; closing_wait 144 drivers/usb/serial/usb_wwan.c ss->closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 146 drivers/usb/serial/usb_wwan.c port->port.closing_wait / 10; closing_wait 155 drivers/usb/serial/usb_wwan.c unsigned int closing_wait, close_delay; closing_wait 159 drivers/usb/serial/usb_wwan.c closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? closing_wait 160 drivers/usb/serial/usb_wwan.c ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; closing_wait 166 drivers/usb/serial/usb_wwan.c (closing_wait != port->port.closing_wait)) closing_wait 172 drivers/usb/serial/usb_wwan.c port->port.closing_wait = closing_wait; closing_wait 457 drivers/usb/serial/whiteheat.c ss->closing_wait = CLOSING_DELAY; closing_wait 249 include/linux/tty.h unsigned int closing_wait; /* Delay for output */ closing_wait 32 include/uapi/linux/serial.h unsigned short closing_wait; /* time to wait before closing */