Lines Matching refs:off_t
99 static int flash_sam0_valid_range(off_t offset, size_t len) in flash_sam0_valid_range()
124 static int flash_sam0_check_status(off_t offset) in flash_sam0_check_status()
161 static int flash_sam0_write_page(const struct device *dev, off_t offset, in flash_sam0_write_page()
200 static int flash_sam0_erase_row(const struct device *dev, off_t offset) in flash_sam0_erase_row()
213 static int flash_sam0_commit(const struct device *dev, off_t base) in flash_sam0_commit()
236 static int flash_sam0_write(const struct device *dev, off_t offset, in flash_sam0_write()
261 off_t start = offset % sizeof(ctx->buf); in flash_sam0_write()
262 off_t base = offset - start; in flash_sam0_write()
289 static int flash_sam0_write(const struct device *dev, off_t offset, in flash_sam0_write()
344 static int flash_sam0_read(const struct device *dev, off_t offset, void *data, in flash_sam0_read()
359 static int flash_sam0_erase(const struct device *dev, off_t offset, in flash_sam0_erase()
405 off_t offset; in flash_sam0_write_protection()