Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_port.c239 port->flags &= ~ASYNC_NORMAL_ACTIVE; in tty_port_hangup()
368 port->flags |= ASYNC_NORMAL_ACTIVE; in tty_port_block_til_ready()
375 port->flags |= ASYNC_NORMAL_ACTIVE; in tty_port_block_til_ready()
434 port->flags |= ASYNC_NORMAL_ACTIVE; in tty_port_block_til_ready()
521 port->flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING); in tty_port_close_end()
Damiserial.c1507 info->tport.flags &= ~ASYNC_NORMAL_ACTIVE; in rs_hangup()
Dsynclink_gt.c759 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in hangup()
3279 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3336 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Dsynclinkmp.c852 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in hangup()
3296 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3363 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()
3349 port->flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Drocket.c1046 info->port.flags &= ~(ASYNC_INITIALIZED | ASYNC_CLOSING | ASYNC_NORMAL_ACTIVE); in rp_close()
/linux-4.4.14/include/uapi/linux/
Dtty_flags.h76 #define ASYNC_NORMAL_ACTIVE (1U << ASYNCB_NORMAL_ACTIVE) macro
/linux-4.4.14/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()
368 port->flags |= ASYNC_NORMAL_ACTIVE; in ircomm_tty_block_til_ready()
929 port->flags &= ~ASYNC_NORMAL_ACTIVE; in ircomm_tty_hangup()
1275 if (self->port.flags & ASYNC_NORMAL_ACTIVE) { in ircomm_tty_line_info()
/linux-4.4.14/drivers/tty/serial/
D68328serial.c1073 port->flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING);
1090 info->tport.flags &= ~ASYNC_NORMAL_ACTIVE;
Dcrisv10.c3657 info->port.flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING); in rs_close()
3741 info->port.flags &= ~ASYNC_NORMAL_ACTIVE; in rs_hangup()
3766 info->port.flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
3836 info->port.flags |= ASYNC_NORMAL_ACTIVE; in block_til_ready()
Dserial_core.c1516 if (port->flags & ASYNC_NORMAL_ACTIVE) { in uart_hangup()
/linux-4.4.14/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)