Searched refs:its_flash_fs_ops_t (Results 1 – 10 of 10) sorted by relevance
22 extern const struct its_flash_fs_ops_t its_flash_fs_ops_nor;
23 extern const struct its_flash_fs_ops_t its_flash_fs_ops_ram;
39 extern const struct its_flash_fs_ops_t its_flash_fs_ops_nand;
79 const struct its_flash_fs_ops_t its_flash_fs_ops_ram = {
191 const struct its_flash_fs_ops_t its_flash_fs_ops_nor = {
242 const struct its_flash_fs_ops_t its_flash_fs_ops_nand = {
71 struct its_flash_fs_ops_t { struct205 const struct its_flash_fs_ops_t *fs_ops);
189 const struct its_flash_fs_ops_t *ops; /**< Filesystem flash operations */
143 const struct its_flash_fs_ops_t *fs_ops) in its_flash_fs_init_ctx()
149 The ITS filesystem flash interface is defined by ``struct its_flash_fs_ops_t``