/linux-6.1.9/sound/core/ ! |
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() 378 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new() 469 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
|
D | rawmidi.c | 489 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 515 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 592 wake_up(&rmidi->open_wait); in rawmidi_release_priv() 1847 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_new() 2027 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
|
D | pcm.c | 731 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new() 1106 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
|
D | pcm_native.c | 2840 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2866 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2899 wake_up(&pcm->open_wait); in snd_pcm_release()
|
/linux-6.1.9/drivers/tty/ ! |
D | tty_port.c | 96 init_waitqueue_head(&port->open_wait); in tty_port_init() 409 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 553 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 580 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 695 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
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()
|
D | synclink_gt.c | 700 wake_up_interruptible(&info->port.open_wait); in hangup() 1996 wake_up_interruptible(&info->port.open_wait); in dcd_change() 3186 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3221 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | mxser.c | 706 wake_up_interruptible(&port->port.open_wait); in mxser_check_modem_status()
|
D | moxa.c | 1613 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
|
D | n_gsm.c | 1791 wake_up_interruptible(&dlci->port.open_wait); in gsm_dlci_close()
|
/linux-6.1.9/include/sound/ ! |
D | hwdep.h | 53 wait_queue_head_t open_wait; member
|
D | rawmidi.h | 130 wait_queue_head_t open_wait; member
|
D | pcm.h | 527 wait_queue_head_t open_wait; member
|
/linux-6.1.9/drivers/scsi/ ! |
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() 1471 init_waitqueue_head(&sdp->open_wait); in sg_alloc() 1604 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
|
/linux-6.1.9/include/linux/ ! |
D | tty_port.h | 109 wait_queue_head_t open_wait; member
|
/linux-6.1.9/sound/drivers/opl3/ ! |
D | opl3_seq.c | 87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
|
/linux-6.1.9/drivers/usb/serial/ ! |
D | generic.c | 626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
|
/linux-6.1.9/drivers/ipack/devices/ ! |
D | ipoctal.c | 651 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|
/linux-6.1.9/drivers/mmc/core/ ! |
D | sdio_uart.c | 468 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
|
/linux-6.1.9/net/bluetooth/rfcomm/ ! |
D | tty.c | 637 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
|
/linux-6.1.9/sound/core/oss/ ! |
D | pcm_oss.c | 2532 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open() 2559 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open() 2594 wake_up(&pcm->open_wait); in snd_pcm_oss_release()
|
/linux-6.1.9/drivers/tty/serial/ ! |
D | serial_core.c | 1834 wake_up_interruptible(&port->open_wait); in uart_hangup() 3281 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
|
/linux-6.1.9/drivers/char/pcmcia/ ! |
D | synclink_cs.c | 1107 wake_up_interruptible(&info->port.open_wait); in dcd_change()
|