Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_port.c367 if (port->flags & ASYNC_CLOSING) { in tty_port_block_til_ready()
369 !(port->flags & ASYNC_CLOSING)); in tty_port_block_til_ready()
426 if (!(port->flags & ASYNC_CLOSING) && in tty_port_block_til_ready()
536 port->flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING); in tty_port_close_end()
Drocket.c898 if (port->flags & ASYNC_CLOSING) { in rp_open()
1054 info->port.flags &= ~(ASYNC_INITIALIZED | ASYNC_CLOSING | ASYNC_NORMAL_ACTIVE); in rp_close()
1514 if (info->port.flags & ASYNC_CLOSING) { in rp_hangup()
Dsynclink_gt.c676 if (info->port.flags & ASYNC_CLOSING){ in open()
678 !(info->port.flags & ASYNC_CLOSING)); in open()
3320 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || cd )) in block_til_ready()
Dsynclinkmp.c756 if (info->port.flags & ASYNC_CLOSING){ in open()
758 !(info->port.flags & ASYNC_CLOSING)); in open()
3342 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || cd)) in block_til_ready()
Dsynclink.c3320 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || dcd)) in block_til_ready()
3402 if (info->port.flags & ASYNC_CLOSING){ in mgsl_open()
3404 !(info->port.flags & ASYNC_CLOSING)); in mgsl_open()
Dcyclades.c1582 if (info->port.flags & ASYNC_CLOSING) { in cy_open()
1584 !(info->port.flags & ASYNC_CLOSING)); in cy_open()
Dmxser.c2259 (port->port.flags & ASYNC_CLOSING) || in mxser_interrupt()
/linux-4.1.27/include/uapi/linux/
Dtty_flags.h78 #define ASYNC_CLOSING (1U << ASYNCB_CLOSING) macro
/linux-4.1.27/drivers/tty/serial/
Dcrisv10.c3677 info->port.flags |= ASYNC_CLOSING; in rs_close()
3716 info->port.flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING); in rs_close()
3834 if (info->port.flags & ASYNC_CLOSING) { in block_til_ready()
3836 !(info->port.flags & ASYNC_CLOSING)); in block_til_ready()
3897 if (!(info->port.flags & ASYNC_CLOSING) && do_clocal) in block_til_ready()
3969 if (info->port.flags & ASYNC_CLOSING) { in rs_open()
3971 !(info->port.flags & ASYNC_CLOSING)); in rs_open()
D68328serial.c1032 port->flags |= ASYNC_CLOSING;
1072 port->flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING);
/linux-4.1.27/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.1.27/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.1.27/net/irda/ircomm/
Dircomm_tty.c1300 if (self->port.flags & ASYNC_CLOSING) { in ircomm_tty_line_info()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2511 if (port->flags & ASYNC_CLOSING){ in mgslpc_open()
2513 !(port->flags & ASYNC_CLOSING)); in mgslpc_open()