Home
last modified time | relevance | path

Searched refs:ASYNC_CLOSING_WAIT_NONE (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/tty/
Drocket.h67 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
Dtty_port.c489 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
/linux-4.4.14/include/uapi/linux/
Dserial.h44 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
/linux-4.4.14/drivers/usb/serial/
Dusb_wwan.c151 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()
Dti_usb_3410_5052.c1227 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_get_serial_info()
1257 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_set_serial_info()
Dio_ti.c2466 if (cwait != ASYNC_CLOSING_WAIT_NONE) in get_serial_info()
/linux-4.4.14/include/linux/
Dcyclades.h162 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.c833 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()
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c698 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()
D68328serial.c1039 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
Dcrisv10.c3624 if (info->port.closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()