Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c425 init_waitqueue_head(&ch->ch_flags_wait); in jsm_tty_init()
684 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
685 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
701 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
702 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
728 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
729 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
H A Djsm.h192 wait_queue_head_t ch_flags_wait; member