Home
last modified time | relevance | path

Searched defs:vr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dipc_static_vrings.c15 struct ipc_static_vrings *vr; in ipc_virtio_notify() local
31 struct ipc_static_vrings *vr; in ipc_virtio_set_status() local
50 struct ipc_static_vrings *vr; in ipc_virtio_get_status() local
73 static int vq_setup(struct ipc_static_vrings *vr, unsigned int role) in vq_setup()
106 static int vq_teardown(struct ipc_static_vrings *vr, unsigned int role) in vq_teardown()
119 int ipc_static_vrings_init(struct ipc_static_vrings *vr, unsigned int role) in ipc_static_vrings_init()
141 int ipc_static_vrings_deinit(struct ipc_static_vrings *vr, unsigned int role) in ipc_static_vrings_deinit()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c46 struct ipc_static_vrings vr; member
251 static int vr_shm_configure(struct ipc_static_vrings *vr, const struct backend_config_t *conf) in vr_shm_configure()