Home
last modified time | relevance | path

Searched refs:mbox_tx (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/lib/
Dicmsg.c67 (void)mbox_send(&dev_data->cfg->mbox_tx, NULL); in notify_process()
359 __ASSERT_NO_MSG(conf->mbox_tx.dev != NULL); in icmsg_send()
361 ret = mbox_send(&conf->mbox_tx, NULL); in icmsg_send()
460 __ASSERT_NO_MSG(conf->mbox_tx.dev != NULL); in icmsg_send_nocopy()
462 ret = mbox_send(&conf->mbox_tx, NULL); in icmsg_send_nocopy()
/Zephyr-Core-3.5.0/include/zephyr/ipc/
Dicmsg.h40 struct mbox_channel mbox_tx; member
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/
Dipc_icmsg.c63 .mbox_tx = MBOX_DT_CHANNEL_GET(DT_DRV_INST(i), tx), \
Dipc_rpmsg_static_vrings.c58 struct mbox_channel mbox_tx; member
294 if (conf->mbox_tx.dev) { in virtio_notify_cb()
295 mbox_send(&conf->mbox_tx, NULL); in virtio_notify_cb()
782 .mbox_tx = MBOX_DT_CHANNEL_GET(DT_DRV_INST(i), tx), \
Dipc_icmsg_me_initiator.c249 .mbox_tx = MBOX_DT_CHANNEL_GET(DT_DRV_INST(i), tx), \
Dipc_icmsg_me_follower.c347 .mbox_tx = MBOX_DT_CHANNEL_GET(DT_DRV_INST(i), tx), \