Searched refs:ASYNC_CLOSING_WAIT_NONE (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Dserial.h46 #define ASYNC_CLOSING_WAIT_NONE 65535 macro
/linux-master/drivers/staging/greybus/
H A Duart.c601 gb_tty->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
602 ASYNC_CLOSING_WAIT_NONE :
617 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
618 ASYNC_CLOSING_WAIT_NONE :
/linux-master/drivers/usb/class/
H A Dcdc-acm.c966 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
967 ASYNC_CLOSING_WAIT_NONE :
979 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
980 ASYNC_CLOSING_WAIT_NONE :
/linux-master/drivers/tty/
H A Dtty_port.c657 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
H A Damiserial.c900 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
934 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
H A Dmxser.c978 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
1019 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
/linux-master/drivers/usb/serial/
H A Dusb-serial.c449 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
473 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
/linux-master/drivers/tty/serial/
H A Dserial_core.c810 retinfo->closing_wait = port->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
811 ASYNC_CLOSING_WAIT_NONE :
854 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
855 ASYNC_CLOSING_WAIT_NONE :

Completed in 168 milliseconds