Home
last modified time | relevance | path

Searched refs:stream_flash_ctx (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h56 struct stream_flash_ctx { struct
92 int stream_flash_init(struct stream_flash_ctx *ctx, const struct device *fdev, argument
104 size_t stream_flash_bytes_written(const struct stream_flash_ctx *ctx);
127 int stream_flash_buffered_write(struct stream_flash_ctx *ctx, const uint8_t *data,
145 __deprecated int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off);
162 int stream_flash_progress_load(struct stream_flash_ctx *ctx,
174 int stream_flash_progress_save(const struct stream_flash_ctx *ctx,
186 int stream_flash_progress_clear(const struct stream_flash_ctx *ctx,
/Zephyr-latest/subsys/storage/stream/
Dstream_flash.c26 struct stream_flash_ctx *ctx = (struct stream_flash_ctx *) param; in settings_direct_loader()
83 static int stream_flash_erase_to_append(struct stream_flash_ctx *ctx, size_t size) in stream_flash_erase_to_append()
134 int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off) in stream_flash_erase_page()
187 static int flash_sync(struct stream_flash_ctx *ctx) in flash_sync()
261 int stream_flash_buffered_write(struct stream_flash_ctx *ctx, const uint8_t *data, in stream_flash_buffered_write()
305 size_t stream_flash_bytes_written(const struct stream_flash_ctx *ctx) in stream_flash_bytes_written()
333 static inline int inspect_device(const struct stream_flash_ctx *ctx) in inspect_device()
356 static inline int inspect_device(const struct stream_flash_ctx *ctx) in inspect_device()
363 int stream_flash_init(struct stream_flash_ctx *ctx, const struct device *fdev, in stream_flash_init()
436 int stream_flash_progress_load(struct stream_flash_ctx *ctx, in stream_flash_progress_load()
[all …]
/Zephyr-latest/include/zephyr/dfu/
Dflash_img.h35 struct stream_flash_ctx stream;
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c31 static struct stream_flash_ctx ctx;
348 struct stream_flash_ctx bad_ctx = ctx; in ZTEST()
349 struct stream_flash_ctx cmp_ctx; in ZTEST()
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_flash_partition.c70 struct stream_flash_ctx stream_ctx;