Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Drocket.h68 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
Dtty_port.c597 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
/Linux-v4.19/include/uapi/linux/
Dserial.h45 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
/Linux-v4.19/drivers/usb/serial/
Dusb_wwan.c145 tmp.closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
146 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()
165 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
166 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
Dti_usb_3410_5052.c1428 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_get_serial_info()
1457 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_set_serial_info()
Dio_ti.c2447 if (cwait != ASYNC_CLOSING_WAIT_NONE) in get_serial_info()
/Linux-v4.19/drivers/staging/greybus/
Duart.c631 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
632 ASYNC_CLOSING_WAIT_NONE : gb_tty->port.closing_wait / 10; in get_serial_info()
651 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
652 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
/Linux-v4.19/include/linux/
Dcyclades.h166 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
/Linux-v4.19/drivers/usb/class/
Dcdc-acm.c895 tmp.closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
896 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()
916 closing_wait = new_serial.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
917 ASYNC_CLOSING_WAIT_NONE : new_serial.closing_wait * 10; in set_serial_info()
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c766 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info()
767 ASYNC_CLOSING_WAIT_NONE : in uart_get_info()
814 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()
815 ASYNC_CLOSING_WAIT_NONE : in uart_set_info()