| /Linux-v5.10/drivers/tty/ |
| D | tty_port.c | 65 init_waitqueue_head(&port->open_wait); in tty_port_init() 360 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 503 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 529 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 619 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
| D | amiserial.c | 370 wake_up_interruptible(&port->open_wait); in check_modem_status() 1244 wake_up_interruptible(&info->open_wait); in rs_set_termios() 1369 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
|
| D | rocket.c | 513 wake_up_interruptible(&info->port.open_wait); in rp_handle_port() 1016 wake_up_interruptible(&port->open_wait); in rp_close() 1502 wake_up_interruptible(&info->port.open_wait); in rp_hangup()
|
| D | synclink_gt.c | 763 wake_up_interruptible(&info->port.open_wait); in hangup() 2058 wake_up_interruptible(&info->port.open_wait); in dcd_change() 3255 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3290 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
| D | synclinkmp.c | 857 wake_up_interruptible(&info->port.open_wait); in hangup() 2454 wake_up_interruptible(&info->port.open_wait); in isr_io_pin() 3281 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3323 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
| D | cyclades.c | 717 wake_up_interruptible(&info->port.open_wait); in cyy_chip_modem() 1122 wake_up_interruptible(&info->port.open_wait); in cyz_handle_cmd() 2789 wake_up_interruptible(&info->port.open_wait); in cy_set_termios()
|
| D | synclink.c | 1347 wake_up_interruptible(&info->port.open_wait); in mgsl_isr_io_pin() 3197 wake_up_interruptible(&info->port.open_wait); in mgsl_hangup() 3277 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3319 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
| D | isicom.c | 585 wake_up_interruptible(&port->port.open_wait); in isicom_interrupt()
|
| /Linux-v5.10/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() 377 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new() 468 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
|
| D | rawmidi.c | 441 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 467 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 541 wake_up(&rmidi->open_wait); in rawmidi_release_priv() 1663 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_new() 1845 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
|
| D | pcm.c | 729 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new() 1096 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
|
| D | pcm_native.c | 2744 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2770 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2799 wake_up(&pcm->open_wait); in snd_pcm_release()
|
| /Linux-v5.10/include/sound/ |
| D | hwdep.h | 53 wait_queue_head_t open_wait; member
|
| D | rawmidi.h | 127 wait_queue_head_t open_wait; member
|
| D | pcm.h | 520 wait_queue_head_t open_wait; member
|
| /Linux-v5.10/drivers/scsi/ |
| 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() 1499 init_waitqueue_head(&sdp->open_wait); in sg_alloc() 1642 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
|
| /Linux-v5.10/drivers/net/wan/ |
| D | z85230.h | 336 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
|
| /Linux-v5.10/sound/drivers/opl3/ |
| D | opl3_seq.c | 87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
|
| /Linux-v5.10/drivers/usb/serial/ |
| D | generic.c | 626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
|
| /Linux-v5.10/drivers/ipack/devices/ |
| D | ipoctal.c | 630 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|
| /Linux-v5.10/include/linux/ |
| D | tty.h | 239 wait_queue_head_t open_wait; /* Open waiters */ member
|
| /Linux-v5.10/net/bluetooth/rfcomm/ |
| D | tty.c | 636 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
|
| /Linux-v5.10/drivers/mmc/core/ |
| D | sdio_uart.c | 481 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
|
| /Linux-v5.10/sound/core/oss/ |
| D | pcm_oss.c | 2488 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open() 2515 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open() 2550 wake_up(&pcm->open_wait); in snd_pcm_oss_release()
|
| /Linux-v5.10/drivers/tty/serial/ |
| D | serial_core.c | 1681 wake_up_interruptible(&port->open_wait); in uart_hangup() 3082 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
|