Searched refs:complete (Results 76 - 100 of 1681) sorted by last modified time

1234567891011>>

/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c68 complete(&hr_qp->free);
125 complete(&qp->free);
1231 complete(&hr_qp->free);
H A Dhns_roce_cq.c192 complete(&hr_cq->free);
507 complete(&hr_cq->free);
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_qp.c193 complete(&qp->safe_free);
H A Derdma_cmdq.c332 complete(&comp_wait->wait_event);
/linux-master/drivers/infiniband/core/
H A Drestrack.c268 complete(&res->comp);
H A Ddevice.c105 complete(&client->uses_zero);
338 complete(&device->unreg_completion);
H A Dcma.c267 complete(&cma_dev->comp);
985 complete(&id_priv->comp);
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_port.c178 msg->complete(msg);
349 msg->complete(msg);
651 msg->complete(msg);
849 msg->complete(msg);
882 msg->complete(msg);
922 * we call the complete callback
947 msg->complete(msg);
/linux-master/sound/usb/
H A Dmixer_scarlett2.c8439 complete(&private->cmd_done);
8485 complete(&private->cmd_done);
9171 * 0xff (erase complete) or we've waited 10 seconds (it usually takes
9192 /* Reboot the device; wait for the erase to complete if one is in
9234 /* If erasing, wait for it to complete */
9334 /* If the erase is complete, change the state from ERASING to
9348 /* If erasing, wait for it to complete */
9490 /* If erasing, wait for it to complete */
/linux-master/sound/soc/sof/
H A Dtopology.c2304 .complete = sof_complete,
H A Dsof-pci-dev.c160 .complete = snd_sof_complete,
H A Dsof-audio.h207 * @pipeline_complete: Function pointer for pipeline complete IPC
495 * @complete: flag used to indicate that pipeline set up is complete.
503 int complete; member in struct:snd_sof_pipeline
H A Dsof-audio.c88 * the complete flag
102 swidget->spipe->complete = 0;
213 dev_dbg(sdev->dev, "widget %s setup complete\n", swidget->widget->name);
715 /* complete pipelines */
740 if (spipe->complete)
744 spipe->complete = tplg_ops->pipeline_complete(sdev, pipe_widget);
745 if (spipe->complete < 0) {
746 ret = spipe->complete;
H A Dipc3-topology.c2076 dev_dbg(sdev->dev, "tplg: complete pipeline %s id %d\n",
2276 * sof_widget_setup() will be called in the 'complete pipeline' loop
2333 /* complete pipeline */
2337 /* only complete static pipelines */
2347 swidget->spipe->complete = sof_ipc3_complete_pipeline(sdev, swidget);
2348 if (swidget->spipe->complete < 0)
2349 return swidget->spipe->complete;
2423 swidget->spipe->complete = 0;
/linux-master/sound/soc/sof/intel/
H A Dhda-stream.c791 complete(&hda_stream->ioc);
/linux-master/sound/soc/
H A Dsoc-topology.c236 "ASoC: no complete control IO handler for %s type (g,p,i) %d:%d:%d at 0x%lx\n",
313 if (tplg->ops && tplg->ops->complete)
314 return tplg->ops->complete(tplg->comp);
2318 /* signal DAPM we are complete */
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c3482 .complete = skl_tplg_complete,
/linux-master/sound/soc/intel/common/
H A Dsst-ipc.c52 ret = wait_event_timeout(msg->waitq, msg->complete,
100 msg->complete = false;
248 msg->complete = true;
H A Dsst-ipc.h31 bool complete; member in struct:ipc_message
/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);

Completed in 328 milliseconds

1234567891011>>