Searched refs:complete (Results 101 - 125 of 1678) sorted by path

1234567891011>>

/linux-master/drivers/acpi/x86/
H A Dlpss.c1227 .complete = acpi_subsys_complete,
/linux-master/drivers/ata/
H A Dlibata-core.c1479 complete(waiting);
2039 * the VERIFY command will complete after the disk spins up.
3806 /* reset complete, clear SError */
4739 * @qc: Command to complete
4816 * @qc: Command to complete
6563 * after the sleep is complete. IOW, other ports sharing the
H A Dlibata-scsi.c175 complete(&ap->park_req_pending);
2612 * This may happen before SCSI scan is complete. Make
4312 /* no-op's, complete with success */
H A Dpata_arasan_cf.c205 /* Completion for transfer complete interrupt from controller */
207 /* Completion for DMA transfer complete. */
361 complete(&acdev->dma_completion);
421 /* Wait for DMA to complete */
451 * complete interrupt. Between after FIFO_SIZE data
466 /* wait for read to complete */
489 /* wait for write to complete */
623 complete(&acdev->cf_completion);
631 complete(&acdev->cf_completion);
640 complete(
[all...]
H A Dpata_pxa.c41 complete(&pd->dma_done);
107 * DMA transfer so we always have DMA-complete interrupt here.
/linux-master/drivers/auxdisplay/
H A Darm-charlcd.c63 * @complete: completion structure for the last LCD command
72 struct completion complete; member in struct:charlcd
85 complete(&lcd->complete);
96 ret = wait_for_completion_interruptible_timeout(&lcd->complete,
168 init_completion(&lcd->complete);
/linux-master/drivers/base/
H A Ddevtmpfs.c401 complete(&req->done);
432 * synchronously waits for it to complete.
438 complete(&setup_done);
/linux-master/drivers/base/power/
H A Dmain.c231 * dpm_wait - Wait for a PM operation to complete.
468 error ? "aborted" : "complete",
1071 callback = dev->pm_domain->ops.complete;
1074 callback = dev->type->pm->complete;
1077 callback = dev->class->pm->complete;
1080 callback = dev->bus->pm->complete;
1085 callback = dev->driver->pm->complete;
1103 * Execute the ->complete() callbacks for all devices whose PM status is not
1141 * dpm_resume_end - Execute "resume" callbacks and complete system transition.
1144 * Execute "resume" callbacks for all devices and complete th
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-spi.c74 async->m.complete = regmap_spi_complete;
/linux-master/drivers/block/
H A Damiflop.c333 complete(&ms_wait_completion);
1363 * which is only true if we complete writing a track within three seconds
H A Dataflop.c702 complete(&format_wait);
1341 complete(&format_wait);
H A Dfloppy.c4123 struct completion complete; member in struct:rb0_cbdata
4136 complete(&cbdata->complete);
4162 init_completion(&cbdata.complete);
4167 wait_for_completion(&cbdata.complete);
H A Dloop.c1917 /* complete non-aio request */
1978 .complete = lo_complete_rq,
H A Dnbd.c842 * complete this request, otherwise error out
901 bool complete; local
904 complete = __test_and_clear_bit(NBD_CMD_INFLIGHT,
907 if (complete)
1799 .complete = nbd_complete_rq,
H A Dps3disk.c227 complete(&dev->done);
H A Drbd.c3466 complete(&rbd_dev->releasing_wait);
4867 * Read the complete header for the given rbd device. On successful
4882 * The complete header will include an array of its 64-bit
7295 * IO to complete/fail.
/linux-master/drivers/block/aoe/
H A Daoechr.c166 complete(&emsgs_comp);
H A Daoecmd.c1226 complete(&k->rendez); /* tell spawner we're running */
1241 complete(&k->rendez); /* tell spawner we're stopping */
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c1717 * socket buffers, as we may complete right away
2399 complete(&completion_work->done);
H A Ddrbd_receiver.c691 complete(&ad->door_bell);
1279 complete(&ctx->done);
1735 /* Wake up any processes waiting for this peer request to complete. */
2142 * I don't think we may complete this just yet
2473 * earlier peer request to complete.
2749 * and our progress is necessary for application IO to complete. */
H A Ddrbd_state.c1498 complete(ascw->done);
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c780 * to complete
938 * @timeout Time in ms to wait for the command to complete.
944 * -EAGAIN Time out waiting for command to complete.
988 /* wait for io to complete if non atomic */
1223 dbg_printk(MTIP_DRV_NAME "Time taken to complete standby cmd: %d ms\n",
2375 * Blocking wait for FTL rebuild to complete
2415 "FTL rebuild complete (%d secs).\n",
2424 "Timed out waiting for FTL rebuild to complete (%d secs).\n",
3387 .complete = mtip_softirq_done_fn,
/linux-master/drivers/block/null_blk/
H A Dmain.c206 MODULE_PARM_DESC(completion_nsec, "Time in ns to complete a request in hardware. Default: 10,000ns");
1554 * path will complete the request using blk_mq_complete_request().
1663 .complete = null_complete_rq,
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c659 * or RTRS will not be able to complete request with failure
1199 .complete = rnbd_softirq_done_fn,
H A Drnbd-srv.c79 complete(sess_dev->destroy_comp);

Completed in 1325 milliseconds

1234567891011>>