Lines Matching refs:closing_wait
972 unsigned int closing_wait, close_delay; in mxser_get_serial_info() local
977 closing_wait = info->port.closing_wait; in mxser_get_serial_info()
978 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_get_serial_info()
979 closing_wait = jiffies_to_msecs(closing_wait) / 10; in mxser_get_serial_info()
988 ss->closing_wait = closing_wait; in mxser_get_serial_info()
1001 unsigned int old_speed, close_delay, closing_wait; in mxser_set_serial_info() local
1018 closing_wait = ss->closing_wait; in mxser_set_serial_info()
1019 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_set_serial_info()
1020 closing_wait = msecs_to_jiffies(closing_wait * 10); in mxser_set_serial_info()
1025 (closing_wait != port->closing_wait) || in mxser_set_serial_info()
1040 port->closing_wait = closing_wait; in mxser_set_serial_info()
1777 info->port.closing_wait = 30 * HZ; in mxser_initbrd()