Lines Matching refs:closing_wait
1028 unsigned int closing_wait, close_delay; in mxser_get_serial_info() local
1033 closing_wait = info->port.closing_wait; in mxser_get_serial_info()
1034 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_get_serial_info()
1035 closing_wait = jiffies_to_msecs(closing_wait) / 10; in mxser_get_serial_info()
1044 ss->closing_wait = closing_wait; in mxser_get_serial_info()
1057 unsigned int old_speed, close_delay, closing_wait; in mxser_set_serial_info() local
1074 closing_wait = ss->closing_wait; in mxser_set_serial_info()
1075 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_set_serial_info()
1076 closing_wait = msecs_to_jiffies(closing_wait * 10); in mxser_set_serial_info()
1081 (closing_wait != port->closing_wait) || in mxser_set_serial_info()
1096 port->closing_wait = closing_wait; in mxser_set_serial_info()
1850 info->port.closing_wait = 30 * HZ; in mxser_initbrd()