Searched refs:flash_ctx (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 127 struct flash_img_context flash_ctx; member 983 ret = flash_img_buffered_write(&hb_context.flash_ctx, body_data, body_len, in response_cb() 992 hb_context.dl.downloaded_size = flash_img_bytes_written(&hb_context.flash_ctx); in response_cb() 1410 flash_img_init(&hb_context.flash_ctx); in hawkbit_probe() 1433 if (flash_img_check(&hb_context.flash_ctx, &fic, FIXED_PARTITION_ID(SLOT1_LABEL))) { in hawkbit_probe()
|