Searched refs:wait (Results 726 - 750 of 2181) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c16 DECLARE_WAITQUEUE(wait, current);
42 /* wait for vbi_a or vbi_b*/
60 /* wait for brs_done */
72 /* wait for brs_done */
97 /* prepare to wait to be woken up by the irq-handler */
98 add_wait_queue(&vv->vbi_wq, &wait);
109 remove_wait_queue(&vv->vbi_wq, &wait);
165 /* wait for o_fid_a/b / e_fid_a/b toggle only if bit 1 is not set */
167 /* we don't wait here for the first field anymore. this is different from the video
185 /* wait fo
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed_mcu.c69 wait_event_timeout(wo->mcu.wait, !skb_queue_empty(&wo->mcu.res_q),
77 wake_up(&wo->mcu.wait);
402 init_waitqueue_head(&wo->mcu.wait);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-event.c72 ret = wait_event_interruptible(fh->wait,
150 wake_up_all(&fh->wait);
201 wake_up_all(&fh->wait);
/linux-master/crypto/
H A Dalgif_skcipher.c196 crypto_req_done, &ctx->wait);
200 &ctx->wait);
396 crypto_init_wait(&ctx->wait);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c200 DECLARE_WAITQUEUE(wait, current);
204 add_wait_queue(&self->wq, &wait);
217 remove_wait_queue(&self->wq, &wait);
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c177 DEFINE_WAIT(wait);
180 prepare_to_wait(&queue->waiting_worker_threads, &wait,
216 finish_wait(&queue->waiting_worker_threads, &wait);
360 * If we don't wait to ensure the thread is running VDO code, a quick kthread_stop (due to
491 /* ->waiting_worker_threads wait queue status? anyone waiting? */
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c80 * vblank wait before enabling the TV encoder and so we
476 "pipe %c scanline %s wait timed out\n",
660 DEFINE_WAIT(wait);
672 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE);
692 finish_wait(wq, &wait);
701 * wait here since it will fire too soon. We could use the
/linux-master/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c16 #include <linux/wait.h>
167 * @wait: poll table
171 static __poll_t vtpm_proxy_fops_poll(struct file *filp, poll_table *wait) argument
176 poll_wait(filp, &proxy_dev->wq, wait);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_init.c284 bool wait = false; local
318 wait = true;
326 if (wait)
/linux-master/drivers/platform/chrome/wilco_ec/
H A Devent.c44 #include <linux/wait.h>
185 * userspace, the device and char device that userspace is using, a wait queue
323 static __poll_t event_poll(struct file *filp, poll_table *wait) argument
328 poll_wait(filp, &dev_data->wq, wait);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c113 DEFINE_WAIT_FUNC(wait, woken_wake_function);
141 add_wait_queue(&rb->pollq, &wait);
154 wait_woken(&wait, TASK_INTERRUPTIBLE,
163 remove_wait_queue(&rb->pollq, &wait);
182 DEFINE_WAIT_FUNC(wait, woken_wake_function);
196 add_wait_queue(&rb->pollq, &wait);
213 wait_woken(&wait, TASK_INTERRUPTIBLE,
225 remove_wait_queue(&rb->pollq, &wait);
233 * @wait: Poll table structure pointer for which the driver adds
234 * a wait queu
239 iio_buffer_poll(struct file *filp, struct poll_table_struct *wait) argument
291 iio_buffer_poll_wrapper(struct file *filp, struct poll_table_struct *wait) argument
[all...]
/linux-master/drivers/rpmsg/
H A Drpmsg_char.c52 * @readq: wait object for incoming queue
293 static __poll_t rpmsg_eptdev_poll(struct file *filp, poll_table *wait) argument
301 poll_wait(filp, &eptdev->readq, wait);
310 mask |= rpmsg_poll(eptdev->ept, filp, wait);
/linux-master/drivers/misc/
H A Dnsm.c26 #include <linux/wait.h>
191 /* Forward a message to the NSM device and wait for the response from it */
225 /* If the kick succeeded, wait for the device's response. */
323 static int nsm_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) argument
329 /* NSM always needs to wait for a response */
330 if (!wait)
/linux-master/drivers/tty/
H A Dn_tty.c2162 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2232 add_wait_queue(&tty->read_wait, &wait);
2277 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE,
2297 * and we have nothing more to wait for, then
2306 remove_wait_queue(&tty->read_wait, &wait);
2329 remove_wait_queue(&tty->read_wait, &wait);
2362 DEFINE_WAIT_FUNC(wait, woken_wake_function);
2377 add_wait_queue(&tty->write_wait, &wait);
2431 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
2436 remove_wait_queue(&tty->write_wait, &wait);
2457 n_tty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c25 #include <sys/wait.h>
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c15 #include <sys/wait.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_FCOMI.c14 #include <sys/wait.h>
/linux-master/drivers/media/firewire/
H A Dfiredtv.h20 #include <linux/wait.h>
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S84 /* Enable CP0 interrupt 2 and wait for interrupt */
100 wait
H A Ds3-mips.S67 /* Enable CP0 interrupt 2 and wait for interrupt */
81 wait
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S55 bl i_dll_wait @ wait for dll to lock
78 bl i_dll_wait @ wait for possible lock
94 * wait for it to finish, use 32k sync counter, 1tick=31uS.
180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
189 * wait for it to finish, use 32k sync counter, 1tick=31uS.
246 /* wait for bypass */
282 bne wait_lock @ wait if not
H A Dsram243x.S55 bl i_dll_wait @ wait for dll to lock
78 bl i_dll_wait @ wait for possible lock
94 * wait for it to finish, use 32k sync counter, 1tick=31uS.
180 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
189 * wait for it to finish, use 32k sync counter, 1tick=31uS.
246 /* wait for bypass */
282 bne wait_lock @ wait if not
/linux-master/include/linux/
H A Duprobes.h17 #include <linux/wait.h>
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h15 #include <linux/wait.h>
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-cldma.h208 const void *bin, u32 size, bool wait);
222 * @wait_queue: wait queue to wake for wake event
224 * @wait_condition: condition to wait on wait queue

Completed in 294 milliseconds

<<21222324252627282930>>