Home
last modified time | relevance | path

Searched refs:open_wait (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/sound/core/
H A Dhwdep.c94 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 Drawmidi.c497 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 Dpcm.c735 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new()
1108 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
H A Dpcm_native.c2844 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open()
2870 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open()
2903 wake_up(&pcm->open_wait); in snd_pcm_release()
/openbmc/linux/drivers/tty/
H A Dtty_port.c94 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 Damiserial.c335 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()
H A Dsynclink_gt.c698 wake_up_interruptible(&info->port.open_wait); in hangup()
1995 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()
H A Dmxser.c707 wake_up_interruptible(&port->port.open_wait); in mxser_check_modem_status()
H A Dmoxa.c1614 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
H A Dn_gsm.c2144 wake_up_interruptible(&dlci->port.open_wait); in gsm_dlci_close()
/openbmc/linux/include/sound/
H A Dhwdep.h53 wait_queue_head_t open_wait; member
H A Drawmidi.h136 wait_queue_head_t open_wait; member
H A Dpcm.h525 wait_queue_head_t open_wait; member
/openbmc/linux/drivers/scsi/
H A Dsg.c164 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()
334 retval = open_wait(sdp, flags); in sg_open()
366 wake_up_interruptible(&sdp->open_wait); in sg_open()
395 wake_up_interruptible_all(&sdp->open_wait); in sg_release()
397 wake_up_interruptible(&sdp->open_wait); in sg_release()
1468 init_waitqueue_head(&sdp->open_wait); in sg_alloc()
1611 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
/openbmc/linux/include/linux/
H A Dtty_port.h110 wait_queue_head_t open_wait; member
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_seq.c87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
/openbmc/linux/drivers/usb/serial/
H A Dgeneric.c626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
/openbmc/linux/drivers/ipack/devices/
H A Dipoctal.c650 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c468 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c637 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2532 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()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c1910 wake_up_interruptible(&port->open_wait); in uart_hangup()
3504 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()