Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_port.c24 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()
Damiserial.c408 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()
Drocket.c526 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()
Dsynclink_gt.c764 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()
Dsynclinkmp.c857 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()
Dcyclades.c719 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()
Dsynclink.c1349 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()
Disicom.c594 wake_up_interruptible(&port->port.open_wait); in isicom_interrupt()
Dmoxa.c1328 wake_up_interruptible(&ch->port.open_wait); in moxa_set_termios()
Dmxser.c830 wake_up_interruptible(&port->port.open_wait); in mxser_check_modem_status()
/linux-4.4.14/sound/core/
Dhwdep.c108 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()
Drawmidi.c413 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()
Dpcm.c778 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new()
1118 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
Dpcm_native.c2369 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/
Dhwdep.h68 wait_queue_head_t open_wait; member
Drawmidi.h141 wait_queue_head_t open_wait; member
Dpcm.h524 wait_queue_head_t open_wait; member
/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c310 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()
Dircomm_tty_attach.c569 wake_up_interruptible(&self->port.open_wait); in ircomm_tty_link_established()
/linux-4.4.14/include/net/irda/
Dirlan_common.h197 wait_queue_head_t open_wait; member
/linux-4.4.14/net/irda/irlan/
Dirlan_eth.c122 return wait_event_interruptible(self->open_wait, in irlan_eth_open()
Dirlan_common.c233 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/
Dsg.c175 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/
Dz85230.h335 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
/linux-4.4.14/sound/drivers/opl3/
Dopl3_seq.c101 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
/linux-4.4.14/drivers/tty/serial/
D68328serial.c1071 wake_up_interruptible(&port->open_wait);
1092 wake_up_interruptible(&info->tport.open_wait);
Dserial_core.c1439 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()
Dcrisv10.c3655 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/
Dgeneric.c596 wake_up_interruptible(&port->open_wait); in usb_serial_handle_dcd_change()
/linux-4.4.14/drivers/ipack/devices/
Dipoctal.c634 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
/linux-4.4.14/include/linux/
Dtty.h229 wait_queue_head_t open_wait; /* Open waiters */ member
/linux-4.4.14/drivers/mmc/card/
Dsdio_uart.c487 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
/linux-4.4.14/net/bluetooth/rfcomm/
Dtty.c638 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c2425 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/
Dswarm_cs4297a.c314 wait_queue_head_t open_wait; member
2670 init_waitqueue_head(&s->open_wait); in cs4297a_init()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1626 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/
Dfwserial.c332 wake_up_interruptible(&port->port.open_wait); in fwtty_update_port_status()
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c1109 wake_up_interruptible(&info->port.open_wait); in dcd_change()