Home
last modified time | relevance | path

Searched refs:closing_wait (Results 1 – 25 of 37) sorted by relevance

12

/drivers/serial/
D68328serial.h27 unsigned short closing_wait; /* time to wait before closing */ member
150 unsigned short closing_wait; member
Dserial_core.c658 tmp.closing_wait = state->closing_wait == USF_CLOSING_WAIT_NONE ? in uart_get_info()
660 state->closing_wait / 10; in uart_get_info()
680 unsigned int change_irq, change_port, closing_wait; in uart_set_info() local
694 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()
695 USF_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in uart_set_info()
731 (closing_wait != state->closing_wait) || in uart_set_info()
841 state->closing_wait = closing_wait; in uart_set_info()
1303 if (state->closing_wait != USF_CLOSING_WAIT_NONE) in uart_close()
1304 tty_wait_until_sent(tty, msecs_to_jiffies(state->closing_wait)); in uart_close()
2372 state->closing_wait = 30000; /* 30 seconds */ in uart_register_driver()
D68328serial.c885 tmp.closing_wait = info->closing_wait;
929 info->closing_wait = new_serial.closing_wait;
1111 if (info->closing_wait != S_CLOSING_WAIT_NONE)
1112 tty_wait_until_sent(tty, info->closing_wait);
1365 info->closing_wait = 3000;
Dcrisv10.h96 unsigned short closing_wait; member
D68360serial.c163 unsigned short closing_wait; /* time to wait before closing */
247 unsigned short closing_wait; member
1628 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_360_close()
1629 tty_wait_until_sent(tty, info->closing_wait); in rs_360_close()
2526 state->closing_wait = 30*HZ; in rs_360_init()
Dcrisv10.c3434 tmp.closing_wait = info->closing_wait; in get_serial_info()
3479 info->closing_wait = new_serial.closing_wait; in set_serial_info()
3788 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()
3789 tty_wait_until_sent(tty, info->closing_wait); in rs_close()
4479 info->closing_wait = 30*HZ; in rs_init()
/drivers/char/
Dtty_port.c29 port->closing_wait = (3000 * HZ) / 100; in tty_port_init()
293 port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
294 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
Dgeneric_serial.c573 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in gs_close()
574 gs_wait_tx_flushed (port, port->closing_wait); in gs_close()
767 port->closing_wait = sio.closing_wait; in gs_setserial()
790 sio.closing_wait = port->closing_wait; in gs_getserial()
Drocket.h21 int closing_wait; member
Disicom.c1152 (newinfo.closing_wait != port->port.closing_wait) || in isicom_set_serial_info()
1162 port->port.closing_wait = newinfo.closing_wait; in isicom_set_serial_info()
1190 out_info.closing_wait = port->port.closing_wait; in isicom_get_serial_info()
1691 port->port.closing_wait = 3000 * HZ/100; in isicom_init()
Damiserial.c1081 tmp.closing_wait = state->closing_wait; in get_serial_info()
1143 state->closing_wait = new_serial.closing_wait * HZ/100; in set_serial_info()
1479 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()
1480 tty_wait_until_sent(tty, info->closing_wait); in rs_close()
2014 state->closing_wait = 30*HZ; in rs_init()
Driscom8.c1197 (tmp.closing_wait != port->port.closing_wait) || in rc_set_serial_info()
1207 port->port.closing_wait = tmp.closing_wait; in rc_set_serial_info()
1233 tmp.closing_wait = port->port.closing_wait * HZ/100; in rc_get_serial_info()
Dspecialix.c1518 if (port->port.closing_wait != ASYNC_CLOSING_WAIT_NONE) in sx_close()
1519 tty_wait_until_sent(tty, port->port.closing_wait); in sx_close()
1874 (tmp.closing_wait != port->port.closing_wait) || in sx_set_serial_info()
1888 port->port.closing_wait = tmp.closing_wait; in sx_set_serial_info()
1917 tmp.closing_wait = port->port.closing_wait * HZ/100; in sx_get_serial_info()
Desp.c1364 tmp.closing_wait = info->closing_wait; in get_serial_info()
1463 info->closing_wait = new_serial.closing_wait * HZ/100; in set_serial_info()
1951 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()
1952 tty_wait_until_sent(tty, info->closing_wait); in rs_close()
2449 info->closing_wait = 30*HZ; in espserial_init()
Dcyclades.c2680 if (info->port.closing_wait != CY_CLOSING_WAIT_NONE) in cy_close()
2681 tty_wait_until_sent(tty, info->port.closing_wait); in cy_close()
3386 tmp.closing_wait = info->port.closing_wait; in get_serial_info()
3428 info->port.closing_wait = new_serial.closing_wait * HZ / 100; in set_serial_info()
3974 info->port.closing_wait = (unsigned short)arg * HZ / 100; in cy_ioctl()
3978 ret_val = info->port.closing_wait / (HZ / 100); in cy_ioctl()
4384 info->port.closing_wait = CLOSING_WAIT_DELAY; in cy_init_card()
Dmxser.c1260 .closing_wait = info->port.closing_wait, in mxser_get_serial_info()
1305 info->port.closing_wait = new_serial.closing_wait * HZ / 100; in mxser_set_serial_info()
2412 info->port.closing_wait = 30 * HZ; in mxser_initbrd()
Distallion.c874 if (portp->closing_wait != ASYNC_CLOSING_WAIT_NONE) in stli_close()
875 tty_wait_until_sent(tty, portp->closing_wait); in stli_close()
1466 sio.closing_wait = portp->closing_wait; in stli_getserial()
1507 portp->closing_wait = sio.closing_wait; in stli_setserial()
2619 portp->closing_wait = 30 * HZ; in stli_initports()
Drocket.c1210 tmp.closing_wait = info->port.closing_wait; in get_config()
1237 info->port.closing_wait = new_serial.closing_wait; in set_config()
Dser_a2232.c659 port->gs.closing_wait = 30 * HZ; in a2232_init_portstructs()
Dstallion.c1059 sio.closing_wait = portp->closing_wait; in stl_getserial()
1106 portp->closing_wait = sio.closing_wait; in stl_setserial()
1699 portp->closing_wait = 30 * HZ; in stl_initports()
/drivers/char/rio/
Driotty.c386 if (PortP->gs.closing_wait) in riotclose()
387 end_time = jiffies + PortP->gs.closing_wait; in riotclose()
/drivers/usb/serial/
Dti_usb_3410_5052.c165 static int closing_wait = TI_DEFAULT_CLOSING_WAIT; variable
303 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
304 MODULE_PARM_DESC(closing_wait,
452 tport->tp_closing_wait = closing_wait; in ti_startup()
1437 ret_serial.closing_wait = tport->tp_closing_wait; in ti_get_serial_info()
1456 tport->tp_closing_wait = new_serial.closing_wait; in ti_set_serial_info()
Dio_ti.c236 static int closing_wait = EDGE_CLOSING_WAIT; variable
2037 chase_port(edge_port, (HZ * closing_wait) / 100, 1); in edge_close()
2535 tmp.closing_wait = closing_wait; in get_serial_info()
3014 module_param(closing_wait, int, S_IRUGO | S_IWUSR);
3015 MODULE_PARM_DESC(closing_wait, "Maximum wait for data to drain, in .01 secs");
/drivers/net/wan/
Dz85230.h350 unsigned short closing_wait; member
/drivers/char/pcmcia/ipwireless/
Dtty.c309 tmp.closing_wait = 0; in ipwireless_get_serial_info()

12