Searched refs:held (Results 1 – 9 of 9) sorted by relevance
95 struct ccp_crypto_cmd *held = NULL, *tmp; in ccp_crypto_cmd_complete() local109 held = tmp; in ccp_crypto_cmd_complete()137 return held; in ccp_crypto_cmd_complete()179 while (held) { in ccp_crypto_complete()183 held->cmd->flags |= CCP_CMD_MAY_BACKLOG; in ccp_crypto_complete()184 ret = ccp_enqueue_cmd(held->cmd); in ccp_crypto_complete()189 ctx = crypto_tfm_ctx_dma(held->req->tfm); in ccp_crypto_complete()191 ret = ctx->complete(held->req, ret); in ccp_crypto_complete()192 crypto_request_complete(held->req, ret); in ccp_crypto_complete()200 kfree(held); in ccp_crypto_complete()[all …]
165 bool held = refcount_inc_not_zero(&vma_res->hold_count); in i915_vma_resource_hold() local167 if (held) in i915_vma_resource_hold()170 return held; in i915_vma_resource_hold()
121 bool held; member
4125 led->held = true; in wacom_24hd_update_leds()4128 led->held = false; in wacom_24hd_update_leds()4175 led->held = false; in wacom_update_led()4179 if (led->held && pressed) in wacom_update_led()4191 next_led->held = true; in wacom_update_led()
1536 int slot, my_slot, ret, held = 1, i = 0; in lock_all_bitmaps() local1562 held = -1; in lock_all_bitmaps()1566 return held; in lock_all_bitmaps()
290 cryptographic certificates held by the Interface for use in Component
226 struct regulator_dev *held, *contended; in regulator_lock_two() local240 held = rdev1; in regulator_lock_two()243 regulator_unlock(held); in regulator_lock_two()248 swap(held, contended); in regulator_lock_two()
164 button; it will still execute a hard reset if the button is held
2160 * CTXTDONE may be held off if a NONPACKREQ is associated with
Completed in 36 milliseconds