Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dtty_port.c66 init_waitqueue_head(&port->open_wait); in tty_port_init()
361 wake_up_interruptible(&port->open_wait); in tty_port_hangup()
506 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready()
533 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready()
624 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
A Damiserial.c334 wake_up_interruptible(&port->open_wait); in check_modem_status()
1216 wake_up_interruptible(&info->open_wait); in rs_set_termios()
1338 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
A Dsynclink_gt.c707 wake_up_interruptible(&info->port.open_wait); in hangup()
2000 wake_up_interruptible(&info->port.open_wait); in dcd_change()
3190 add_wait_queue(&port->open_wait, &wait); in block_til_ready()
3225 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
A Dmxser.c703 wake_up_interruptible(&port->port.open_wait); in mxser_check_modem_status()
A Dmoxa.c1613 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
/linux/sound/core/
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()
378 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new()
469 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
A Drawmidi.c452 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
478 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
552 wake_up(&rmidi->open_wait); in rawmidi_release_priv()
1783 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_new()
1965 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
A Dpcm.c729 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new()
1096 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
A Dpcm_native.c2774 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open()
2800 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open()
2833 wake_up(&pcm->open_wait); in snd_pcm_release()
/linux/include/sound/
A Dhwdep.h53 wait_queue_head_t open_wait; member
A Drawmidi.h130 wait_queue_head_t open_wait; member
A Dpcm.h520 wait_queue_head_t open_wait; member
/linux/drivers/scsi/
A Dsg.c160 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ member
247 open_wait(Sg_device *sdp, int flags) in open_wait() function
254 retval = wait_event_interruptible(sdp->open_wait, in open_wait()
267 retval = wait_event_interruptible(sdp->open_wait, in open_wait()
337 retval = open_wait(sdp, flags); in sg_open()
369 wake_up_interruptible(&sdp->open_wait); in sg_open()
401 wake_up_interruptible_all(&sdp->open_wait); in sg_release()
403 wake_up_interruptible(&sdp->open_wait); in sg_release()
1477 init_waitqueue_head(&sdp->open_wait); in sg_alloc()
1610 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
/linux/include/linux/
A Dtty_port.h60 wait_queue_head_t open_wait; /* Open waiters */ member
/linux/sound/drivers/opl3/
A Dopl3_seq.c87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
/linux/drivers/usb/serial/
A Dgeneric.c626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
/linux/drivers/ipack/devices/
A Dipoctal.c651 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
/linux/drivers/mmc/core/
A Dsdio_uart.c481 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
/linux/net/bluetooth/rfcomm/
A Dtty.c638 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
/linux/sound/core/oss/
A Dpcm_oss.c2526 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open()
2553 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open()
2588 wake_up(&pcm->open_wait); in snd_pcm_oss_release()
/linux/drivers/tty/serial/
A Dserial_core.c1683 wake_up_interruptible(&port->open_wait); in uart_hangup()
3099 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
/linux/drivers/staging/fwserial/
A Dfwserial.c320 wake_up_interruptible(&port->port.open_wait); in fwtty_update_port_status()
/linux/drivers/char/pcmcia/
A Dsynclink_cs.c1107 wake_up_interruptible(&info->port.open_wait); in dcd_change()

Completed in 100 milliseconds