Home
last modified time | relevance | path

Searched refs:flash_img_init (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/dfu/
Dflash_img.h66 int flash_img_init(struct flash_img_context *ctx);
/Zephyr-Core-3.6.0/tests/subsys/dfu/img_util/src/
Dmain.c25 ret = flash_img_init(&ctx_no_id); in ZTEST()
51 ret = flash_img_init(&ctx); in ZTEST()
/Zephyr-Core-3.6.0/subsys/mgmt/updatehub/
Dupdatehub_storage.c38 return flash_img_init(&ctx->flash_ctx); in updatehub_storage_init()
/Zephyr-Core-3.6.0/subsys/dfu/img_util/
Dflash_img.c96 int flash_img_init(struct flash_img_context *ctx) in flash_img_init() function
/Zephyr-Core-3.6.0/modules/canopennode/
Dcanopen_program.c95 err = flash_img_init(&ctx.flash_img_ctx); in canopen_odf_1f50()
/Zephyr-Core-3.6.0/subsys/usb/device/class/dfu/
Dusb_dfu.c368 if (flash_img_init(&dfu_data.ctx)) { in dfu_reset_counters()
/Zephyr-Core-3.6.0/subsys/mgmt/hawkbit/
Dhawkbit.c1144 flash_img_init(&hb_context.flash_ctx); in hawkbit_probe()
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.4.rst788 * Fixed out-of-bounds access and add flash_img_init return value check.