Home
last modified time | relevance | path

Searched refs:ASYNC_CLOSING (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dtty_flags.h78 #define ASYNC_CLOSING (1U << ASYNCB_CLOSING) macro
/linux-4.4.14/drivers/tty/
Dtty_port.c521 port->flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING); in tty_port_close_end()
Drocket.c1046 info->port.flags &= ~(ASYNC_INITIALIZED | ASYNC_CLOSING | ASYNC_NORMAL_ACTIVE); in rp_close()
Dmxser.c2259 (port->port.flags & ASYNC_CLOSING) || in mxser_interrupt()
/linux-4.4.14/drivers/tty/serial/
D68328serial.c1033 port->flags |= ASYNC_CLOSING;
1073 port->flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING);
Dcrisv10.c3618 info->port.flags |= ASYNC_CLOSING; in rs_close()
3657 info->port.flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING); in rs_close()
/linux-4.4.14/drivers/s390/char/
Dcon3215.c646 raw->port.flags |= ASYNC_CLOSING; in raw3215_shutdown()
654 raw->port.flags &= ~(ASYNC_INITIALIZED | ASYNC_CLOSING); in raw3215_shutdown()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1575 port->flags |= ASYNC_CLOSING; in isdn_tty_close()
2239 if (port->flags & ASYNC_CLOSING) { in isdn_tty_at_cout()
2389 (info->port.flags & ASYNC_CLOSING), in isdn_tty_modem_result()
2395 if ((info->port.flags & ASYNC_CLOSING) || (!info->port.tty)) in isdn_tty_modem_result()
2528 if ((info->port.flags & ASYNC_CLOSING) || (!info->port.tty)) in isdn_tty_modem_result()
/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c1271 if (self->port.flags & ASYNC_CLOSING) { in ircomm_tty_line_info()