Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c194 if (tty->flow_change != TTY_UNTHROTTLE_SAFE) in tty_unthrottle_safe()
H A Dn_tty.c290 tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); in n_tty_check_unthrottle()
1751 tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); in n_tty_receive_buf_common()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h391 #define TTY_UNTHROTTLE_SAFE 2 macro