Searched refs:async (Results 26 - 50 of 303) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dusb-tusb6010.c115 printk(error, "async", status);
154 unsigned int async, unsigned int sync,
162 status = gpmc_cs_request(async, SZ_16M, (unsigned long *)
170 async_cs = async;
152 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async, unsigned int sync, unsigned int dmachan) argument
/linux-master/drivers/base/power/
H A Dmain.c31 #include <linux/async.h>
233 * @async: If unset, wait only if the device's power.async_suspend flag is set.
235 static void dpm_wait(struct device *dev, bool async) argument
240 if (async || (pm_async_enabled && dev->power.async_suspend))
250 static void dpm_wait_for_children(struct device *dev, bool async) argument
252 device_for_each_child(dev, &async, dpm_wait_fn);
255 static void dpm_wait_for_suppliers(struct device *dev, bool async) argument
271 dpm_wait(link->supplier, async);
276 static bool dpm_wait_for_superior(struct device *dev, bool async) argument
298 dpm_wait(parent, async);
310 dpm_wait_for_consumers(struct device *dev, bool async) argument
333 dpm_wait_for_subordinate(struct device *dev, bool async) argument
618 device_resume_noirq(struct device *dev, pm_message_t state, bool async) argument
769 device_resume_early(struct device *dev, pm_message_t state, bool async) argument
903 device_resume(struct device *dev, pm_message_t state, bool async) argument
1203 device_suspend_noirq(struct device *dev, pm_message_t state, bool async) argument
1376 device_suspend_late(struct device *dev, pm_message_t state, bool async) argument
1583 device_suspend(struct device *dev, pm_message_t state, bool async) argument
[all...]
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_3120.c207 struct comedi_cmd *cmd = &s->async->cmd;
243 if (dmalen0 > s->async->prealloc_bufsz)
244 dmalen0 = s->async->prealloc_bufsz;
245 if (dmalen1 > s->async->prealloc_bufsz)
246 dmalen1 = s->async->prealloc_bufsz;
428 struct comedi_async *async = s->async; local
429 struct comedi_cmd *cmd = &async->cmd;
442 async->events |= COMEDI_CB_ERROR;
451 async
474 struct comedi_async *async = s->async; local
[all...]
H A Dadv_pci1710.c395 struct comedi_cmd *cmd = &s->async->cmd;
403 s->async->events |= COMEDI_CB_ERROR;
409 s->async->events |= COMEDI_CB_ERROR;
416 ret = pci1710_ai_read_sample(dev, s, s->async->cur_chan, &val);
418 s->async->events |= COMEDI_CB_ERROR;
425 s->async->scans_done >= cmd->stop_arg) {
426 s->async->events |= COMEDI_CB_EOA;
438 struct comedi_async *async = s->async; local
439 struct comedi_cmd *cmd = &async
[all...]
H A Ddas800.c368 struct comedi_async *async = s->async; local
369 struct comedi_cmd *cmd = &async->cmd;
424 struct comedi_async *async; local
439 async = s->async;
440 cmd = &async->cmd;
476 async->scans_done >= cmd->stop_arg) {
477 async->events |= COMEDI_CB_EOA;
484 async
[all...]
H A Dusbduxfast.c228 struct comedi_async *async = s->async; local
229 struct comedi_cmd *cmd = &async->cmd;
242 async->scans_done >= cmd->stop_arg)
243 async->events |= COMEDI_CB_EOA;
247 if (!(async->events & COMEDI_CB_CANCEL_MASK)) {
253 async->events |= COMEDI_CB_ERROR;
262 struct comedi_async *async = s->async; local
279 async
[all...]
H A Ddt2811.c18 * [1] - IRQ (optional, needed for async command support)
196 struct comedi_async *async = s->async; local
197 struct comedi_cmd *cmd = &async->cmd;
206 async->events |= COMEDI_CB_OVERFLOW;
219 if (cmd->stop_src == TRIG_COUNT && async->scans_done >= cmd->stop_arg)
220 async->events |= COMEDI_CB_EOA;
255 struct comedi_cmd *cmd = &s->async->cmd;
565 /* IRQ's 2,3,5,7 are valid for async command support */
H A Dadl_pci9118.c409 struct comedi_cmd *cmd = &s->async->cmd;
466 struct comedi_cmd *cmd = &s->async->cmd;
536 struct comedi_cmd *cmd = &s->async->cmd;
590 s->async->inttrig = NULL;
622 struct comedi_cmd *cmd = &s->async->cmd;
630 if (s->async->scans_done >= cmd->stop_arg)
631 s->async->events |= COMEDI_CB_EOA;
639 struct comedi_cmd *cmd = &s->async->cmd;
661 if (s->async->scans_done >= cmd->stop_arg)
662 s->async
[all...]
H A Dpcmmio.c315 s->async->inttrig = NULL;
326 struct comedi_cmd *cmd = &s->async->cmd;
349 s->async->scans_done >= cmd->stop_arg)
350 s->async->events |= COMEDI_CB_EOA;
384 struct comedi_cmd *cmd = &s->async->cmd;
428 struct comedi_cmd *cmd = &s->async->cmd;
435 s->async->inttrig = NULL;
449 struct comedi_cmd *cmd = &s->async->cmd;
457 s->async->inttrig = pcmmio_inttrig_start_intr;
H A Dpcmuio.c292 s->async->inttrig = NULL;
305 struct comedi_cmd *cmd = &s->async->cmd;
328 s->async->scans_done >= cmd->stop_arg)
329 s->async->events |= COMEDI_CB_EOA;
380 struct comedi_cmd *cmd = &s->async->cmd;
426 struct comedi_cmd *cmd = &s->async->cmd;
435 s->async->inttrig = NULL;
450 struct comedi_cmd *cmd = &s->async->cmd;
460 s->async->inttrig = pcmuio_inttrig_start_intr;
H A Dgsc_hpdi.c144 struct comedi_cmd *cmd = &s->async->cmd;
181 struct comedi_async *async = s->async; local
234 async->events |= COMEDI_CB_ERROR;
239 async->events |= COMEDI_CB_ERROR;
243 async->events |= COMEDI_CB_EOA;
278 struct comedi_async *async = s->async; local
279 struct comedi_cmd *cmd = &async->cmd;
H A Dadl_pci9111.c339 struct comedi_cmd *cmd = &s->async->cmd;
409 struct comedi_cmd *cmd = &s->async->cmd;
454 struct comedi_async *async; local
466 async = s->async;
467 cmd = &async->cmd;
492 async->events |= COMEDI_CB_ERROR;
503 if (cmd->stop_src == TRIG_COUNT && async->scans_done >= cmd->stop_arg)
504 async->events |= COMEDI_CB_EOA;
H A Dni_at_a2150.c137 struct comedi_async *async = s->async; local
138 struct comedi_cmd *cmd = &async->cmd;
153 async->events |= COMEDI_CB_ERROR;
158 async->events |= COMEDI_CB_ERROR;
201 async->events |= COMEDI_CB_EOA;
467 struct comedi_async *async = s->async; local
468 struct comedi_cmd *cmd = &async->cmd;
707 /* an IRQ and DMA are required to support async command
[all...]
H A Dni_pcidio.c343 comedi_buf_write_alloc(s, s->async->prealloc_bufsz);
378 struct comedi_async *async = s->async; local
433 async->events |= COMEDI_CB_EOA;
439 async->events |= COMEDI_CB_ERROR;
444 async->events |= COMEDI_CB_EOA;
448 async->events |= COMEDI_CB_EOA;
606 struct comedi_cmd *cmd = &s->async->cmd;
612 s->async->inttrig = NULL;
620 struct comedi_cmd *cmd = &s->async
[all...]
H A Ddas1800.c350 struct comedi_cmd *cmd = &s->async->cmd;
358 s->async->scans_done >= cmd->stop_arg)
449 struct comedi_async *async = s->async; local
450 struct comedi_cmd *cmd = &async->cmd;
469 async->events |= COMEDI_CB_ERROR;
483 async->events |= COMEDI_CB_EOA;
485 async->scans_done >= cmd->stop_arg) {
486 async->events |= COMEDI_CB_EOA;
748 struct comedi_cmd *cmd = &s->async
838 struct comedi_async *async = s->async; local
[all...]
H A Ddas16m1.c242 struct comedi_async *async = s->async; local
243 struct comedi_cmd *cmd = &async->cmd;
377 struct comedi_async *async = s->async; local
378 struct comedi_cmd *cmd = &async->cmd;
419 async->events |= COMEDI_CB_EOA;
428 async->events |= COMEDI_CB_ERROR;
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c467 struct efx_mcdi_async_param *async; local
472 async = list_first_entry_or_null(
474 if (async) {
476 efx_mcdi_send_request(efx, async->cmd,
477 (const efx_dword_t *)(async + 1),
478 async->inlen);
484 if (async)
500 struct efx_mcdi_async_param *async; local
536 async = list_first_entry(&mcdi->async_list,
538 list_del(&async
978 struct efx_mcdi_async_param *async; local
1131 struct efx_mcdi_async_param *async, *next; local
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap.c1445 struct regmap_async *async; local
1454 async = list_first_entry_or_null(&map->async_free,
1457 list_del(&async->list);
1458 kfree(async->work_buf);
1459 kfree(async);
1693 if (map->async && map->bus && map->bus->async_write) {
1694 struct regmap_async *async; local
1699 async = list_first_entry_or_null(&map->async_free,
1702 if (async)
1703 list_del(&async
2227 regmap_field_update_bits_base(struct regmap_field *field, unsigned int mask, unsigned int val, bool *change, bool async, bool force) argument
2276 regmap_fields_update_bits_base(struct regmap_field *field, unsigned int id, unsigned int mask, unsigned int val, bool *change, bool async, bool force) argument
3231 regmap_update_bits_base(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change, bool async, bool force) argument
3274 regmap_async_complete_cb(struct regmap_async *async, int ret) argument
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-async.c249 const __be32 *async; local
259 async = of_get_property(opal_node, "opal-msg-async-num", NULL);
260 if (!async) {
261 pr_err("%s: %pOF has no opal-msg-async-num\n",
267 opal_max_async_tokens = be32_to_cpup(async);
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dqmgr.h31 bool async; member in struct:nvkm_falcon_qmgr_seq
/linux-master/drivers/staging/media/tegra-video/
H A Dcsi.h10 #include <media/v4l2-async.h>
/linux-master/virt/kvm/
H A Dkvm_mm.h24 bool *async, bool write_fault, bool *writable);
/linux-master/kernel/rcu/
H A Drcuscale.c140 void (*async)(struct rcu_head *head, rcu_callback_t func); member in struct:rcu_scale_ops
182 .async = call_rcu_hurry,
239 .async = srcu_call_rcu,
268 .async = srcu_call_rcu,
297 .async = call_rcu_tasks,
335 .async = call_rcu_tasks_rude,
375 .async = call_rcu_tasks_trace,
507 cur_ops->async(rhp, rcu_scale_async_cb);
852 SCALEOUT_ERRSTRING("No expedited async GPs, so went with async!");
[all...]
/linux-master/net/ipv4/
H A Dxfrm4_input.c49 int xfrm4_transport_finish(struct sk_buff *skb, int async) argument
57 if (!async)
/linux-master/fs/btrfs/
H A Dfree-space-cache.h159 bool async);
162 u64 maxlen, bool async);

Completed in 256 milliseconds

1234567891011>>