Searched refs:hwrng_req_list (Results 1 – 3 of 3) sorted by relevance
/trusty/kernel/services/hwrng/ |
D | hwrng_service.c | 56 static struct list_node hwrng_req_list = LIST_INITIAL_VALUE(hwrng_req_list); variable 70 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, in hwrng_handle_req_queue() 143 list_add_tail(&hwrng_req_list, &ctx->node); in hwrng_handle_msg()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwrng_srv.c | 57 static struct list_node hwrng_req_list = LIST_INITIAL_VALUE(hwrng_req_list); variable 102 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, struct hwrng_chan_ctx, in hwrng_handle_req_queue() 172 list_add_tail(&hwrng_req_list, &ctx->node); in hwrng_chan_handle_msg()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwrng_srv.c | 54 static struct list_node hwrng_req_list = LIST_INITIAL_VALUE(hwrng_req_list); variable 100 list_for_every_entry_safe(&hwrng_req_list, ctx, temp, struct hwrng_chan_ctx, in hwrng_handle_req_queue() 175 list_add_tail(&hwrng_req_list, &ctx->node); in hwrng_chan_handle_msg()
|