/drivers/usb/serial/ |
D | usb_wwan.c | 151 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 153 port->port.closing_wait / 10; in get_serial_info() 164 unsigned int closing_wait, close_delay; in set_serial_info() local 171 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 172 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 178 (closing_wait != port->port.closing_wait)) in set_serial_info() 184 port->port.closing_wait = closing_wait; in set_serial_info()
|
D | ti_usb_3410_5052.c | 356 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable 507 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 508 MODULE_PARM_DESC(closing_wait, 618 port->port.closing_wait = msecs_to_jiffies(10 * closing_wait); in ti_port_probe() 1439 cwait = port->port.closing_wait; in ti_get_serial_info() 1450 ret_serial.closing_wait = cwait; in ti_get_serial_info() 1468 cwait = new_serial.closing_wait; in ti_set_serial_info() 1470 cwait = msecs_to_jiffies(10 * new_serial.closing_wait); in ti_set_serial_info() 1472 tport->tp_port->port.closing_wait = cwait; in ti_set_serial_info()
|
D | io_ti.c | 218 static int closing_wait = EDGE_CLOSING_WAIT; variable 2473 cwait = edge_port->port->port.closing_wait; in get_serial_info() 2487 tmp.closing_wait = cwait; in get_serial_info() 2657 port->port.closing_wait = msecs_to_jiffies(closing_wait * 10); in edge_port_probe() 2823 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 2824 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 | 349 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | whiteheat.c | 495 serstruct.closing_wait = CLOSING_DELAY; in whiteheat_ioctl()
|
D | quatech2.c | 475 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | mos7720.c | 1861 tmp.closing_wait = 30*HZ; in get_serial_info()
|
D | mos7840.c | 1984 tmp.closing_wait = 30 * HZ; in mos7840_get_serial_info()
|
D | io_edgeport.c | 1582 tmp.closing_wait = 30*HZ; in get_serial_info()
|
/drivers/staging/greybus/ |
D | uart.c | 636 tmp.closing_wait = gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 637 ASYNC_CLOSING_WAIT_NONE : gb_tty->port.closing_wait / 10; in get_serial_info() 648 unsigned int closing_wait; in set_serial_info() local 656 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 657 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 662 (closing_wait != gb_tty->port.closing_wait)) in set_serial_info() 668 gb_tty->port.closing_wait = closing_wait; in set_serial_info()
|
/drivers/usb/class/ |
D | cdc-acm.c | 893 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 895 acm->port.closing_wait / 10; in get_serial_info() 907 unsigned int closing_wait, close_delay; in set_serial_info() local 914 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 915 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 921 (closing_wait != acm->port.closing_wait)) in set_serial_info() 927 acm->port.closing_wait = closing_wait; in set_serial_info()
|
/drivers/tty/ |
D | tty_port.c | 30 port->closing_wait = (3000 * HZ) / 100; in tty_port_init() 488 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start() 489 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
D | rocket.h | 21 int closing_wait; member
|
D | isicom.c | 1117 (newinfo.closing_wait != port->port.closing_wait) || in isicom_set_serial_info() 1127 port->port.closing_wait = newinfo.closing_wait; in isicom_set_serial_info() 1155 out_info.closing_wait = port->port.closing_wait; in isicom_get_serial_info() 1612 tport->closing_wait = 3000 * HZ/100; in isicom_probe()
|
D | amiserial.c | 1025 tmp.closing_wait = state->tport.closing_wait; in get_serial_info() 1083 port->closing_wait = new_serial.closing_wait * HZ/100; in set_serial_info()
|
D | cyclades.c | 2286 .closing_wait = info->port.closing_wait, in cy_get_serial_info() 2331 info->port.closing_wait = new_serial.closing_wait * HZ / 100; in cy_set_serial_info() 2701 info->port.closing_wait = (unsigned short)arg * HZ / 100; in cy_ioctl() 2704 ret_val = info->port.closing_wait / (HZ / 100); in cy_ioctl() 3082 info->port.closing_wait = CLOSING_WAIT_DELAY; in cy_init_card()
|
D | mxser.c | 1220 .closing_wait = info->port.closing_wait, in mxser_get_serial_info() 1265 port->closing_wait = new_serial.closing_wait * HZ / 100; in mxser_set_serial_info() 2400 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
|
D | rocket.c | 1199 tmp.closing_wait = info->port.closing_wait; in get_config() 1231 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 3754 info->port.closing_wait = 30*HZ; in alloc_dev()
|
D | synclink_gt.c | 3593 info->port.closing_wait = 30*HZ; in alloc_dev()
|
/drivers/tty/serial/ |
D | serial_core.c | 752 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info() 754 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info() 786 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local 800 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 802 msecs_to_jiffies(new_info->closing_wait * 10); in uart_set_info() 830 (closing_wait != port->closing_wait) || in uart_set_info() 944 port->closing_wait = closing_wait; in uart_set_info() 2635 return snprintf(buf, PAGE_SIZE, "%d\n", tmp.closing_wait); in uart_get_attr_closing_wait() 2686 static DEVICE_ATTR(closing_wait, S_IRUSR | S_IRGRP, uart_get_attr_closing_wait, NULL);
|
D | crisv10.c | 3227 tmp.closing_wait = info->port.closing_wait; in get_serial_info() 3272 info->port.closing_wait = new_serial.closing_wait; in set_serial_info() 3618 if (info->port.closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close() 3619 tty_wait_until_sent(tty, info->port.closing_wait); in rs_close()
|
/drivers/net/wan/ |
D | z85230.h | 350 unsigned short closing_wait; member
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 534 info->port.closing_wait = 30*HZ; in mgslpc_probe()
|