Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c65 init_waitqueue_head(&port->open_wait); in tty_port_init()
360 wake_up_interruptible(&port->open_wait); in tty_port_hangup()
503 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready()
529 finish_wait(&port->open_wait, &wait); in tty_port_block_til_ready()
619 wake_up_interruptible(&port->open_wait); in tty_port_close_end()
H A Damiserial.c370 wake_up_interruptible(&port->open_wait); in check_modem_status()
1245 wake_up_interruptible(&info->open_wait); in rs_set_termios()
1370 wake_up_interruptible(&info->tport.open_wait); in rs_hangup()
H A Drocket.c513 wake_up_interruptible(&info->port.open_wait); in rp_handle_port()
1016 wake_up_interruptible(&port->open_wait); in rp_close()
1502 wake_up_interruptible(&info->port.open_wait); in rp_hangup()
H A Dsynclink_gt.c708 wake_up_interruptible(&info->port.open_wait); in hangup()
2005 wake_up_interruptible(&info->port.open_wait); in dcd_change()
3202 add_wait_queue(&port->open_wait, &wait); in block_til_ready()
3237 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
H A Dsynclinkmp.c857 wake_up_interruptible(&info->port.open_wait); in hangup()
2454 wake_up_interruptible(&info->port.open_wait); in isr_io_pin()
3281 add_wait_queue(&port->open_wait, &wait); in block_til_ready()
3323 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
H A Dcyclades.c717 wake_up_interruptible(&info->port.open_wait); in cyy_chip_modem()
1122 wake_up_interruptible(&info->port.open_wait); in cyz_handle_cmd()
2789 wake_up_interruptible(&info->port.open_wait); in cy_set_termios()
H A Dsynclink.c1347 wake_up_interruptible(&info->port.open_wait); in mgsl_isr_io_pin()
3197 wake_up_interruptible(&info->port.open_wait); in mgsl_hangup()
3277 add_wait_queue(&port->open_wait, &wait); in block_til_ready()
3319 remove_wait_queue(&port->open_wait, &wait); in block_til_ready()
H A Disicom.c585 wake_up_interruptible(&port->port.open_wait); in isicom_interrupt()
/OK3568_Linux_fs/kernel/sound/core/
H 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()
377 init_waitqueue_head(&hwdep->open_wait); in snd_hwdep_new()
468 wake_up(&hwdep->open_wait); in snd_hwdep_dev_disconnect()
H A Drawmidi.c451 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
477 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
551 wake_up(&rmidi->open_wait); in rawmidi_release_priv()
1684 init_waitqueue_head(&rmidi->open_wait); in snd_rawmidi_new()
1864 wake_up(&rmidi->open_wait); in snd_rawmidi_dev_disconnect()
H A Dpcm.c729 init_waitqueue_head(&pcm->open_wait); in _snd_pcm_new()
1103 wake_up(&pcm->open_wait); in snd_pcm_dev_disconnect()
H A Dpcm_native.c2815 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open()
2841 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_open()
2870 wake_up(&pcm->open_wait); in snd_pcm_release()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhwdep.h56 wait_queue_head_t open_wait; member
H A Drawmidi.h127 wait_queue_head_t open_wait; member
H A Dpcm.h524 wait_queue_head_t open_wait; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c159 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ member
246 open_wait(Sg_device *sdp, int flags) in open_wait() function
253 retval = wait_event_interruptible(sdp->open_wait, in open_wait()
266 retval = wait_event_interruptible(sdp->open_wait, in open_wait()
336 retval = open_wait(sdp, flags); in sg_open()
368 wake_up_interruptible(&sdp->open_wait); in sg_open()
400 wake_up_interruptible_all(&sdp->open_wait); in sg_release()
402 wake_up_interruptible(&sdp->open_wait); in sg_release()
1494 init_waitqueue_head(&sdp->open_wait); in sg_alloc()
1637 wake_up_interruptible_all(&sdp->open_wait); in sg_remove_device()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dz85230.h336 wait_queue_head_t open_wait; /* Tasks waiting to open */ member
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_seq.c87 wake_up(&hwdep->open_wait); in snd_opl3_synth_cleanup()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dgeneric.c626 wake_up_interruptible(&port->port.open_wait); in usb_serial_handle_dcd_change()
/OK3568_Linux_fs/kernel/drivers/ipack/devices/
H A Dipoctal.c655 wake_up_interruptible(&channel->tty_port.open_wait); in ipoctal_hangup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h242 wait_queue_head_t open_wait; /* Open waiters */ member
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c2516 add_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open()
2543 remove_wait_queue(&pcm->open_wait, &wait); in snd_pcm_oss_open()
2578 wake_up(&pcm->open_wait); in snd_pcm_oss_release()
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dtty.c636 wake_up_interruptible(&dev->port.open_wait); in rfcomm_dev_state_change()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c481 wake_up_interruptible(&port->port.open_wait); in sdio_uart_check_modem_status()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c1737 wake_up_interruptible(&port->open_wait); in uart_hangup()
3141 wake_up_interruptible(&port->open_wait); in uart_handle_dcd_change()

12