Lines Matching refs:iflags
240 unsigned long iflags; /* Internal flags TTY_PORT_ */ member
600 return test_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_cts_enabled()
606 set_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_set_cts_flow()
608 clear_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_set_cts_flow()
613 return test_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_active()
619 set_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_set_active()
621 clear_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_set_active()
626 return test_bit(TTY_PORT_CHECK_CD, &port->iflags); in tty_port_check_carrier()
632 set_bit(TTY_PORT_CHECK_CD, &port->iflags); in tty_port_set_check_carrier()
634 clear_bit(TTY_PORT_CHECK_CD, &port->iflags); in tty_port_set_check_carrier()
639 return test_bit(TTY_PORT_SUSPENDED, &port->iflags); in tty_port_suspended()
645 set_bit(TTY_PORT_SUSPENDED, &port->iflags); in tty_port_set_suspended()
647 clear_bit(TTY_PORT_SUSPENDED, &port->iflags); in tty_port_set_suspended()
652 return test_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_initialized()
658 set_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_set_initialized()
660 clear_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_set_initialized()
665 return test_bit(TTY_PORT_KOPENED, &port->iflags); in tty_port_kopened()
671 set_bit(TTY_PORT_KOPENED, &port->iflags); in tty_port_set_kopened()
673 clear_bit(TTY_PORT_KOPENED, &port->iflags); in tty_port_set_kopened()