/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_port.c | 66 init_waitqueue_head(&port->open_wait); in tty_port_init() 361 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 504 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 530 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 620 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
H A D | amiserial.c | 370 wake_up_interruptible(&port->open_wait); in check_modem_status() 1245 wake_up_interruptible(&info->open_wait); in rs_set_termios() 1370 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | hwdep.c | 94 add_wait_queue(&hw->open_wait, &wait); in snd_hwdep_open() 128 remove_wait_queue(&hw->open_wait, &wait); in snd_hwdep_open() 158 wake_up(&hw->open_wait); in snd_hwdep_release() 377 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new() 468 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
|
H A D | rawmidi.c | 451 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 477 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 551 wake_up(&rmidi->open_wait); in rawmidi_release_priv() 1684 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_new() 1864 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
|
H A D | pcm.c | 730 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new() 1104 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_port.c | 94 init_waitqueue_head(&port->open_wait); in tty_port_init() 407 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 551 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 578 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 693 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
H A D | amiserial.c | 335 wake_up_interruptible(&port->open_wait); in check_modem_status() 1212 wake_up_interruptible(&info->open_wait); in rs_set_termios() 1334 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | hwdep.c | 94 add_wait_queue(&hw->open_wait, &wait); in snd_hwdep_open() 128 remove_wait_queue(&hw->open_wait, &wait); in snd_hwdep_open() 158 wake_up(&hw->open_wait); in snd_hwdep_release() 383 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new() 473 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
|
H A D | rawmidi.c | 497 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 523 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 600 wake_up(&rmidi->open_wait); in rawmidi_release_priv() 1896 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_init() 2118 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
|
H A D | pcm.c | 735 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new() 1108 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hwdep.h | 53 wait_queue_head_t open_wait; member
|
H A D | rawmidi.h | 127 wait_queue_head_t open_wait; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hwdep.h | 53 wait_queue_head_t open_wait; member
|
H A D | rawmidi.h | 136 wait_queue_head_t open_wait; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 159 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ member 246 open_wait(Sg_device *sdp, int flags) in open_wait() function 253 retval = wait_event_interruptible(sdp->open_wait, in open_wait() 266 retval = wait_event_interruptible(sdp->open_wait, in open_wait() 336 retval = open_wait(sdp, flags); in sg_open() 368 wake_up_interruptible(&sdp->open_wait); in sg_open() 400 wake_up_interruptible_all(&sdp->open_wait); in sg_release() 402 wake_up_interruptible(&sdp->open_wait); in sg_release() 1494 init_waitqueue_head(&sdp->open_wait); in sg_alloc() 1637 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 164 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ member 246 open_wait(Sg_device *sdp, int flags) in open_wait() function 253 retval = wait_event_interruptible(sdp->open_wait, in open_wait() 266 retval = wait_event_interruptible(sdp->open_wait, in open_wait() 336 retval = open_wait(sdp, flags); in sg_open() 368 wake_up_interruptible(&sdp->open_wait); in sg_open() 400 wake_up_interruptible_all(&sdp->open_wait); in sg_release() 402 wake_up_interruptible(&sdp->open_wait); in sg_release() 1472 init_waitqueue_head(&sdp->open_wait); in sg_alloc() 1615 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device() [all...] |
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_seq.c | 87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_port.h | 66 * @open_wait: open waiters queue (waiting e.g. for a carrier) 110 wait_queue_head_t open_wait; member
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_seq.c | 87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 336 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
|
/kernel/linux/linux-5.10/drivers/ipack/devices/ |
H A D | ipoctal.c | 655 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | generic.c | 626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty.h | 215 wait_queue_head_t open_wait; /* Open waiters */ member
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | generic.c | 626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
|
/kernel/linux/linux-6.6/drivers/ipack/devices/ |
H A D | ipoctal.c | 650 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|