Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Drocket.h67 #define ROCKET_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
Dtty_port.c354 port->closing_wait != ASYNC_CLOSING_WAIT_NONE) in tty_port_close_start()
/linux-3.4.99/drivers/usb/serial/
Dusb_wwan.c139 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()
/linux-3.4.99/include/linux/
Dserial.h61 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
Dcyclades.h585 #define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
/linux-3.4.99/drivers/usb/class/
Dcdc-acm.c815 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()
/linux-3.4.99/drivers/tty/serial/
Dserial_core.c660 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()
Dcrisv10.c3837 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_close()
/linux-3.4.99/net/irda/ircomm/
Dircomm_tty.c548 if (self->closing_wait != ASYNC_CLOSING_WAIT_NONE) in ircomm_tty_close()
/linux-3.4.99/drivers/staging/serial/
D68360serial.c1627 if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) in rs_360_close()