Searched refs:async (Results 51 - 75 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevio.c31 * 30.09.2005 0.3 Fix user-triggerable oops in async URB delivery
66 spinlock_t lock; /* protects the async urb lists */
79 struct async { struct
231 * async list handling
234 static struct async *alloc_async(unsigned int numisoframes)
236 struct async *as;
238 as = kzalloc(sizeof(struct async), GFP_KERNEL);
249 static void free_async(struct async *as)
258 static void async_newpending(struct async *as)
268 static void async_removepending(struct async *a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c402 ctrl->result = snd_pcm_async(pcm, ctrl->u.async.sig, ctrl->u.async.pid);
405 if (ctrl->u.async.sig >= 0) {
414 client->async_sig = ctrl->u.async.sig;
415 client->async_pid = ctrl->u.async.pid;
620 ctrl->result = snd_ctl_async(ctl, ctrl->u.async.sig, ctrl->u.async.pid);
623 if (ctrl->u.async.sig >= 0) {
632 client->async_sig = ctrl->u.async.sig;
633 client->async_pid = ctrl->u.async
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hcd.c92 #define EHCI_ASYNC_JIFFIES (HZ/20) /* async idle timeout */
93 #define EHCI_SHRINK_FRAMES 5 /* async qh unlink delay */
103 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
131 * the async ring; just the I/O watchdog. Note that if a
393 /* stop async processing after it's idled a bit */
395 start_unlink_async (ehci, ehci->async);
493 (ehci->async->qh_next.ptr != NULL ||
524 if (ehci->async)
602 * dedicate a qh for the async ring head, since we couldn't unlink
603 * a 'real' qh without stopping the async schedul
[all...]
H A Doxu210hp-hcd.c233 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
290 * async queue SHRINK often precedes IAA. while it's ready
718 if (oxu->async)
719 qh_put(oxu->async);
720 oxu->async = NULL;
751 oxu->async = oxu_qh_alloc(oxu);
752 if (!oxu->async)
1275 qtd->hw_alt_next = oxu->async->hw_alt_next;
1484 /* Move qh (and its qtds) onto async queue; maybe enable queue.
1491 /* (re)start the async schedul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dadl_pci9118.c647 (s->async->cur_chan + num_samples) / devpriv->ai_n_scanlen;
648 s->async->cur_chan += num_samples;
649 s->async->cur_chan %= devpriv->ai_n_scanlen;
683 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_EOA;
722 s->async->events = 0;
732 if ((sampl & 0x000f) != devpriv->chanlist[s->async->cur_chan]) {
738 devpriv->chanlist[s->async->cur_chan]);
739 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_EOA;
747 s->async->cur_chan++;
748 if (s->async
[all...]
H A Dmite.h153 struct comedi_async *async);
155 struct comedi_async *async);
167 struct comedi_async *async);
H A Dusbduxfast.c374 s->async->events |= COMEDI_CB_EOA;
375 s->async->events |= COMEDI_CB_ERROR;
385 s->async->events |= COMEDI_CB_EOA;
386 s->async->events |= COMEDI_CB_ERROR;
408 s->async->events |= COMEDI_CB_EOA;
441 s->async->events |= COMEDI_CB_EOA;
442 s->async->events |= COMEDI_CB_ERROR;
732 s->async->inttrig = NULL;
753 struct comedi_cmd *cmd = &s->async->cmd;
779 s->async
[all...]
H A Dni_tio.h157 extern int ni_tio_cmd(struct ni_gpct *counter, struct comedi_async *async);
H A Drtd520.c1327 if (CHAN_ARRAY_TEST(devpriv->chanBipolar, s->async->cur_chan)) {
1332 if (!comedi_buf_put(s->async, sample))
1355 if (CHAN_ARRAY_TEST(devpriv->chanBipolar, s->async->cur_chan)) {
1360 if (!comedi_buf_put(s->async, sample))
1443 if (CHAN_ARRAY_TEST(devpriv->chanBipolar, s->async->cur_chan)) {
1450 if (++s->async->cur_chan >= s->async->cmd.chanlist_len)
1451 s->async->cur_chan = 0;
1464 n = comedi_buf_write_alloc(s->async, ii * sizeof(s16));
1468 s->async
[all...]
H A Dcomedi_parport.c305 comedi_buf_put(s->async, 0);
306 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOS;
H A Ddas16.c919 struct comedi_async *async = s->async; local
920 struct comedi_cmd *cmd = &async->cmd;
1227 struct comedi_async *async; local
1236 /* initialize async here to make sure it is not NULL */
1237 async = s->async;
1238 cmd = &async->cmd;
1259 async->events |= COMEDI_CB_ERROR | COMEDI_CB_EOA;
1267 async
[all...]
H A Ddt282x.c480 if (!s->async->prealloc_buf) {
481 printk(KERN_ERR "async->data disappeared. dang!\n");
496 s->async->events |= COMEDI_CB_OVERFLOW;
513 if (!s->async->prealloc_buf) {
514 printk(KERN_ERR "async->data disappeared. dang!\n");
540 s->async->events |= COMEDI_CB_EOA;
629 s->async->events |= COMEDI_CB_ERROR;
636 s->async->events |= COMEDI_CB_ERROR;
811 struct comedi_cmd *cmd = &s->async->cmd;
1089 s->async
[all...]
H A Dcb_pcidas64.c2685 struct comedi_async *async = s->async; local
2686 struct comedi_cmd *cmd = &async->cmd;
2806 struct comedi_async *async = s->async; local
2807 struct comedi_cmd *cmd = &async->cmd;
2873 struct comedi_async *async = s->async; local
2874 struct comedi_cmd *cmd = &async->cmd;
2913 struct comedi_async *async local
2960 struct comedi_async *async = s->async; local
3083 struct comedi_async *async; local
[all...]
H A Dme4000.c1370 struct comedi_cmd *cmd = &s->async->cmd;
1796 s->async->events = 0;
1830 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_EOA;
1840 s->async->events |= COMEDI_CB_BLOCK;
1858 s->async->events |= COMEDI_CB_ERROR | COMEDI_CB_EOA;
1872 if (!comedi_buf_put(s->async, lval)) {
1882 s->async->events |= COMEDI_CB_OVERFLOW;
1905 s->async->events |= COMEDI_CB_BLOCK | COMEDI_CB_EOA;
1922 if (!comedi_buf_put(s->async, lval)) {
1926 s->async
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_local.h27 int (*async)(snd_ctl_t *handle, int sig, pid_t pid); member in struct:_snd_ctl_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Dmain.c28 #include <linux/async.h>
199 * @async: If unset, wait only if the device's power.async_suspend flag is set.
201 static void dpm_wait(struct device *dev, bool async) argument
206 if (async || (pm_async_enabled && dev->power.async_suspend))
216 static void dpm_wait_for_children(struct device *dev, bool async) argument
218 device_for_each_child(dev, &async, dpm_wait_fn);
518 * @async: If true, the device is being resumed asynchronously.
520 static int device_resume(struct device *dev, pm_message_t state, bool async) argument
527 dpm_wait(dev->parent, async);
577 pm_dev_err(dev, pm_transition, " async", erro
840 __device_suspend(struct device *dev, pm_message_t state, bool async) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dautoprobe.c13 #include <linux/async.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3120.c446 s->async->cur_chan = 0;
633 struct comedi_cmd *cmd = &s->async->cmd;
641 /* UPDATE-0.7.57->0.7.68devpriv->AiData=s->async->data; */
642 devpriv->AiData = s->async->prealloc_buf;
643 /* UPDATE-0.7.57->0.7.68devpriv->ui_AiDataLength=s->async->data_len; */
644 devpriv->ui_AiDataLength = s->async->prealloc_bufsz;
775 s->async->cur_chan = 0;
1566 s->async->events |= COMEDI_CB_EOA;
1659 s->async->events = 0;
1662 err &= comedi_buf_put(s->async, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A DMakefile.am17 libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c names.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A DMakefile57 obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddialup.tex92 \func{bool}{Dial}{\param{const wxString\& }{nameOfISP = wxEmptyString}, \param{const wxString\& }{username = wxEmptyString}, \param{const wxString\& }{password = wxEmptyString}, \param{bool }{async = true}}
105 If {\it async} parameter is {\tt false}, the function waits until the end of dialing
108 If {\it async} is {\tt true}, the function only initiates the connection and
116 Returns true if (async) dialing is in progress.
127 with async parameter equal to {\tt true}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddialup.cpp65 * 3. add an async version of dialing functions which notify the caller about
97 bool async);
114 // returns true if (async) dialing is in progress
118 // cancel dialing the number initiated with Dial(async = true)
322 bool async)
333 if ( async )
319 Dial(const wxString &isp, const wxString & WXUNUSED(username), const wxString & WXUNUSED(password), bool async) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.h327 int async; /*Driver under control of async end */ member in struct:toshoboe_cb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs.h103 struct ib_uverbs_async_event_desc async; member in union:ib_uverbs_event::__anon11557
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dasync.c2 * async.c: Asynchronous function calls for boot performance
32 The async core will assign each scheduled event such a sequence cookie and
51 #include <linux/async.h>

Completed in 233 milliseconds

123456789