Lines Matching refs:closing_wait
971 unsigned int closing_wait, close_delay; in mxser_get_serial_info() local
976 closing_wait = info->port.closing_wait; in mxser_get_serial_info()
977 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_get_serial_info()
978 closing_wait = jiffies_to_msecs(closing_wait) / 10; in mxser_get_serial_info()
987 ss->closing_wait = closing_wait; in mxser_get_serial_info()
1000 unsigned int old_speed, close_delay, closing_wait; in mxser_set_serial_info() local
1017 closing_wait = ss->closing_wait; in mxser_set_serial_info()
1018 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_set_serial_info()
1019 closing_wait = msecs_to_jiffies(closing_wait * 10); in mxser_set_serial_info()
1024 (closing_wait != port->closing_wait) || in mxser_set_serial_info()
1039 port->closing_wait = closing_wait; in mxser_set_serial_info()
1776 info->port.closing_wait = 30 * HZ; in mxser_initbrd()