Searched refs:complete (Results 101 - 125 of 1681) sorted by last modified time

1234567891011>>

/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);
H A Dsh_mobile_lcdcfb.c666 complete(&ch->vsync_completion);
H A Dpxafb.c1281 complete(&fbi->refresh_done);
1510 complete(&fbi->disable_done);
1515 complete(&fbi->command_done);
1523 complete(&fbi->overlay[0].branch_done);
1526 complete(&fbi->overlay[1].branch_done);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c489 complete((struct completion *)data);
1183 * required after DSIPHY reset to complete the reset of the DSI complex
2077 * required after DSIPHY reset to complete the reset of the DSI complex
2292 complete(vp_data->completion);
2317 DSSERR("Failed to complete previous frame transfer\n");
2342 complete(l4_data->completion);
2363 DSSERR("Failed to complete previous l4 transfer\n");
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c1594 dev_dbg(vi->dev, "notify complete, all subdevs registered\n");
1693 .complete = tegra_vi_graph_notify_complete,
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c51 * - state complete: to indicate that the state update was applied.
251 goto complete;
272 complete:
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-camss.c222 .complete = stfcamss_subdev_notifier_complete,

Completed in 447 milliseconds

1234567891011>>