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

/linux-master/include/sound/
H A Dhwdep.h53 wait_queue_head_t open_wait; member in struct:snd_hwdep
H A Drawmidi.h136 wait_queue_head_t open_wait; member in struct:snd_rawmidi
H A Dpcm.h532 wait_queue_head_t open_wait; member in struct:snd_pcm
/linux-master/sound/core/
H A Dhwdep.c94 add_wait_queue(&hw->open_wait, &wait);
128 remove_wait_queue(&hw->open_wait, &wait);
158 wake_up(&hw->open_wait);
382 init_waitqueue_head(&hwdep->open_wait);
466 wake_up(&hwdep->open_wait);
H A Drawmidi.c482 add_wait_queue(&rmidi->open_wait, &wait);
508 remove_wait_queue(&rmidi->open_wait, &wait);
584 wake_up(&rmidi->open_wait);
1832 init_waitqueue_head(&rmidi->open_wait);
2053 wake_up(&rmidi->open_wait);
H A Dpcm.c722 init_waitqueue_head(&pcm->open_wait);
1091 wake_up(&pcm->open_wait);
H A Dpcm_native.c2839 add_wait_queue(&pcm->open_wait, &wait);
2865 remove_wait_queue(&pcm->open_wait, &wait);
2898 wake_up(&pcm->open_wait);
/linux-master/drivers/tty/
H A Dtty_port.c94 init_waitqueue_head(&port->open_wait);
409 wake_up_interruptible(&port->open_wait);
553 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE);
580 finish_wait(&port->open_wait, &wait);
695 wake_up_interruptible(&port->open_wait);
H A Damiserial.c333 wake_up_interruptible(&port->open_wait);
1210 wake_up_interruptible(&info->open_wait);
1332 wake_up_interruptible(&info->tport.open_wait);
H A Dsynclink_gt.c698 wake_up_interruptible(&info->port.open_wait);
1995 wake_up_interruptible(&info->port.open_wait);
3186 add_wait_queue(&port->open_wait, &wait);
3221 remove_wait_queue(&port->open_wait, &wait);
H A Dmxser.c707 wake_up_interruptible(&port->port.open_wait);
H A Dmoxa.c1614 wake_up_interruptible(&ch->port.open_wait);
H A Dn_gsm.c2143 wake_up_interruptible(&dlci->port.open_wait);
/linux-master/sound/drivers/opl3/
H A Dopl3_seq.c87 wake_up(&hwdep->open_wait);
/linux-master/include/linux/
H A Dtty_port.h66 * @open_wait: open waiters queue (waiting e.g. for a carrier)
110 wait_queue_head_t open_wait; member in struct:tty_port
/linux-master/drivers/scsi/
H A Dsg.c164 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ member in struct:sg_device
246 open_wait(Sg_device *sdp, int flags) function
253 retval = wait_event_interruptible(sdp->open_wait,
266 retval = wait_event_interruptible(sdp->open_wait,
338 retval = open_wait(sdp, flags);
370 wake_up_interruptible(&sdp->open_wait);
403 wake_up_interruptible_all(&sdp->open_wait);
405 wake_up_interruptible(&sdp->open_wait);
1477 init_waitqueue_head(&sdp->open_wait);
1620 wake_up_interruptible_all(&sdp->open_wait);
[all...]
/linux-master/drivers/usb/serial/
H A Dgeneric.c626 wake_up_interruptible(&port->port.open_wait);
/linux-master/drivers/ipack/devices/
H A Dipoctal.c648 wake_up_interruptible(&channel->tty_port.open_wait);
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c637 wake_up_interruptible(&dev->port.open_wait);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c464 wake_up_interruptible(&port->port.open_wait);
/linux-master/sound/core/oss/
H A Dpcm_oss.c2517 add_wait_queue(&pcm->open_wait, &wait);
2544 remove_wait_queue(&pcm->open_wait, &wait);
2579 wake_up(&pcm->open_wait);
/linux-master/drivers/tty/serial/
H A Dserial_core.c1906 wake_up_interruptible(&port->open_wait);
3502 wake_up_interruptible(&port->open_wait);

Completed in 618 milliseconds