Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c260 tty_set_flow_change(tty, TTY_THROTTLE_SAFE); in n_tty_check_throttle()
290 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.h398 static inline void tty_set_flow_change(struct tty_struct *tty, int val) in tty_set_flow_change() function