Searched refs:open_wait (Results 1 – 15 of 15) sorted by relevance
| /linux/sound/core/ |
| H A 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() 382 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new() 466 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
|
| H A D | rawmidi.c | 482 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()
|
| H A D | pcm.c | 723 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new() 1095 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
|
| H A D | pcm_native.c | 2908 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2934 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2967 wake_up(&pcm->open_wait); in snd_pcm_release()
|
| /linux/include/sound/ |
| H A D | hwdep.h | 53 wait_queue_head_t open_wait; member
|
| /linux/include/linux/ |
| H A D | tty_port.h | 110 wait_queue_head_t open_wait; member
|
| /linux/drivers/usb/serial/ |
| H A D | generic.c | 625 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
|
| /linux/drivers/ipack/devices/ |
| H A D | ipoctal.c | 648 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_uart.c | 464 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | tty.c | 629 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
|
| /linux/sound/core/oss/ |
| H A D | pcm_oss.c | 2532 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()
|
| /linux/drivers/tty/ |
| H A D | synclink_gt.c | 699 wake_up_interruptible(&info->port.open_wait); in hangup() 1996 wake_up_interruptible(&info->port.open_wait); in dcd_change() 3187 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3222 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
| H A D | moxa.c | 1364 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
|
| H A D | n_gsm.c | 2145 wake_up_interruptible(&dlci->port.open_wait); in gsm_dlci_close()
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 1840 wake_up_interruptible(&port->open_wait); in uart_hangup() 3375 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
|