Searched defs:complete (Results 1 - 9 of 9) sorted by relevance

/arch/s390/include/asm/
H A Dccwgroup.h40 * @complete: undo work done in @prepare
56 void (*complete) (struct ccwgroup_device *); member in struct:ccwgroup_driver
H A Dccwdev.h125 * @complete: undo work done in @prepare
143 void (*complete) (struct ccw_device *); member in struct:ccw_driver
/arch/arm/mach-msm/
H A Ddma.c95 struct completion complete; member in struct:msm_dmov_exec_cmdptr_cmd
111 complete(&cmd->complete);
124 init_completion(&cmd.complete);
127 wait_for_completion(&cmd.complete);
/arch/arm/mach-tegra/include/mach/
H A Ddma.h82 /* Called when the req is complete and from the DMA ISR context.
90 void (*complete)(struct tegra_dma_req *req); member in struct:tegra_dma_req
/arch/arm/mach-rpc/
H A Decard.c65 struct completion *complete; member in struct:ecard_request
282 complete(req->complete);
297 req->complete = &completion;
/arch/powerpc/include/asm/
H A Drtas.h71 struct completion *complete; /* wait on this until working == 0 */ member in struct:rtas_suspend_me_data
/arch/x86/kernel/
H A Dhpet.c381 * HPETs are a complete disaster. The compare register is
667 struct completion complete; member in struct:hpet_work_struct
682 complete(&hpet_work->complete);
695 init_completion(&work.complete);
698 wait_for_completion(&work.complete);
814 * register access and takes some time to complete. During
/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c490 * (purge complete).
920 * Poll PPU_TagStatus[gn] until 01 (Tag group 0 complete)
955 u32 complete; local
962 complete = ((SPU_SAVE_COMPLETE << SPU_STOP_STATUS_SHIFT) |
964 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0;
1009 * and wait for stop to complete.
1312 u32 complete; local
1319 complete = ((SPU_RESTORE_COMPLETE << SPU_STOP_STATUS_SHIFT) |
1321 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0;
/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c121 struct completion complete; member in struct:pmac_i2c_host_kw
270 complete(&host->complete);
337 complete(&host->complete);
455 INIT_COMPLETION(host->complete);
470 wait_for_completion(&host->complete);
513 init_completion(&host->complete);
673 complete(req->arg);
838 complete(mis
[all...]

Completed in 262 milliseconds