Searched refs:iflags (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | tty_port.h | 66 unsigned long iflags; /* Internal flags TTY_PORT_ */ member 130 return test_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_cts_enabled() 135 assign_bit(TTY_PORT_CTS_FLOW, &port->iflags, val); in tty_port_set_cts_flow() 140 return test_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_active() 145 assign_bit(TTY_PORT_ACTIVE, &port->iflags, val); in tty_port_set_active() 150 return test_bit(TTY_PORT_CHECK_CD, &port->iflags); in tty_port_check_carrier() 155 assign_bit(TTY_PORT_CHECK_CD, &port->iflags, val); in tty_port_set_check_carrier() 160 return test_bit(TTY_PORT_SUSPENDED, &port->iflags); in tty_port_suspended() 165 assign_bit(TTY_PORT_SUSPENDED, &port->iflags, val); in tty_port_set_suspended() 170 return test_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_initialized() [all …]
|