Home
last modified time | relevance | path

Searched refs:ROLE_HOST (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.h141 #define ROLE_HOST VIRTIO_DEV_DRIVER macro
Dipc_rpmsg_static_vrings.c311 vq_id = (data->role == ROLE_HOST) ? VIRTQUEUE_ID_HOST : VIRTQUEUE_ID_REMOTE; in mbox_callback_process()
457 rpmsg_ept = (data->role == ROLE_HOST) ? in register_ept()
811 .role = DT_ENUM_IDX_OR(DT_DRV_INST(i), role, ROLE_HOST), \
850 if (config[i]->role == ROLE_HOST) { in DT_INST_FOREACH_STATUS_OKAY()