Searched refs:ASYNC_CLOSING_WAIT_NONE (Results 1 – 10 of 10) sorted by relevance
67 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
354 port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
139 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()140 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()159 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()160 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
61 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
585 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
815 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()816 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()836 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()837 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
660 tmp.closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info()661 ASYNC_CLOSING_WAIT_NONE : in uart_get_info()697 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()698 ASYNC_CLOSING_WAIT_NONE : in uart_set_info()
3837 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()
548 if (self->closing_wait != ASYNC_CLOSING_WAIT_NONE) in ircomm_tty_close()
1627 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_360_close()