Home
last modified time | relevance | path

Searched refs:updatehub_storage_context (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/
Dupdatehub_storage.h19 struct updatehub_storage_context { struct
23 int updatehub_storage_is_partition_good(struct updatehub_storage_context *ctx); argument
24 int updatehub_storage_init(struct updatehub_storage_context *ctx,
26 int updatehub_storage_write(struct updatehub_storage_context *ctx,
29 int updatehub_storage_check(struct updatehub_storage_context *ctx,
32 int updatehub_storage_mark_partition_to_upgrade(struct updatehub_storage_context *ctx,
Dupdatehub_storage.c14 int updatehub_storage_is_partition_good(struct updatehub_storage_context *ctx) in updatehub_storage_is_partition_good()
27 int updatehub_storage_init(struct updatehub_storage_context *ctx, in updatehub_storage_init()
41 int updatehub_storage_write(struct updatehub_storage_context *ctx, in updatehub_storage_write()
56 int updatehub_storage_check(struct updatehub_storage_context *ctx, in updatehub_storage_check()
69 int updatehub_storage_mark_partition_to_upgrade(struct updatehub_storage_context *ctx, in updatehub_storage_mark_partition_to_upgrade()
Dupdatehub.c63 struct updatehub_storage_context storage_ctx;