Lines Matching refs:iflags
63 unsigned long iflags; /* Internal flags TTY_PORT_ */ member
125 return test_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_cts_enabled()
130 assign_bit(TTY_PORT_CTS_FLOW, &port->iflags, val); in tty_port_set_cts_flow()
135 return test_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_active()
140 assign_bit(TTY_PORT_ACTIVE, &port->iflags, val); in tty_port_set_active()
145 return test_bit(TTY_PORT_CHECK_CD, &port->iflags); in tty_port_check_carrier()
150 assign_bit(TTY_PORT_CHECK_CD, &port->iflags, val); in tty_port_set_check_carrier()
155 return test_bit(TTY_PORT_SUSPENDED, &port->iflags); in tty_port_suspended()
160 assign_bit(TTY_PORT_SUSPENDED, &port->iflags, val); in tty_port_set_suspended()
165 return test_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_initialized()
170 assign_bit(TTY_PORT_INITIALIZED, &port->iflags, val); in tty_port_set_initialized()
175 return test_bit(TTY_PORT_KOPENED, &port->iflags); in tty_port_kopened()
180 assign_bit(TTY_PORT_KOPENED, &port->iflags, val); in tty_port_set_kopened()