Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dtty_ioctl.c113 if (!test_and_set_bit(TTY_THROTTLED, &tty->flags) && in tty_throttle()
137 if (test_and_clear_bit(TTY_THROTTLED, &tty->flags) && in tty_unthrottle()
166 set_bit(TTY_THROTTLED, &tty->flags); in tty_throttle_safe()
197 clear_bit(TTY_THROTTLED, &tty->flags); in tty_unthrottle_safe()
Dpty.c96 set_bit(TTY_THROTTLED, &tty->flags); in pty_unthrottle()
254 set_bit(TTY_THROTTLED, &tty->flags); in pty_open()
Dvcc.c293 if (test_bit(TTY_THROTTLED, &tty->flags) || in vcc_rx_check()
Dtty_io.c627 clear_bit(TTY_THROTTLED, &tty->flags); in __tty_hangup()
/Linux-v5.4/include/linux/
Dtty.h359 #define TTY_THROTTLED 0 /* Call unthrottle() at threshold min */ macro
400 return test_bit(TTY_THROTTLED, &tty->flags); in tty_throttled()
/Linux-v5.4/Documentation/driver-api/serial/
Dtty.rst211 TTY_THROTTLED Driver input is throttled. The ldisc should call