Searched refs:ASYNC_CLOSING_WAIT_NONE (Results 1 – 11 of 11) sorted by relevance
67 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
489 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
44 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
151 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()152 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()171 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()172 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
1227 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_get_serial_info()1257 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_set_serial_info()
2466 if (cwait != ASYNC_CLOSING_WAIT_NONE) in get_serial_info()
162 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
833 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()834 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()854 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()855 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
698 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in do_uart_get_info()699 ASYNC_CLOSING_WAIT_NONE : in do_uart_get_info()746 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()747 ASYNC_CLOSING_WAIT_NONE : in uart_set_info()
1039 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
3624 if (info->port.closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()