Home
last modified time | relevance | path

Searched refs:backend_ops (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/subsys/ipc/ipc_service/src/
Dbackend.c65 const static struct ipc_service_backend backend_ops = { variable
85 &backend_ops);
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
Dipc_icmsg_v1.c46 const static struct ipc_service_backend backend_ops = { variable
84 &backend_ops);
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icmsg.c46 const static struct ipc_service_backend backend_ops = { variable
103 &backend_ops);
Dipc_icmsg_me_initiator.c169 const static struct ipc_service_backend backend_ops = { variable
217 &backend_ops);
Dipc_icmsg_me_follower.c263 const static struct ipc_service_backend backend_ops = { variable
311 &backend_ops);
Dipc_rpmsg_static_vrings.c766 const static struct ipc_service_backend backend_ops = { variable
839 &backend_ops);
Dipc_icbmsg.c1285 const static struct ipc_service_backend backend_ops = { variable
1461 &backend_ops);
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c99 ret = fs->backend_ops->read_block(fs, b->data, block); in ext2_get_block()
129 ret = fs->backend_ops->write_block(fs, b->data, b->num); in ext2_write_block()
204 dev_size = fs->backend_ops->get_device_size(fs); in ext2_init_storage()
210 write_size = fs->backend_ops->get_write_size(fs); in ext2_init_storage()
387 if (fs->backend_ops->sync(fs) < 0) { in ext2_close_fs()
793 ret = fs->backend_ops->sync(fs); in ext2_inode_sync()
Dext2_disk_access.c179 fs->backend_ops = &disk_access_ops; in ext2_init_disk_access_backend()
Dext2_struct.h244 const struct ext2_backend_ops *backend_ops; member
Dext2_format.c437 if ((ret >= 0) && (fs->backend_ops->sync(fs)) < 0) { in ext2_format()
Dext2_ops.c389 ret = fs->backend_ops->read_superblock(fs, &superblock); in ext2_mount()
Dext2_diskops.c1157 rc = fs->backend_ops->sync(fs); in ext2_free_inode()