Home
last modified time | relevance | path

Searched refs:ASYNC_NORMAL_ACTIVE (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/tty/
Dtty_port.c240 port->flags &= ~ASYNC_NORMAL_ACTIVE; in tty_port_hangup()
379 port->flags |= ASYNC_NORMAL_ACTIVE; in tty_port_block_til_ready()
386 port->flags |= ASYNC_NORMAL_ACTIVE; in tty_port_block_til_ready()
446 port->flags |= ASYNC_NORMAL_ACTIVE; in tty_port_block_til_ready()
536 port->flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING); in tty_port_close_end()
Damiserial.c1511 info->tport.flags &= ~ASYNC_NORMAL_ACTIVE; in rs_hangup()
Dsynclink_gt.c768 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in hangup()
3284 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3342 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Dsynclinkmp.c861 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in hangup()
3302 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3370 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Dsynclink.c3212 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in mgsl_hangup()
3280 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3350 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Drocket.c1054 info->port.flags &= ~(ASYNC_INITIALIZED | ASYNC_CLOSING | ASYNC_NORMAL_ACTIVE); in rp_close()
/linux-4.1.27/include/uapi/linux/
Dtty_flags.h76 #define ASYNC_NORMAL_ACTIVE (1U << ASYNCB_NORMAL_ACTIVE) macro
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c284 port->flags |= ASYNC_NORMAL_ACTIVE; in ircomm_tty_block_til_ready()
292 port->flags |= ASYNC_NORMAL_ACTIVE; in ircomm_tty_block_til_ready()
369 port->flags |= ASYNC_NORMAL_ACTIVE; in ircomm_tty_block_til_ready()
958 port->flags &= ~ASYNC_NORMAL_ACTIVE; in ircomm_tty_hangup()
1304 if (self->port.flags & ASYNC_NORMAL_ACTIVE) { in ircomm_tty_line_info()
/linux-4.1.27/drivers/tty/serial/
D68328serial.c1072 port->flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING);
1090 info->tport.flags &= ~ASYNC_NORMAL_ACTIVE;
Dcrisv10.c3716 info->port.flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING); in rs_close()
3811 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in rs_hangup()
3853 info->port.flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3923 info->port.flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Dserial_core.c1510 if (port->flags & ASYNC_NORMAL_ACTIVE) { in uart_hangup()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1624 port->flags &= ~ASYNC_NORMAL_ACTIVE; in isdn_tty_hangup()
1981 (info->port.flags & ASYNC_NORMAL_ACTIVE) && in isdn_tty_find_icall()
2020 #define TTY_IS_ACTIVE(info) (info->port.flags & ASYNC_NORMAL_ACTIVE)