Lines Matching defs:completion
11 #include <linux/completion.h>
96 struct completion *completion;
200 ctlr->completion = &done;
206 if (!wait_for_completion_timeout(ctlr->completion, adap->timeout)) {
220 ctlr->completion = NULL;
334 * Don't handle the interrupt if cltr->completion is NULL. We may
338 if (!ctlr->completion)
360 * Only use TRANS_CPLT to indicate the completion. On error cases we'll
366 complete(ctlr->completion);