Searched refs:wait (Results 1 - 25 of 904) sorted by relevance

1234567891011>>

/drivers/video/fbdev/
H A Dvt8500lcdfb.h22 wait_queue_head_t wait; member in struct:vt8500lcd_info
/drivers/net/ethernet/cisco/enic/
H A Denic_api.h28 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait);
H A Dvnic_dev.c270 int wait)
299 for (delay = 0; delay < wait; delay++) {
339 u64 *a0, u64 *a1, int wait)
351 err = _vnic_dev_cmd(vdev, proxy_cmd, wait);
371 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)
378 err = _vnic_dev_cmd(vdev, cmd, wait);
399 u64 *a0, u64 *a1, int wait)
406 a0, a1, wait);
409 a0, a1, wait);
412 return vnic_dev_cmd_no_proxy(vdev, cmd, a0, a1, wait);
269 _vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
337 vnic_dev_cmd_proxy(struct vnic_dev *vdev, enum vnic_devcmd_cmd proxy_cmd, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
370 vnic_dev_cmd_no_proxy(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
398 vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
419 int wait = 1000; local
431 int wait = 1000; local
462 int wait = 1000; local
484 int wait = 1000; local
503 int wait = 1000; local
510 int wait = 1000; local
521 int wait = 1000; local
528 int wait = 1000; local
535 int wait = 1000; local
552 int wait = 1000; local
559 int wait = 1000; local
576 int wait = 1000; local
593 int wait = 1000; local
615 int wait = 1000; local
622 int wait = 1000; local
642 int wait = 1000; local
661 int wait = 1000; local
678 int wait = 1000; local
696 int wait = 1000; local
709 int wait = 1000; local
747 int wait = 1000; local
798 int wait = 1000; local
819 int wait = 1000; local
835 int wait = 1000; local
983 int wait = 1000; local
1006 int wait = 1000; local
1017 int wait = 1000; local
1040 int wait = 1000; local
1067 int wait = 1000; local
[all...]
H A Denic_api.c30 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)
40 err = vnic_dev_cmd(vdev, cmd, a0, a1, wait);
29 enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
/drivers/message/i2o/
H A Dexec-osm.c44 /* global wait list for POST WAIT */
55 struct list_head list; /* node in global wait list */
75 * Allocate the i2o_exec_wait struct and initialize the wait.
82 struct i2o_exec_wait *wait; local
84 wait = kzalloc(sizeof(*wait), GFP_KERNEL);
85 if (!wait)
88 INIT_LIST_HEAD(&wait->list);
89 spin_lock_init(&wait->lock);
91 return wait;
98 i2o_exec_wait_free(struct i2o_exec_wait *wait) argument
126 struct i2o_exec_wait *wait; local
219 struct i2o_exec_wait *wait, *tmp; local
[all...]
/drivers/scsi/fnic/
H A Dvnic_dev.c233 u64 *a0, u64 *a1, int wait)
265 for (delay = 0; delay < wait; delay++) {
297 int wait = 1000; local
310 err = vnic_dev_cmd(vdev, CMD_MCPU_FW_INFO, &a0, &a1, wait);
322 int wait = 1000; local
328 err = vnic_dev_cmd(vdev, CMD_DEV_SPEC, &a0, &a1, wait);
354 int wait = 1000; local
355 return vnic_dev_cmd(vdev, CMD_STATS_CLEAR, &a0, &a1, wait);
361 int wait = 1000; local
374 return vnic_dev_cmd(vdev, CMD_STATS_DUMP, &a0, &a1, wait);
232 vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
380 int wait = 1000; local
387 int wait = 1000; local
394 int wait = 1000; local
401 int wait = 1000; local
408 int wait = 1000; local
425 int wait = 1000; local
432 int wait = 1000; local
449 int wait = 1000; local
456 int wait = 1000; local
476 int wait = 1000; local
493 int wait = 1000; local
511 int wait = 1000; local
529 int wait = 1000; local
549 int wait = 1000; local
583 int wait = 1000; local
590 int wait = 1000; local
[all...]
H A Dvnic_wq_copy.c32 unsigned int wait; local
37 for (wait = 0; wait < 100; wait++) {
/drivers/media/platform/vivid/
H A Dvivid-radio-tx.h24 unsigned int vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
H A Dvivid-radio-rx.h24 unsigned int vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
/drivers/misc/vmw_vmci/
H A Dvmci_driver.h20 #include <linux/wait.h>
/drivers/staging/speakup/
H A Dthread.c2 #include <linux/wait.h>
23 DEFINE_WAIT(wait);
29 prepare_to_wait(&speakup_event, &wait,
43 finish_wait(&speakup_event, &wait);
/drivers/gpu/drm/msm/mdp/
H A Dmdp_kms.c88 struct mdp_irq_wait *wait = local
90 wait->count--;
96 struct mdp_irq_wait wait = { local
103 mdp_irq_register(mdp_kms, &wait.irq);
104 wait_event_timeout(wait_event, (wait.count <= 0),
106 mdp_irq_unregister(mdp_kms, &wait.irq);
/drivers/gpu/drm/omapdrm/
H A Domap_irq.c106 struct omap_irq_wait *wait = local
108 wait->count--;
115 struct omap_irq_wait *wait = kzalloc(sizeof(*wait), GFP_KERNEL); local
116 wait->irq.irq = wait_irq;
117 wait->irq.irqmask = irqmask;
118 wait->count = count;
119 omap_irq_register(dev, &wait->irq);
120 return wait;
123 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, argument
[all...]
/drivers/isdn/sc/
H A Dincludes.h15 #include <linux/wait.h>
/drivers/media/pci/ivtv/
H A Divtv-fileops.h31 unsigned int ivtv_v4l2_enc_poll(struct file *filp, poll_table * wait);
32 unsigned int ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
/drivers/misc/mic/host/
H A Dmic_fops.h30 unsigned int mic_poll(struct file *f, poll_table *wait);
/drivers/misc/ibmasm/
H A Dr_heartbeat.c51 init_waitqueue_head(&rhb->wait);
80 wait_event_interruptible_timeout(rhb->wait,
98 wake_up_interruptible(&rhb->wait);
/drivers/hid/
H A Dhid-roccat.c47 wait_queue_head_t wait; member in struct:roccat_device
83 DECLARE_WAITQUEUE(wait, current);
89 add_wait_queue(&device->wait, &wait);
92 /* wait for data */
114 remove_wait_queue(&device->wait, &wait);
140 static unsigned int roccat_poll(struct file *file, poll_table *wait) argument
143 poll_wait(file, &reader->device->wait, wait);
[all...]
/drivers/char/hw_random/
H A Dtpm-rng.c26 static int tpm_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) argument
/drivers/input/serio/
H A Dlibps2.c45 wait_event_timeout(ps2dev->wait,
94 wait_event_timeout(ps2dev->wait,
227 timeout = wait_event_timeout(ps2dev->wait,
233 wait_event_timeout(ps2dev->wait,
275 init_waitqueue_head(&ps2dev->wait);
328 wake_up(&ps2dev->wait);
351 wake_up(&ps2dev->wait);
356 wake_up(&ps2dev->wait);
369 wake_up(&ps2dev->wait);
/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h64 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait);
/drivers/staging/line6/
H A Dvariax.h17 #include <linux/wait.h>
/drivers/staging/media/omap4iss/
H A Diss_ipipe.h41 * @wait: Wait queue used to stop the module
54 wait_queue_head_t wait; member in struct:iss_ipipe_device
/drivers/dma-buf/
H A Dseqno-fence.c62 return f->ops->wait(fence, intr, timeout);
70 .wait = seqno_wait,
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Doutpdp.h21 wait_queue_head_t wait; member in struct:nvkm_output_dp::__anon795
60 int nvkm_output_dp_train(struct nvkm_output *, u32 rate, bool wait);

Completed in 893 milliseconds

1234567891011>>