Searched refs:ASYNC_CLOSING_WAIT_NONE (Results 1 – 5 of 5) sorted by relevance
46 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
602 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()603 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()619 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()620 ASYNC_CLOSING_WAIT_NONE : in set_serial_info()
978 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()979 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()992 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()993 ASYNC_CLOSING_WAIT_NONE : in set_serial_info()
812 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info()813 ASYNC_CLOSING_WAIT_NONE : in uart_get_info()908 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()909 ASYNC_CLOSING_WAIT_NONE : in uart_set_info()
449 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_get_serial()473 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_set_serial()