Searched refs:flash_img_check (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/dfu/ |
D | flash_img.h | 44 struct flash_img_check { struct 110 int flash_img_check(struct flash_img_context *ctx, 111 const struct flash_img_check *fic,
|
/Zephyr-Core-3.5.0/tests/subsys/dfu/img_util/src/ |
D | main.c | 134 struct flash_img_check fic = { NULL, 0 }; in ZTEST() 145 ret = flash_img_check(NULL, NULL, 0); in ZTEST() 147 ret = flash_img_check(NULL, &fic, 0); in ZTEST() 149 ret = flash_img_check(&ctx, NULL, 0); in ZTEST() 152 ret = flash_img_check(&ctx, &fic, SLOT1_PARTITION_ID); in ZTEST() 155 ret = flash_img_check(&ctx, &fic, SLOT1_PARTITION_ID); in ZTEST() 159 ret = flash_img_check(&ctx, &fic, SLOT1_PARTITION_ID); in ZTEST() 162 ret = flash_img_check(&ctx, &fic, SLOT1_PARTITION_ID); in ZTEST()
|
/Zephyr-Core-3.5.0/subsys/mgmt/updatehub/ |
D | updatehub_storage.c | 64 const struct flash_img_check fic = { .match = hash, .clen = size }; in updatehub_storage_check() 66 return flash_img_check(&ctx->flash_ctx, &fic, partition_id); in updatehub_storage_check()
|
/Zephyr-Core-3.5.0/subsys/dfu/img_util/ |
D | flash_img.c | 102 int flash_img_check(struct flash_img_context *ctx, in flash_img_check() function 103 const struct flash_img_check *fic, in flash_img_check()
|
/Zephyr-Core-3.5.0/doc/ |
D | known-warnings.txt | 5 .*Duplicate C declaration.*\n.*'\.\. c:.*:: flash_img_check'.*
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt.c | 564 struct flash_img_check fic; in img_mgmt_upload() 598 if (flash_img_check(&ctx, &fic, g_img_mgmt_state.area_id) == 0) { in img_mgmt_upload() 671 struct flash_img_check fic = { in img_mgmt_upload() 676 if (flash_img_check(&ctx, &fic, g_img_mgmt_state.area_id) == 0) { in img_mgmt_upload()
|
/Zephyr-Core-3.5.0/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 963 struct flash_img_check fic; in hawkbit_probe() 1164 if (flash_img_check(&hb_context.flash_ctx, &fic, FIXED_PARTITION_ID(SLOT1_LABEL))) { in hawkbit_probe()
|