/linux-3.4.99/drivers/usb/serial/ |
D | usb_wwan.c | 139 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 141 port->port.closing_wait / 10; in get_serial_info() 152 unsigned int closing_wait, close_delay; in set_serial_info() local 159 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 160 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 166 (closing_wait != port->port.closing_wait)) in set_serial_info() 172 port->port.closing_wait = closing_wait; in set_serial_info()
|
D | ti_usb_3410_5052.c | 153 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable 302 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 303 MODULE_PARM_DESC(closing_wait, 431 tport->tp_closing_wait = closing_wait; in ti_startup() 1420 ret_serial.closing_wait = tport->tp_closing_wait; in ti_get_serial_info() 1438 tport->tp_closing_wait = new_serial.closing_wait; in ti_set_serial_info()
|
D | io_ti.c | 212 static int closing_wait = EDGE_CLOSING_WAIT; variable 2036 chase_port(edge_port, (HZ * closing_wait) / 100, 1); in edge_close() 2542 tmp.closing_wait = closing_wait; in get_serial_info() 2816 module_param(closing_wait, int, S_IRUGO | S_IWUSR); 2817 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
|
/linux-3.4.99/drivers/tty/serial/ |
D | 68328serial.h | 27 unsigned short closing_wait; /* time to wait before closing */ member 150 unsigned short closing_wait; member
|
D | 68328serial.c | 813 tmp.closing_wait = info->closing_wait; 860 info->closing_wait = new_serial.closing_wait; 1031 if (info->closing_wait != S_CLOSING_WAIT_NONE) 1032 tty_wait_until_sent(tty, info->closing_wait); 1282 info->closing_wait = 3000;
|
D | serial_core.c | 660 tmp.closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info() 662 jiffies_to_msecs(port->closing_wait) / 10; in uart_get_info() 683 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local 697 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info() 699 msecs_to_jiffies(new_serial.closing_wait * 10); in uart_set_info() 735 (closing_wait != port->closing_wait) || in uart_set_info() 845 port->closing_wait = closing_wait; in uart_set_info() 2260 port->closing_wait = 30 * HZ;/* 30 seconds */ in uart_register_driver()
|
D | crisv10.h | 96 unsigned short closing_wait; member
|
D | crisv10.c | 3434 tmp.closing_wait = info->closing_wait; in get_serial_info() 3479 info->closing_wait = new_serial.closing_wait; in set_serial_info() 3837 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close() 3838 tty_wait_until_sent(tty, info->closing_wait); in rs_close() 4501 info->closing_wait = 30*HZ; in rs_init()
|
/linux-3.4.99/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 276 info.closing_wait = self->closing_wait; in ircomm_tty_get_serial_info() 339 self->closing_wait = new_serial.closing_wait * HZ/100; in ircomm_tty_set_serial_info()
|
D | ircomm_tty.c | 392 self->closing_wait = 30*HZ; in ircomm_tty_open() 548 if (self->closing_wait != ASYNC_CLOSING_WAIT_NONE) in ircomm_tty_close() 549 tty_wait_until_sent_from_close(tty, self->closing_wait); in ircomm_tty_close()
|
/linux-3.4.99/drivers/tty/ |
D | tty_port.c | 31 port->closing_wait = (3000 * HZ) / 100; in tty_port_init() 354 port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start() 355 tty_wait_until_sent_from_close(tty, port->closing_wait); in tty_port_close_start()
|
D | rocket.h | 21 int closing_wait; member
|
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() 1663 port->port.closing_wait = 3000 * HZ/100; in isicom_init()
|
D | amiserial.c | 1043 tmp.closing_wait = state->tport.closing_wait; in get_serial_info() 1101 port->closing_wait = new_serial.closing_wait * HZ/100; in set_serial_info()
|
D | mxser.c | 1220 .closing_wait = info->port.closing_wait, in mxser_get_serial_info() 1266 port->closing_wait = new_serial.closing_wait * HZ / 100; in mxser_set_serial_info() 2376 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
|
D | cyclades.c | 2327 .closing_wait = info->port.closing_wait, in cy_get_serial_info() 2373 info->port.closing_wait = new_serial.closing_wait * HZ / 100; in cy_set_serial_info() 2741 info->port.closing_wait = (unsigned short)arg * HZ / 100; in cy_ioctl() 2744 ret_val = info->port.closing_wait / (HZ / 100); in cy_ioctl() 3128 info->port.closing_wait = CLOSING_WAIT_DELAY; in cy_init_card()
|
/linux-3.4.99/drivers/usb/class/ |
D | cdc-acm.c | 815 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info() 817 acm->port.closing_wait / 10; in get_serial_info() 829 unsigned int closing_wait, close_delay; in set_serial_info() local 836 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info() 837 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info() 843 (closing_wait != acm->port.closing_wait)) in set_serial_info() 849 acm->port.closing_wait = closing_wait; in set_serial_info()
|
/linux-3.4.99/include/linux/ |
D | istallion.h | 62 int closing_wait; member
|
D | stallion.h | 83 int closing_wait; member
|
D | generic_serial.h | 43 unsigned short closing_wait; member
|
D | serial.h | 48 unsigned short closing_wait; /* time to wait before closing */ member
|
/linux-3.4.99/include/net/irda/ |
D | ircomm_tty.h | 106 unsigned short closing_wait; /* time to wait before closing */ member
|
/linux-3.4.99/drivers/net/wan/ |
D | z85230.h | 350 unsigned short closing_wait; member
|
/linux-3.4.99/drivers/staging/serial/ |
D | 68360serial.c | 163 unsigned short closing_wait; /* time to wait before closing */ 247 unsigned short closing_wait; member 1627 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_360_close() 1628 tty_wait_until_sent(tty, info->closing_wait); in rs_360_close() 2526 state->closing_wait = 30*HZ; in rs_360_init()
|
/linux-3.4.99/drivers/tty/ipwireless/ |
D | tty.c | 299 tmp.closing_wait = 0; in ipwireless_get_serial_info()
|