Searched refs:flash_ctx (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_storage.c | 38 return flash_img_init(&ctx->flash_ctx); in updatehub_storage_init() 50 ctx->flash_ctx.stream.bytes_written, size, in updatehub_storage_write() 53 return flash_img_buffered_write(&ctx->flash_ctx, data, size, flush); in updatehub_storage_write() 66 return flash_img_check(&ctx->flash_ctx, &fic, partition_id); in updatehub_storage_check()
|
D | updatehub_storage.h | 20 struct flash_img_context flash_ctx; member
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 137 struct flash_img_context flash_ctx; member 957 ret = flash_img_buffered_write(&hb_context->flash_ctx, body_data, body_len, in response_cb() 966 hb_context->dl.downloaded_size = flash_img_bytes_written(&hb_context->flash_ctx); in response_cb() 1455 flash_img_init(&s->hb_context.flash_ctx); in s_download() 1460 flash_area_ptr = s->hb_context.flash_ctx.flash_area; in s_download() 1479 if (flash_img_check(&s->hb_context.flash_ctx, &fic, flash_area_ptr->fa_id)) { in s_download()
|