Home
last modified time | relevance | path

Searched refs:ch_flags_wait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H A Djsm_tty.c425 init_waitqueue_head(&ch->ch_flags_wait); in jsm_tty_init()
683 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
684 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
700 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
701 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
727 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
728 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
H A Djsm.h197 wait_queue_head_t ch_flags_wait; member

Completed in 5 milliseconds