Home
last modified time | relevance | path

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

/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()
382 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new()
466 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
H A Drawmidi.c482 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
508 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
584 wake_up(&rmidi->open_wait); in rawmidi_release_priv()
1836 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_init()
2057 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
/linux/include/sound/
H A Dhwdep.h53 wait_queue_head_t open_wait; member
H A Dpcm.h545 wait_queue_head_t open_wait; member
/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()
1469 init_waitqueue_head(&sdp->open_wait); in sg_alloc()
1612 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
/linux/drivers/usb/serial/
H A Dgeneric.c625 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
/linux/drivers/ipack/devices/
H A Dipoctal.c648 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
/linux/net/bluetooth/rfcomm/
H A Dtty.c629 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
/linux/drivers/tty/serial/
H A Dserial_core.c1837 wake_up_interruptible(&port->open_wait); in uart_hangup()
3367 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
/linux/drivers/tty/
H A Dmoxa.c1364 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
H A Dn_gsm.c2146 wake_up_interruptible(&dlci->port.open_wait); in gsm_dlci_close()