Lines Matching refs:closing_wait
1033 unsigned int closing_wait, close_delay; in mxser_get_serial_info() local
1038 closing_wait = info->port.closing_wait; in mxser_get_serial_info()
1039 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_get_serial_info()
1040 closing_wait = jiffies_to_msecs(closing_wait) / 10; in mxser_get_serial_info()
1049 ss->closing_wait = closing_wait; in mxser_get_serial_info()
1062 unsigned int old_speed, close_delay, closing_wait; in mxser_set_serial_info() local
1079 closing_wait = ss->closing_wait; in mxser_set_serial_info()
1080 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_set_serial_info()
1081 closing_wait = msecs_to_jiffies(closing_wait * 10); in mxser_set_serial_info()
1086 (closing_wait != port->closing_wait) || in mxser_set_serial_info()
1101 port->closing_wait = closing_wait; in mxser_set_serial_info()
1861 info->port.closing_wait = 30 * HZ; in mxser_initbrd()