Home
last modified time | relevance | path

Searched refs:held (Results 1 – 9 of 9) sorted by relevance

/drivers/crypto/ccp/
A Dccp-crypto-main.c95 struct ccp_crypto_cmd *held = NULL, *tmp; in ccp_crypto_cmd_complete() local
109 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 …]
/drivers/gpu/drm/i915/
A Di915_vma_resource.c165 bool held = refcount_inc_not_zero(&vma_res->hold_count); in i915_vma_resource_hold() local
167 if (held) in i915_vma_resource_hold()
170 return held; in i915_vma_resource_hold()
/drivers/hid/
A Dwacom.h121 bool held; member
A Dwacom_wac.c4125 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()
/drivers/md/
A Dmd-cluster.c1536 int slot, my_slot, ret, held = 1, i = 0; in lock_all_bitmaps() local
1562 held = -1; in lock_all_bitmaps()
1566 return held; in lock_all_bitmaps()
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management290 cryptographic certificates held by the Interface for use in Component
/drivers/regulator/
A Dcore.c226 struct regulator_dev *held, *contended; in regulator_lock_two() local
240 held = rdev1; in regulator_lock_two()
243 regulator_unlock(held); in regulator_lock_two()
248 swap(held, contended); in regulator_lock_two()
/drivers/char/
A DKconfig164 button; it will still execute a hard reset if the button is held
/drivers/scsi/aic7xxx/
A Daic79xx.seq2160 * CTXTDONE may be held off if a NONPACKREQ is associated with

Completed in 36 milliseconds