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