Lines Matching refs:stream_flash_ctx
26 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()
458 int stream_flash_progress_save(const struct stream_flash_ctx *ctx, in stream_flash_progress_save()
480 int stream_flash_progress_clear(const struct stream_flash_ctx *ctx, in stream_flash_progress_clear()