Lines Matching refs:off_t
128 typedef int (*flash_api_read)(const struct device *dev, off_t offset,
139 typedef int (*flash_api_write)(const struct device *dev, off_t offset,
155 typedef int (*flash_api_erase)(const struct device *dev, off_t offset,
199 typedef int (*flash_api_sfdp_read)(const struct device *dev, off_t offset,
245 __syscall int flash_read(const struct device *dev, off_t offset, void *data,
248 static inline int z_impl_flash_read(const struct device *dev, off_t offset, in z_impl_flash_read()
276 __syscall int flash_write(const struct device *dev, off_t offset,
280 static inline int z_impl_flash_write(const struct device *dev, off_t offset, in z_impl_flash_write()
320 __syscall int flash_erase(const struct device *dev, off_t offset, size_t size);
322 static inline int z_impl_flash_erase(const struct device *dev, off_t offset, in z_impl_flash_erase()
379 __syscall int flash_fill(const struct device *dev, uint8_t val, off_t offset, size_t size);
418 __syscall int flash_flatten(const struct device *dev, off_t offset, size_t size);
421 off_t start_offset; /* offset from the base of flash address */
437 off_t offset,
511 __syscall int flash_sfdp_read(const struct device *dev, off_t offset,
515 off_t offset, in z_impl_flash_sfdp_read()
654 __syscall int flash_copy(const struct device *src_dev, off_t src_offset,
655 const struct device *dst_dev, off_t dst_offset, off_t size, uint8_t *buf,