Home
last modified time | relevance | path

Searched full:complete (Results 1 – 25 of 6109) sorted by relevance

12345678910>>...245

/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dcppi41.c120 u16 complete; member
157 [ 0] = { .submit = 32, .complete = 93},
158 [ 1] = { .submit = 34, .complete = 94},
159 [ 2] = { .submit = 36, .complete = 95},
160 [ 3] = { .submit = 38, .complete = 96},
161 [ 4] = { .submit = 40, .complete = 97},
162 [ 5] = { .submit = 42, .complete = 98},
163 [ 6] = { .submit = 44, .complete = 99},
164 [ 7] = { .submit = 46, .complete = 100},
165 [ 8] = { .submit = 48, .complete = 101},
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbfmisc.c154 #define COMPLETE(n) ((n)&&(!NEED_DESC(n))) macro
173 unsigned complete; in XkbWriteXKBKeymapForNames() local
178 complete = 0; in XkbWriteXKBKeymapForNames()
179 if (COMPLETE(names->keycodes)) in XkbWriteXKBKeymapForNames()
180 complete |= XkmKeyNamesMask; in XkbWriteXKBKeymapForNames()
181 if (COMPLETE(names->types)) in XkbWriteXKBKeymapForNames()
182 complete |= XkmTypesMask; in XkbWriteXKBKeymapForNames()
183 if (COMPLETE(names->compat)) in XkbWriteXKBKeymapForNames()
184 complete |= XkmCompatMapMask; in XkbWriteXKBKeymapForNames()
185 if (COMPLETE(names->symbols)) in XkbWriteXKBKeymapForNames()
[all …]
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dcompletion.rst17 calls and complete() instead.
40 - the signaling side through a call to complete() or complete_all().
65 complete(&early_console_added);
68 'complete' is not helpful unless the purpose is super obvious...
76 to prevent races with asynchronous complete() calls from occurring.
80 does not happen until all related activities (complete() or reinit_completion())
127 _killable() and _interruptible()) variants, the wait might complete
130 stack and cause subtle data corruption if a complete() is done in some
136 or has a lock or other synchronization mechanism to make sure complete()
160 wait_for_completion(&setup_done); complete(setup_done);
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/
H A Dtest-state.sh31 livepatch: '$MOD_LIVEPATCH': patching complete
40 livepatch: '$MOD_LIVEPATCH': unpatching complete
63 livepatch: '$MOD_LIVEPATCH': patching complete
73 livepatch: '$MOD_LIVEPATCH2': patching complete
83 livepatch: '$MOD_LIVEPATCH2': unpatching complete
108 livepatch: '$MOD_LIVEPATCH2': patching complete
118 livepatch: '$MOD_LIVEPATCH3': patching complete
129 livepatch: '$MOD_LIVEPATCH2': patching complete
138 livepatch: '$MOD_LIVEPATCH2': unpatching complete
161 livepatch: '$MOD_LIVEPATCH2': patching complete
[all …]
H A Dtest-callbacks.sh48 livepatch: '$MOD_LIVEPATCH': patching complete
57 livepatch: '$MOD_LIVEPATCH': unpatching complete
91 livepatch: '$MOD_LIVEPATCH': patching complete
105 livepatch: '$MOD_LIVEPATCH': unpatching complete
143 livepatch: '$MOD_LIVEPATCH': patching complete
155 livepatch: '$MOD_LIVEPATCH': unpatching complete
187 livepatch: '$MOD_LIVEPATCH': patching complete
204 livepatch: '$MOD_LIVEPATCH': unpatching complete
229 livepatch: '$MOD_LIVEPATCH': patching complete
236 livepatch: '$MOD_LIVEPATCH': unpatching complete
[all …]
H A Dtest-livepatch.sh39 livepatch: '$MOD_LIVEPATCH': patching complete
44 livepatch: '$MOD_LIVEPATCH': unpatching complete
83 livepatch: '$MOD_LIVEPATCH': patching complete
90 livepatch: '$MOD_REPLACE': patching complete
97 livepatch: '$MOD_REPLACE': unpatching complete
104 livepatch: '$MOD_LIVEPATCH': unpatching complete
143 livepatch: '$MOD_LIVEPATCH': patching complete
150 livepatch: '$MOD_REPLACE': patching complete
158 livepatch: '$MOD_REPLACE': unpatching complete
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d.hpp97 * wait until operation complete
111 * wait until operation complete
128 * wait until operation complete
144 * wait until operation complete
159 * wait until operation complete
173 * wait until operation complete
188 * wait until operation complete
201 * wait until operation complete
217 * wait until operation complete
235 * wait until operation complete
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dcryptd.c75 crypto_completion_t complete; member
84 crypto_completion_t complete; member
94 crypto_completion_t complete; member
159 * req->complete) and reschedule itself if there are more work to
179 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker()
180 req->complete(req, 0); in cryptd_queue_worker()
247 rctx->complete(&req->base, err); in cryptd_skcipher_complete()
276 req->base.complete = rctx->complete; in cryptd_skcipher_encrypt()
304 req->base.complete = rctx->complete; in cryptd_skcipher_decrypt()
318 rctx->complete = req->base.complete; in cryptd_skcipher_enqueue()
[all …]
H A Dahash.c28 crypto_completion_t complete; member
228 * .base.complete = ADJUSTED[pointer to completion function] in ahash_save_req()
232 * .complete = ORIGINAL(base.complete) in ahash_save_req()
238 priv->complete = req->base.complete; in ahash_save_req()
249 req->base.complete = cplt; in ahash_save_req()
268 priv->complete, priv->data); in ahash_restore_req()
282 priv->complete(&oreq, -EINPROGRESS); in ahash_notify_einprogress()
306 /* Complete the ORIGINAL request. */ in ahash_op_unaligned_done()
307 areq->base.complete(&areq->base, err); in ahash_op_unaligned_done()
394 areq->base.complete(&areq->base, err); in ahash_def_finup_done2()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_single.h33 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
55 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
73 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
93 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
121 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
141 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
160 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
182 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
206 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
224 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_single.h33 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
55 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
73 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
93 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
121 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
141 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
160 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
182 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
206 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
224 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_single.h33 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
55 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
73 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
93 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
121 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
141 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
160 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
182 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
206 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
224 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
[all …]
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_single.h33 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
55 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
73 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
93 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
121 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
141 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
160 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
182 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
206 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
224 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dtx.h27 * TX complete indication will be received a-synchronously in a TX done cyclic
43 * The TX Complete procedure:
44 * 1. To get a TX complete indication the host enables the tx_complete flag in
46 * 2. For each packet with a Tx Complete field set, the firmware adds the
49 * 3. The firmware sends a Tx Complete interrupt to the host to trigger the
51 * TX complete indication was requested in tx_control or per crossing
53 * 4. After receiving the Tx Complete interrupt, the host reads the
87 * If set, the target triggers the tx complete INT
173 /* Total media delay (from 1st EDCA AIFS counter until TX Complete). */
176 /* Time between host xfer and tx complete */
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_fifo.h62 #define LL_FIFO_ISR_TC (1 << 27) /* Transmit Complete */
63 #define LL_FIFO_ISR_RC (1 << 26) /* Receive Complete */
65 #define LL_FIFO_ISR_TRC (1 << 24) /* Transmit Reset Complete */
66 #define LL_FIFO_ISR_RRC (1 << 23) /* Receive Reset Complete */
73 #define LL_FIFO_IER_TC (1 << 27) /* Transmit Complete */
74 #define LL_FIFO_IER_RC (1 << 26) /* Receive Complete */
76 #define LL_FIFO_IER_TRC (1 << 24) /* Transmit Reset Complete */
77 #define LL_FIFO_IER_RRC (1 << 23) /* Receive Reset Complete */
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h236 * See Documentation/filesystems/caching/netfs-api.rst for a complete
256 * See Documentation/filesystems/caching/netfs-api.rst for a complete
273 * See Documentation/filesystems/caching/netfs-api.rst for a complete
291 * See Documentation/filesystems/caching/netfs-api.rst for a complete
318 * See Documentation/filesystems/caching/netfs-api.rst for a complete
354 * See Documentation/filesystems/caching/netfs-api.rst for a complete
397 * See Documentation/filesystems/caching/netfs-api.rst for a complete
413 * See Documentation/filesystems/caching/netfs-api.rst for a complete
428 * See Documentation/filesystems/caching/netfs-api.rst for a complete
444 * See Documentation/filesystems/caching/netfs-api.rst for a complete
[all …]
/OK3568_Linux_fs/kernel/arch/sh/include/mach-dreamcast/mach/
H A Dsysasic.h29 #define HW_EVENT_MAPLE_DMA (HW_EVENT_IRQ_BASE + 12) /* Maple DMA complete */
30 #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */
31 #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */
32 #define HW_EVENT_PVR2_DMA (HW_EVENT_IRQ_BASE + 19) /* PVR2 DMA complete */
35 #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/
H A Dkernel-dev.json13 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
35 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
57 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
79 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
101 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
123 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
145 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
167 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
189 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmaengine.h43 * dma_cookie_complete - complete a descriptor
44 * @tx: descriptor to complete
46 * Mark this descriptor complete by updating the channels completed
71 dma_cookie_t used, complete; in dma_cookie_status() local
74 complete = chan->completed_cookie; in dma_cookie_status()
77 state->last = complete; in dma_cookie_status()
82 return dma_async_is_complete(cookie, complete, used); in dma_cookie_status()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c236 * dpm_wait - Wait for a PM operation to complete.
473 error ? "aborted" : "complete", in dpm_show_time()
908 goto Complete; in device_resume()
913 goto Complete; in device_resume()
917 goto Complete; in device_resume()
974 Complete: in device_resume()
1047 * device_complete - Complete a PM transition for given device.
1063 callback = dev->pm_domain->ops.complete; in device_complete()
1066 callback = dev->type->pm->complete; in device_complete()
1069 callback = dev->class->pm->complete; in device_complete()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hwaccess_instr.h35 * Context: might sleep, waiting for reset to complete
47 * Context: might sleep, waiting for an ongoing dump to complete
69 * Context: will sleep, waiting for dump to complete
83 * Return: true if the dump is complete
92 * Context: might sleep, waiting for reset to complete
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dvia-cuda.c226 while (!req.complete) in find_via_cuda()
279 while (!req.complete) in find_via_cuda()
341 /* Complete the inbound transfer */ in sync_egret()
432 req->complete = 1; in cuda_send_request()
443 while (!req->complete) in cuda_send_request()
460 while (!req.complete) in cuda_adb_autopoll()
475 while (!req.complete) in cuda_reset_adb_bus()
490 req->complete = 1; in cuda_request()
511 req->complete = 1; in cuda_write()
516 req->complete = 0; in cuda_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-main.c156 req->complete(req, -EINPROGRESS); in ccp_crypto_complete()
169 backlog->req->complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete()
174 req->complete(req, -EINPROGRESS); in ccp_crypto_complete()
178 if (ctx->complete) in ccp_crypto_complete()
179 ret = ctx->complete(req, ret); in ccp_crypto_complete()
180 req->complete(req, ret); in ccp_crypto_complete()
194 if (ctx->complete) in ccp_crypto_complete()
195 ret = ctx->complete(held->req, ret); in ccp_crypto_complete()
196 held->req->complete(held->req, ret); in ccp_crypto_complete()
201 backlog->req->complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst64 measurement was not complete yet.
83 measurement was not complete yet.
114 measurement was not complete yet.
142 measurement was not complete yet.
171 measurement was not complete yet.
199 measurement was not complete yet.
220 measurement was not complete yet.
242 measurement was not complete yet.
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dclient.rst307 stopped or until any running complete callbacks have finished. But it is
309 within a complete callback. dmaengine_synchronize() must be called before it
311 accessed from within the complete callback.
314 complete callbacks to finish before it returns. But the function must not be
315 called from atomic context or from within a complete callback.
336 4. Check Txn complete
344 the documentation in include/linux/dmaengine.h for a more complete
368 wait for the transfer and any running complete callbacks to finish before it
373 submitted descriptors or to free any resources accessed within the complete

12345678910>>...245