Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Drocket.h68 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
Dtty_port.c590 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
/Linux-v5.4/drivers/usb/serial/
Dusb_wwan.c144 ss->closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in usb_wwan_get_serial_info()
145 ASYNC_CLOSING_WAIT_NONE : in usb_wwan_get_serial_info()
159 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in usb_wwan_set_serial_info()
160 ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; in usb_wwan_set_serial_info()
Dti_usb_3410_5052.c1406 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_get_serial_info()
1427 if (cwait != ASYNC_CLOSING_WAIT_NONE) in ti_set_serial_info()
Dio_ti.c2448 if (cwait != ASYNC_CLOSING_WAIT_NONE) in get_serial_info()
/Linux-v5.4/include/uapi/linux/
Dserial.h45 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
/Linux-v5.4/drivers/staging/greybus/
Duart.c630 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
631 ASYNC_CLOSING_WAIT_NONE : gb_tty->port.closing_wait / 10; in get_serial_info()
644 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
645 ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; in set_serial_info()
/Linux-v5.4/include/linux/
Dcyclades.h166 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
/Linux-v5.4/drivers/usb/class/
Dcdc-acm.c900 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
901 ASYNC_CLOSING_WAIT_NONE : in get_serial_info()
913 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
914 ASYNC_CLOSING_WAIT_NONE : ss->closing_wait * 10; in set_serial_info()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c781 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_get_info()
782 ASYNC_CLOSING_WAIT_NONE : in uart_get_info()
825 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in uart_set_info()
826 ASYNC_CLOSING_WAIT_NONE : in uart_set_info()