Searched refs:closing_wait (Results 1 - 25 of 28) sorted by relevance

12

/drivers/tty/serial/
H A D68328serial.h27 unsigned short closing_wait; /* time to wait before closing */ member in struct:serial_struct
150 unsigned short closing_wait; member in struct:m68k_serial
H A Dcrisv10.h96 unsigned short closing_wait; member in struct:e100_serial
H A D68328serial.c813 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;
H A Dserial_core.c663 tmp.closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
665 jiffies_to_msecs(port->closing_wait) / 10;
686 unsigned int change_irq, change_port, closing_wait; local
700 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
702 msecs_to_jiffies(new_serial.closing_wait * 10);
738 (closing_wait != port->closing_wait) ||
848 port->closing_wait
[all...]
H A Dcrisv10.c3434 tmp.closing_wait = info->closing_wait;
3479 info->closing_wait = new_serial.closing_wait;
3837 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE)
3838 tty_wait_until_sent(tty, info->closing_wait);
4501 info->closing_wait = 30*HZ;
/drivers/usb/serial/
H A Dusb_wwan.c141 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
143 port->port.closing_wait / 10;
154 unsigned int closing_wait, close_delay; local
161 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
162 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10;
168 (closing_wait != port->port.closing_wait))
174 port->port.closing_wait
[all...]
H A Dti_usb_3410_5052.c154 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable
301 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
302 MODULE_PARM_DESC(closing_wait,
430 tport->tp_closing_wait = closing_wait;
1416 ret_serial.closing_wait = tport->tp_closing_wait;
1434 tport->tp_closing_wait = new_serial.closing_wait;
H A Dio_ti.c214 static int closing_wait = EDGE_CLOSING_WAIT; variable
2021 chase_port(edge_port, (HZ * closing_wait) / 100, 1);
2527 tmp.closing_wait = closing_wait;
2796 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
2797 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
H A Dopticon.c466 tmp.closing_wait = 30*HZ;
H A Dssu100.c371 tmp.closing_wait = 30*HZ;
H A Dwhiteheat.c844 serstruct.closing_wait = CLOSING_DELAY;
H A Dmos7720.c1965 tmp.closing_wait = 30*HZ;
H A Dio_edgeport.c1668 tmp.closing_wait = 30*HZ;
H A Dmos7840.c2218 tmp.closing_wait = 30 * HZ;
/drivers/tty/
H A Drocket.h21 int closing_wait; member in struct:rocket_config
65 * For closing_wait and closing_wait2
H A Dtty_port.c31 port->closing_wait = (3000 * HZ) / 100;
354 port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
355 tty_wait_until_sent_from_close(tty, port->closing_wait);
H A Disicom.c1122 (newinfo.closing_wait != port->port.closing_wait) ||
1132 port->port.closing_wait = newinfo.closing_wait;
1160 out_info.closing_wait = port->port.closing_wait;
1663 port->port.closing_wait = 3000 * HZ/100;
H A Damiserial.c1043 tmp.closing_wait = state->tport.closing_wait;
1101 port->closing_wait = new_serial.closing_wait * HZ/100;
H A Dmxser.c1220 .closing_wait = info->port.closing_wait,
1266 port->closing_wait = new_serial.closing_wait * HZ / 100;
2376 info->port.closing_wait = 30 * HZ;
H A Dcyclades.c2327 .closing_wait = info->port.closing_wait,
2373 info->port.closing_wait = new_serial.closing_wait * HZ / 100;
2741 info->port.closing_wait = (unsigned short)arg * HZ / 100;
2744 ret_val = info->port.closing_wait / (HZ / 100);
3128 info->port.closing_wait = CLOSING_WAIT_DELAY;
H A Drocket.c1221 tmp.closing_wait = info->port.closing_wait;
1253 info->port.closing_wait = new_serial.closing_wait;
H A Dsynclinkmp.c157 unsigned short closing_wait; /* time to wait before closing */ member in struct:_synclinkmp_info
3769 info->port.closing_wait = 30*HZ;
/drivers/net/wan/
H A Dz85230.h350 unsigned short closing_wait; member in struct:z8530_channel
/drivers/tty/ipwireless/
H A Dtty.c299 tmp.closing_wait = 0;
/drivers/staging/serial/
H A D68360serial.c163 unsigned short closing_wait; /* time to wait before closing */
247 unsigned short closing_wait; member in struct:serial_info
1627 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE)
1628 tty_wait_until_sent(tty, info->closing_wait);
2526 state->closing_wait = 30*HZ;

Completed in 355 milliseconds

12