Lines Matching refs:closing_wait
969 unsigned int closing_wait, close_delay; in mxser_get_serial_info() local
974 closing_wait = info->port.closing_wait; in mxser_get_serial_info()
975 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_get_serial_info()
976 closing_wait = jiffies_to_msecs(closing_wait) / 10; in mxser_get_serial_info()
985 ss->closing_wait = closing_wait; in mxser_get_serial_info()
998 unsigned int old_speed, close_delay, closing_wait; in mxser_set_serial_info() local
1015 closing_wait = ss->closing_wait; in mxser_set_serial_info()
1016 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in mxser_set_serial_info()
1017 closing_wait = msecs_to_jiffies(closing_wait * 10); in mxser_set_serial_info()
1022 (closing_wait != port->closing_wait) || in mxser_set_serial_info()
1037 port->closing_wait = closing_wait; in mxser_set_serial_info()