Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtty.h266 #define TTY_PORT_CTS_FLOW 3 /* h/w flow control enabled */ macro
614 return test_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_cts_enabled()
620 set_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_set_cts_flow()
622 clear_bit(TTY_PORT_CTS_FLOW, &port->iflags); in tty_port_set_cts_flow()