/linux-4.4.14/drivers/tty/ |
D | tty_port.c | 24 init_waitqueue_head(&port->open_wait); in tty_port_init() 247 wake_up_interruptible(&port->open_wait); in tty_port_hangup() 399 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready() 425 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready() 519 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
|
D | amiserial.c | 408 wake_up_interruptible(&port->open_wait); in check_modem_status() 1375 wake_up_interruptible(&info->open_wait); in rs_set_termios() 1509 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
|
D | rocket.c | 526 wake_up_interruptible(&info->port.open_wait); in rp_handle_port() 1038 wake_up_interruptible(&port->open_wait); in rp_close() 1521 wake_up_interruptible(&info->port.open_wait); in rp_hangup()
|
D | synclink_gt.c | 764 wake_up_interruptible(&info->port.open_wait); in hangup() 2090 wake_up_interruptible(&info->port.open_wait); in dcd_change() 3294 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3329 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | synclinkmp.c | 857 wake_up_interruptible(&info->port.open_wait); in hangup() 2477 wake_up_interruptible(&info->port.open_wait); in isr_io_pin() 3311 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3353 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | cyclades.c | 719 wake_up_interruptible(&info->port.open_wait); in cyy_chip_modem() 1126 wake_up_interruptible(&info->port.open_wait); in cyz_handle_cmd() 2812 wake_up_interruptible(&info->port.open_wait); in cy_set_termios()
|
D | synclink.c | 1349 wake_up_interruptible(&info->port.open_wait); in mgsl_isr_io_pin() 3215 wake_up_interruptible(&info->port.open_wait); in mgsl_hangup() 3295 add_wait_queue(&port->open_wait, &wait); in block_til_ready() 3337 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
|
D | isicom.c | 594 wake_up_interruptible(&port->port.open_wait); in isicom_interrupt()
|
D | moxa.c | 1328 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
|
D | mxser.c | 830 wake_up_interruptible(&port->port.open_wait); in mxser_check_modem_status()
|
/linux-4.4.14/sound/core/ |
D | hwdep.c | 108 add_wait_queue(&hw->open_wait, &wait); in snd_hwdep_open() 142 remove_wait_queue(&hw->open_wait, &wait); in snd_hwdep_open() 172 wake_up(&hw->open_wait); in snd_hwdep_release() 384 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new() 475 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
|
D | rawmidi.c | 413 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 439 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open() 513 wake_up(&rmidi->open_wait); in rawmidi_release_priv() 1541 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_new() 1712 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
|
D | pcm.c | 778 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new() 1118 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
|
D | pcm_native.c | 2369 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2395 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open() 2424 wake_up(&pcm->open_wait); in snd_pcm_release()
|
/linux-4.4.14/include/sound/ |
D | hwdep.h | 68 wait_queue_head_t open_wait; member
|
D | rawmidi.h | 141 wait_queue_head_t open_wait; member
|
D | pcm.h | 524 wait_queue_head_t open_wait; member
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 310 add_wait_queue(&port->open_wait, &wait); in ircomm_tty_block_til_ready() 356 remove_wait_queue(&port->open_wait, &wait); in ircomm_tty_block_til_ready() 938 wake_up_interruptible(&port->open_wait); in ircomm_tty_hangup() 1008 wake_up_interruptible(&self->port.open_wait); in ircomm_tty_check_modem_status() 1025 wake_up_interruptible(&self->port.open_wait); in ircomm_tty_check_modem_status()
|
D | ircomm_tty_attach.c | 569 wake_up_interruptible(&self->port.open_wait); in ircomm_tty_link_established()
|
/linux-4.4.14/include/net/irda/ |
D | irlan_common.h | 197 wait_queue_head_t open_wait; member
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_eth.c | 122 return wait_event_interruptible(self->open_wait, in irlan_eth_open()
|
D | irlan_common.c | 233 init_waitqueue_head(&self->open_wait); in irlan_open() 379 wake_up_interruptible(&self->open_wait); in irlan_connect_confirm() 444 wake_up_interruptible(&self->open_wait); in irlan_disconnect_indication()
|
/linux-4.4.14/drivers/scsi/ |
D | sg.c | 175 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ member 236 open_wait(Sg_device *sdp, int flags) in open_wait() function 243 retval = wait_event_interruptible(sdp->open_wait, in open_wait() 256 retval = wait_event_interruptible(sdp->open_wait, in open_wait() 326 retval = open_wait(sdp, flags); in sg_open() 358 wake_up_interruptible(&sdp->open_wait); in sg_open() 390 wake_up_interruptible_all(&sdp->open_wait); in sg_release() 392 wake_up_interruptible(&sdp->open_wait); in sg_release() 1442 init_waitqueue_head(&sdp->open_wait); in sg_alloc() 1585 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
|
/linux-4.4.14/drivers/net/wan/ |
D | z85230.h | 335 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_seq.c | 101 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 1071 wake_up_interruptible(&port->open_wait); 1092 wake_up_interruptible(&info->tport.open_wait);
|
D | serial_core.c | 1439 wake_up_interruptible(&port->open_wait); in uart_close() 1526 wake_up_interruptible(&port->open_wait); in uart_hangup() 2872 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()
|
D | crisv10.c | 3655 wake_up_interruptible(&info->port.open_wait); in rs_close() 3743 wake_up_interruptible(&info->port.open_wait); in rs_hangup() 3782 add_wait_queue(&info->port.open_wait, &wait); in block_til_ready() 3826 remove_wait_queue(&info->port.open_wait, &wait); in block_til_ready()
|
/linux-4.4.14/drivers/usb/serial/ |
D | generic.c | 596 wake_up_interruptible(&port->open_wait); in usb_serial_handle_dcd_change()
|
/linux-4.4.14/drivers/ipack/devices/ |
D | ipoctal.c | 634 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 229 wait_queue_head_t open_wait; /* Open waiters */ member
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 487 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 638 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 2425 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open() 2452 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open() 2487 wake_up(&pcm->open_wait); in snd_pcm_oss_release()
|
/linux-4.4.14/sound/oss/ |
D | swarm_cs4297a.c | 314 wait_queue_head_t open_wait; member 2670 init_waitqueue_head(&s->open_wait); in cs4297a_init()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1626 wake_up_interruptible(&port->open_wait); in isdn_tty_hangup() 2113 wake_up_interruptible(&info->port.open_wait); in isdn_tty_stat_callback()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 332 wake_up_interruptible(&port->port.open_wait); in fwtty_update_port_status()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1109 wake_up_interruptible(&info->port.open_wait); in dcd_change()
|