Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_tty.c425 init_waitqueue_head(&ch->ch_flags_wait); in jsm_tty_init()
679 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
680 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
696 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
697 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
723 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
724 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
H A Djsm.h197 wait_queue_head_t ch_flags_wait; member