Searched refs:complete (Results 51 - 75 of 1678) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/intel/catpt/
H A Dipc.c209 complete(&cdev->fw_ready);
229 complete(&ipc->busy_completion);
281 complete(&cdev->ipc.done_completion);
/linux-master/sound/soc/intel/avs/
H A Dskl.c29 complete(&adev->ipc->done_completion);
H A Dipc.c265 complete(&adev->fw_ready);
301 complete(&ipc->busy_completion);
H A Dcnl.c26 complete(&adev->ipc->done_completion);
H A Dcldma.c259 complete(&cl->completion);
/linux-master/sound/soc/fsl/
H A Dimx-audio-rpmsg.c65 complete(&info->cmd_complete);
/linux-master/sound/soc/codecs/
H A Dwm8996.c682 dev_dbg(component->dev, "DC servo complete for %x\n", mask);
2503 complete(&wm8996->dcs_done);
2511 complete(&wm8996->fll_lock);
H A Dwm8994.c2474 complete(completion);
H A Dwm8993.c1433 complete(&wm8993->fll_lock);
H A Dwm8962.c1931 /* Wait for it to complete, should be well under 100ms */
1948 dev_dbg(component->dev, "DC servo complete after %dms\n",
3130 complete(&wm8962->fll_lock);
H A Dwm5100.c2187 complete(&wm5100->fll[0].lock);
2191 complete(&wm5100->fll[1].lock);
H A Dwm2200.c2135 complete(&wm2200->fll_lock);
H A Dcs43130.c2257 complete(&cs43130->xtal_rdy);
2262 complete(&cs43130->pll_rdy);
2271 complete(&cs43130->hpload_evt);
2279 complete(&cs43130->hpload_evt);
2287 complete(&cs43130->hpload_evt);
2295 complete(&cs43130->hpload_evt);
2303 complete(&cs43130->hpload_evt);
2311 complete(&cs43130->hpload_evt);
2319 complete(&cs43130->hpload_evt);
H A Dcs35l56.c42 /* Wait for patching to complete */
1078 * Wait for patching to complete when transitioning from
1191 * disabling the parent irq until we complete resume().
1263 * a BIAS_OFF->BIAS_STANDBY transition to complete dsp patching.
1585 complete(&cs35l56->init_completion);
H A Dcs35l35.c180 dev_err(cs35l35->dev, "PDN_DONE did not complete\n");
1127 complete(&cs35l35->pdn_done);
/linux-master/sound/pci/hda/
H A Dhda_intel.c1009 * and system suspend, so don't use direct-complete here.
1166 .complete = pm_sleep_ptr(azx_complete),
H A Dhda_codec.c2975 /* If no other pm-functions are called between prepare() and complete() */
3020 .complete = pm_sleep_ptr(hda_codec_pm_complete),
/linux-master/sound/core/
H A Dinit.c596 complete(card->release_completion);
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c687 complete(pi->stop_completion);
/linux-master/kernel/
H A Dworkqueue.c1096 * false positives. Note that this isn't complete as one may construct a
2011 * work item is complete.
2041 complete(&pwq->wq->first_flusher->done);
2742 complete(detach_completion);
3226 * flush_work() and complete() primitives (except for single-threaded
3588 * queued. Once conversion from tasklet is complete, the need_more_worker() test
3644 complete(&dead_work->done);
3722 complete(&barr->done);
3868 complete(&wq->first_flusher->done);
3997 /* complete al
[all...]
H A Dcpu.c270 complete(done);
358 * because the AP cannot issue complete() at this stage.
434 * because the AP cannot issue complete() so early in the bringup.
546 * Wait for currently running CPU hotplug operations to complete (if any) and
1046 * When complete or on error, should_run is cleared and the completion is fired.
1359 * We cannot call complete after rcutree_report_cpu_dead() so we delegate it
2104 * releases it for the complete bringup.
/linux-master/kernel/livepatch/
H A Dtransition.c87 * The transition to the target patch state is complete. Clean up the data
152 pr_notice("'%s': %s complete\n", klp_transition_patch->mod->name,
456 bool complete = true; local
472 complete = false;
483 complete = false;
495 if (!complete) {
H A Dcore.c378 * necessary to complete the transition without forcing and breaking
596 complete(&patch->finish);
1091 pr_warn("The livepatch transition may never complete.\n");
/linux-master/include/media/
H A Dv4l2-async.h90 * @complete: All connections have been bound successfully. The complete
99 int (*complete)(struct v4l2_async_notifier *notifier); member in struct:v4l2_async_notifier_operations
/linux-master/drivers/video/fbdev/
H A Duvesafb.c70 * the buffer contents and then complete the task.
108 complete(task->done);

Completed in 1415 milliseconds

1234567891011>>