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.c267 __tty_set_flow_change(tty, 0); in n_tty_check_throttle()
298 __tty_set_flow_change(tty, 0); in n_tty_check_unthrottle()
1753 __tty_set_flow_change(tty, 0); in n_tty_receive_buf_common()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h393 static inline void __tty_set_flow_change(struct tty_struct *tty, int val) in __tty_set_flow_change() function