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

1234567891011>>

/drivers/video/
H A Dvt8500lcdfb.h22 wait_queue_head_t wait; member in struct:vt8500lcd_info
/drivers/staging/speakup/
H A Dthread.c2 #include <linux/wait.h>
23 DEFINE_WAIT(wait);
28 prepare_to_wait(&speakup_event, &wait,
42 finish_wait(&speakup_event, &wait);
/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/net/ethernet/cisco/enic/
H A Dvnic_dev.c268 int wait)
297 for (delay = 0; delay < wait; delay++) {
334 u64 *a0, u64 *a1, int wait)
346 err = _vnic_dev_cmd(vdev, proxy_cmd, wait);
366 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait)
373 err = _vnic_dev_cmd(vdev, cmd, wait);
394 u64 *a0, u64 *a1, int wait)
401 a0, a1, wait);
404 a0, a1, wait);
407 return vnic_dev_cmd_no_proxy(vdev, cmd, a0, a1, wait);
267 _vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) argument
332 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
365 vnic_dev_cmd_no_proxy(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
393 vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) argument
414 int wait = 1000; local
426 int wait = 1000; local
458 int wait = 1000; local
480 int wait = 1000; local
499 int wait = 1000; local
506 int wait = 1000; local
519 int wait = 1000; local
526 int wait = 1000; local
533 int wait = 1000; local
550 int wait = 1000; local
557 int wait = 1000; local
574 int wait = 1000; local
592 int wait = 1000; local
612 int wait = 1000; local
619 int wait = 1000; local
639 int wait = 1000; local
658 int wait = 1000; local
675 int wait = 1000; local
693 int wait = 1000; local
707 int wait = 1000; local
745 int wait = 1000; local
796 int wait = 1000; local
817 int wait = 1000; local
833 int wait = 1000; local
969 int wait = 1000; local
992 int wait = 1000; local
1003 int wait = 1000; local
[all...]
H A Denic_res.c124 int wait = 1000; local
127 err = vnic_dev_cmd(enic->vdev, CMD_VLAN_ADD, &a0, &a1, wait);
137 int wait = 1000; local
140 err = vnic_dev_cmd(enic->vdev, CMD_VLAN_DEL, &a0, &a1, wait);
153 int wait = 1000; local
162 return vnic_dev_cmd(enic->vdev, CMD_NIC_CFG, &a0, &a1, wait);
168 int wait = 1000; local
170 return vnic_dev_cmd(enic->vdev, CMD_RSS_KEY, &a0, &a1, wait);
176 int wait = 1000; local
178 return vnic_dev_cmd(enic->vdev, CMD_RSS_CPU, &a0, &a1, wait);
[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
[all...]
H A Dvnic_wq_copy.c32 unsigned int wait; local
37 for (wait = 0; wait < 100; wait++) {
/drivers/staging/line6/
H A Ddumprequest.c40 wake_up(&l6dr->wait);
65 return wait_event_interruptible(l6dr->wait,
74 wait_event(l6dr->wait, l6dr->in_progress == LINE6_DUMP_NONE);
82 return wait_event_timeout(l6dr->wait,
110 init_waitqueue_head(&l6dr->wait);
H A Ddumprequest.h16 #include <linux/wait.h>
44 wait_queue_head_t wait; member in struct:line6_dump_request
H A Dpod.h18 #include <linux/wait.h>
62 wait_queue_head_t wait; member in struct:ValueWait
/drivers/isdn/sc/
H A Dincludes.h15 #include <linux/wait.h>
/drivers/media/video/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/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/media/video/omap3isp/
H A Dispqueue.h33 #include <linux/wait.h>
80 * @wait: Wait queue to signal buffer completion
107 wait_queue_head_t wait; member in struct:isp_video_buffer
185 struct file *file, poll_table *wait);
/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h65 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait);
/drivers/staging/iio/
H A Diio_core.h37 struct poll_table_struct *wait);
/drivers/input/serio/
H A Dlibps2.c46 wait_event_timeout(ps2dev->wait,
95 wait_event_timeout(ps2dev->wait,
228 timeout = wait_event_timeout(ps2dev->wait,
234 wait_event_timeout(ps2dev->wait,
276 init_waitqueue_head(&ps2dev->wait);
329 wake_up(&ps2dev->wait);
352 wake_up(&ps2dev->wait);
357 wake_up(&ps2dev->wait);
370 wake_up(&ps2dev->wait);
/drivers/hid/usbhid/
H A Dusbhid.h32 #include <linux/wait.h>
97 wait_queue_head_t wait; /* For sleeping */ member in struct:usbhid_device
/drivers/media/video/cx18/
H A Dcx18-fileops.h31 unsigned int cx18_v4l2_enc_poll(struct file *filp, poll_table *wait);
/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c65 static int aq100x_reset(struct cphy *phy, int wait) argument
68 * Ignore the caller specified wait time; always wait for the reset to
269 unsigned int v, v2, gpio, wait; local
290 wait = 500; /* in 10ms increments */
305 } while (v && --wait);
314 wait = (500 - wait) * 10 + 1000;
315 if (wait > 3000)
316 CH_WARN(adapter, "PHY%d: reset took %ums\n", phy_addr, wait);
[all...]
/drivers/net/wireless/mwifiex/
H A Ddecl.h26 #include <linux/wait.h>
100 wait_queue_head_t wait; member in struct:mwifiex_wait_queue
/drivers/char/
H A Dsnsc.c177 /* something went wrong with wait */
189 DECLARE_WAITQUEUE(wait, current);
199 add_wait_queue(&sd->sd_rq, &wait);
204 remove_wait_queue(&sd->sd_rq, &wait);
206 /* wait was interrupted */
269 /* something went wrong with wait */
286 DECLARE_WAITQUEUE(wait, current);
295 add_wait_queue(&sd->sd_wq, &wait);
300 remove_wait_queue(&sd->sd_wq, &wait);
302 /* wait wa
326 scdrv_poll(struct file *file, struct poll_table_struct *wait) argument
[all...]
/drivers/isdn/hardware/eicon/
H A Ddivasi.c77 static unsigned int um_idi_poll(struct file *file, poll_table * wait);
370 static unsigned int um_idi_poll(struct file *file, poll_table * wait) argument
385 poll_wait(file, &p_os->read_wait, wait);
510 DECLARE_WAITQUEUE(wait, curtask);
512 add_wait_queue(&p_os->close_wait, &wait);
522 remove_wait_queue(&p_os->close_wait, &wait);
527 DECLARE_WAITQUEUE(wait, curtask);
529 add_wait_queue(&p_os->close_wait, &wait);
539 remove_wait_queue(&p_os->close_wait, &wait);
/drivers/isdn/mISDN/
H A Dtimerdev.c38 wait_queue_head_t wait; member in struct:mISDNtimerdev
65 init_waitqueue_head(&dev->wait);
106 wait_event_interruptible(dev->wait, (dev->work ||
130 mISDN_poll(struct file *filep, poll_table *wait) argument
136 printk(KERN_DEBUG "%s(%p, %p)\n", __func__, filep, wait);
138 poll_wait(filep, &dev->wait, wait);
158 wake_up_interruptible(&timer->dev->wait);
170 wake_up_interruptible(&dev->wait);

Completed in 1746 milliseconds

1234567891011>>