Searched refs:ASYNC_CLOSING_WAIT_NONE (Results 1 – 11 of 11) sorted by relevance
67 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
504 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
44 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
117 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()118 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()137 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()138 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()
2326 if (cwait != ASYNC_CLOSING_WAIT_NONE) in get_serial_info()
162 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
837 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()838 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()858 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()859 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
687 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in do_uart_get_info()688 ASYNC_CLOSING_WAIT_NONE : in do_uart_get_info()735 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()736 ASYNC_CLOSING_WAIT_NONE : in uart_set_info()
1038 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
3683 if (info->port.closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()