Home
last modified time | relevance | path

Searched refs:dmatables_region (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/sep/
Dsep_main.c197 void **dmatables_region, in sep_allocate_dmatables_region() argument
209 current->pid, dmatables_region); in sep_allocate_dmatables_region()
211 if (!dma_ctx || !dmatables_region) { in sep_allocate_dmatables_region()
231 if (*dmatables_region) { in sep_allocate_dmatables_region()
232 memcpy(tmp_region, *dmatables_region, dma_ctx->dmatables_len); in sep_allocate_dmatables_region()
233 kfree(*dmatables_region); in sep_allocate_dmatables_region()
234 *dmatables_region = NULL; in sep_allocate_dmatables_region()
237 *dmatables_region = tmp_region; in sep_allocate_dmatables_region()
1848 void **dmatables_region, in sep_prepare_empty_lli_table() argument
1860 if (dmatables_region && *dmatables_region) in sep_prepare_empty_lli_table()
[all …]
Dsep_driver_api.h298 void **dmatables_region,
313 void **dmatables_region,
343 void **dmatables_region,
Dsep_crypto.h308 void *dmatables_region; member
Dsep_crypto.c1118 &ta_ctx->dcb_region, &ta_ctx->dmatables_region, in sep_crypto_take_sep()
1314 &ta_ctx->dmatables_region, in sep_crypto_block_data()
2292 &ta_ctx->dmatables_region, in sep_hash_update()
2524 &ta_ctx->dmatables_region, in sep_hash_digest()