Searched refs:complete (Results 1 - 25 of 1670) sorted by last modified time

1234567891011>>

/linux-master/kernel/
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.
1405 * We cannot call complete after rcutree_report_cpu_dead() so we delegate it
2152 * releases it for the complete bringup.
/linux-master/drivers/i2c/
H A Di2c-core-base.c1194 complete(&adap->dev_released);
2291 * - When for example "num" is two and we successfully complete
/linux-master/drivers/dma/xilinx/
H A Dxdma.c889 complete(&xchan->last_interrupt);
950 /* if all data blocks are transferred, remove and complete the request */
/linux-master/drivers/dma/idxd/
H A Dirq.c460 complete(idxd->cmd_done);
H A Ddevice.c394 complete(&wq->wq_dead);
/linux-master/net/bluetooth/
H A Dmgmt.c1660 * the timeout happens in the complete handler.
3362 void mgmt_smp_complete(struct hci_conn *conn, bool complete) argument
3364 u8 status = complete ? MGMT_STATUS_SUCCESS : MGMT_STATUS_FAILED;
3814 * direct command complete event.
5241 bt_dev_dbg(hdev, "add monitor %d complete, status %d",
5450 bt_dev_dbg(hdev, "remove monitor %d complete, status %d",
7405 goto complete;
7414 complete:
7743 goto complete;
7819 complete
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h2319 void mgmt_smp_complete(struct hci_conn *conn, bool complete);
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c1420 complete(&svsb->init_completion);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c6055 complete(&ab->recovery_start);
6222 complete(&ar->completed_11d_scan);
6419 complete(&ar->completed_11d_scan);
6442 complete(&ar->completed_11d_scan);
6456 complete(&ar->completed_11d_scan);
8791 complete(&ab->reset_complete);
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c164 complete(&emac->tdown_complete);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c763 complete(&trans->completion);
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c653 complete(&bam_txn->txn_done);
1661 * complete page is read i.e. data_buf is not NULL.
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1632 complete(&ctrl->edu_done);
1655 complete(&ctrl->done);
1674 complete(&ctrl->dma_done);
/linux-master/drivers/mmc/host/
H A Dmoxart-mmc.c223 complete(&host->dma_complete);
296 complete(&host->pio_complete);
310 complete(&host->pio_complete);
327 complete(&host->pio_complete);
342 complete(&host->pio_complete);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c880 complete(&gpu->event_free);
1212 complete(&gpu->event_free);
1224 complete(&gpu->event_free);
1473 /* complete all events, the GPU won't do it after the reset */
1584 * - event 1 and event 0 complete
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c725 complete(&adev->dm.dmub_aux_transfer_done);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c1755 complete(&__scm->waitq_comp);
/linux-master/drivers/bluetooth/
H A Dhci_qca.c1209 complete(&qca->drop_ev_comp);
1613 bt_dev_info(hdev, "waiting for dump to complete");
1653 bt_dev_info(hdev, "waiting for dump to complete");
2520 * After FW download complete.
/linux-master/arch/arc/mm/
H A Dtlbex.S55 ; only need to save only a handful of regs, as opposed to complete reg file]
376 ; (stack switching / save the complete reg-file).
/linux-master/arch/arc/kernel/
H A Dentry.S260 ; Before returning to User mode check-for-and-complete any pending work
/linux-master/fs/btrfs/
H A Dscrub.c1879 complete(bio->bi_private);
H A Dinode.c7265 * to complete and retry, because if we do so we can
7273 * in the io tree only when the bios complete and
7286 * for it to complete) and then invalidate the pages for
7293 * complete), which makes readahead wait for that
7294 * ordered extent to complete while holding a lock on
7892 * complete and writeback to start. We also need to wait for ordered
7893 * extents to complete, because our fiemap implementation uses mainly
9331 complete(&delalloc_work->completion);
10983 * extents in the range to complete and finally we have locked the file range in
/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c368 * @ipc_send_compl: Send complete callback
369 * @ipc_send_compl_prm: Parameter to send in complete callback
454 bool complete = false; local
459 complete = ishtp_fw_is_ready(dev);
461 complete = ish_is_input_ready(dev);
467 if (!complete) {
473 } while (!complete && timeout > 0);
475 if (complete)
551 * Call ish_fw_reset_handler to complete FW reset
/linux-master/drivers/hid/
H A Dhid-mcp2221.c773 complete(&mcp->wait_in_report);
796 complete(&mcp->wait_in_report);
828 complete(&mcp->wait_in_report);
845 complete(&mcp->wait_in_report);
861 complete(&mcp->wait_in_report);
872 complete(&mcp->wait_in_report);
887 complete(&mcp->wait_in_report);
924 complete(&mcp->wait_in_report);
929 complete(&mcp->wait_in_report);
/linux-master/virt/kvm/
H A Dkvm_main.c783 * complete.
1918 * changes to those memslots are complete.
2967 * @async: whether this function need to wait IO complete if the
6575 complete(&init_context->init_done);

Completed in 763 milliseconds

1234567891011>>