/linux-4.1.27/drivers/usb/serial/ |
D | usb_wwan.c | 117 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 119 port->port.closing_wait / 10; in get_serial_info() 130 unsigned int closing_wait, close_delay; in set_serial_info() local 137 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 138 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 144 (closing_wait != port->port.closing_wait)) in set_serial_info() 150 port->port.closing_wait = closing_wait; in set_serial_info()
|
D | ti_usb_3410_5052.c | 142 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable 281 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 282 MODULE_PARM_DESC(closing_wait, 371 port->port.closing_wait = msecs_to_jiffies(10 * closing_wait); in ti_port_probe() 1226 cwait = port->port.closing_wait; in ti_get_serial_info() 1238 ret_serial.closing_wait = cwait; in ti_get_serial_info() 1256 cwait = new_serial.closing_wait; in ti_set_serial_info() 1258 cwait = msecs_to_jiffies(10 * new_serial.closing_wait); in ti_set_serial_info() 1261 tport->tp_port->port.closing_wait = cwait; in ti_set_serial_info()
|
D | io_ti.c | 194 static int closing_wait = EDGE_CLOSING_WAIT; variable 2325 cwait = edge_port->port->port.closing_wait; in get_serial_info() 2339 tmp.closing_wait = cwait; in get_serial_info() 2448 port->port.closing_wait = msecs_to_jiffies(closing_wait * 10); in edge_port_probe() 2587 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 2588 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
|
D | opticon.c | 353 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | ssu100.c | 332 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | whiteheat.c | 495 serstruct.closing_wait = CLOSING_DELAY; in whiteheat_ioctl()
|
D | quatech2.c | 477 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | mos7720.c | 1854 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | mos7840.c | 1972 tmp.closing_wait = 30 * HZ; in mos7840_get_serial_info()
|
D | io_edgeport.c | 1572 tmp.closing_wait = 30*HZ; in get_serial_info()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 266 info.closing_wait = self->port.closing_wait; in ircomm_tty_get_serial_info() 327 self->closing_wait = new_serial.closing_wait * HZ/100; in ircomm_tty_set_serial_info()
|
/linux-4.1.27/drivers/tty/ |
D | rocket.h | 21 int closing_wait; member
|
D | tty_port.c | 31 port->closing_wait = (3000 * HZ) / 100; in tty_port_init() 504 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start() 505 tty_wait_until_sent_from_close(tty, port->closing_wait); in tty_port_close_start()
|
D | isicom.c | 1122 (newinfo.closing_wait != port->port.closing_wait) || in isicom_set_serial_info() 1132 port->port.closing_wait = newinfo.closing_wait; in isicom_set_serial_info() 1160 out_info.closing_wait = port->port.closing_wait; in isicom_get_serial_info() 1618 tport->closing_wait = 3000 * HZ/100; in isicom_probe()
|
D | amiserial.c | 1037 tmp.closing_wait = state->tport.closing_wait; in get_serial_info() 1095 port->closing_wait = new_serial.closing_wait * HZ/100; in set_serial_info()
|
D | mxser.c | 1224 .closing_wait = info->port.closing_wait, in mxser_get_serial_info() 1270 port->closing_wait = new_serial.closing_wait * HZ / 100; in mxser_set_serial_info() 2411 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
|
D | cyclades.c | 2305 .closing_wait = info->port.closing_wait, in cy_get_serial_info() 2351 info->port.closing_wait = new_serial.closing_wait * HZ / 100; in cy_set_serial_info() 2721 info->port.closing_wait = (unsigned short)arg * HZ / 100; in cy_ioctl() 2724 ret_val = info->port.closing_wait / (HZ / 100); in cy_ioctl() 3108 info->port.closing_wait = CLOSING_WAIT_DELAY; in cy_init_card()
|
D | rocket.c | 1208 tmp.closing_wait = info->port.closing_wait; in get_config() 1240 info->port.closing_wait = new_serial.closing_wait; in set_config()
|
D | synclinkmp.c | 157 unsigned short closing_wait; /* time to wait before closing */ member 3771 info->port.closing_wait = 30*HZ; in alloc_dev()
|
D | synclink_gt.c | 3611 info->port.closing_wait = 30*HZ; in alloc_dev()
|
D | synclink.c | 4290 info->port.closing_wait = 30*HZ; in mgsl_allocate_device()
|
/linux-4.1.27/include/uapi/linux/ |
D | serial.h | 31 unsigned short closing_wait; /* time to wait before closing */ member
|
/linux-4.1.27/drivers/tty/serial/ |
D | 68328serial.c | 820 tmp.closing_wait = info->tport.closing_wait; 868 port->closing_wait = new_serial.closing_wait; 1038 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) 1039 tty_wait_until_sent(tty, port->closing_wait);
|
D | serial_core.c | 687 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in do_uart_get_info() 689 jiffies_to_msecs(port->closing_wait) / 10; in do_uart_get_info() 724 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local 735 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 737 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info() 765 (closing_wait != port->closing_wait) || in uart_set_info() 879 port->closing_wait = closing_wait; in uart_set_info() 2569 return snprintf(buf, PAGE_SIZE, "%d\n", tmp.closing_wait); in uart_get_attr_closing_wait() 2620 static DEVICE_ATTR(closing_wait, S_IRUSR | S_IRGRP, uart_get_attr_closing_wait, NULL);
|
D | crisv10.c | 3290 tmp.closing_wait = info->port.closing_wait; in get_serial_info() 3335 info->port.closing_wait = new_serial.closing_wait; in set_serial_info() 3683 if (info->port.closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close() 3684 tty_wait_until_sent(tty, info->port.closing_wait); in rs_close()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.c | 837 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 839 acm->port.closing_wait / 10; in get_serial_info() 851 unsigned int closing_wait, close_delay; in set_serial_info() local 858 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 859 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 865 (closing_wait != acm->port.closing_wait)) in set_serial_info() 871 acm->port.closing_wait = closing_wait; in set_serial_info()
|
/linux-4.1.27/drivers/net/wan/ |
D | z85230.h | 350 unsigned short closing_wait; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-tty | 95 What: /sys/class/tty/ttyS0/closing_wait
|
/linux-4.1.27/drivers/tty/ipwireless/ |
D | tty.c | 266 tmp.closing_wait = 0; in ipwireless_get_serial_info()
|
/linux-4.1.27/include/linux/ |
D | tty.h | 239 unsigned int closing_wait; /* Delay for output */ member
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 466 closing_wait set the amount of time(in 1/100 of a second) that the
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 599 unsigned short closing_wait; /* time to wait before closing */ member
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 534 info->port.closing_wait = 30*HZ; in mgslpc_probe()
|