Home
last modified time | relevance | path

Searched refs:mbox_send_dt (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/drivers/mbox/mbox_error_cases/src/
Dmain.c122 ret = mbox_send_dt(&tx_channel, NULL); in ZTEST()
144 ret = mbox_send_dt(&rx_channel, NULL); in ZTEST()
175 ret = mbox_send_dt(&tx_channel, &data_msg); in ZTEST()
204 ret = mbox_send_dt(&tx_channel, NULL); in ZTEST()
212 ret = mbox_send_dt(&tx_channel, NULL); in ZTEST()
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dicmsg.c69 (void)mbox_send_dt(&dev_data->cfg->mbox_tx, NULL); in notify_process()
84 (void)mbox_send_dt(&dev_data->cfg->mbox_tx, NULL); in notify_process()
95 (void)mbox_send_dt(&dev_data->cfg->mbox_tx, NULL); in notify_process()
372 ret = mbox_send_dt(&conf->mbox_tx, NULL); in icmsg_send()
/Zephyr-latest/samples/drivers/mbox/remote/src/
Dmain.c62 ret = mbox_send_dt(&tx_channel, NULL); in main()
/Zephyr-latest/samples/drivers/mbox/src/
Dmain.c58 ret = mbox_send_dt(&tx_channel, NULL); in main()
/Zephyr-latest/samples/drivers/mbox_data/remote/src/
Dmain.c66 if (mbox_send_dt(&tx_channel, &msg) < 0) { in main()
/Zephyr-latest/samples/drivers/mbox_data/src/
Dmain.c58 if (mbox_send_dt(&tx_channel, &msg) < 0) { in main()
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/src/
Dmain.c91 if (mbox_send_dt(tx_channel, &msg) < 0) { in main()
/Zephyr-latest/drivers/firmware/scmi/
Dmailbox.c39 ret = mbox_send_dt(&mbox_chan->tx, NULL); in scmi_mbox_send_message()
/Zephyr-latest/drivers/ipm/
Dipm_mbox.c47 return mbox_send_dt(&config->mbox_tx, &message); in ipm_mbox_send()
/Zephyr-latest/tests/drivers/mbox/mbox_data/src/
Dmain.c121 ret_val = mbox_send_dt(tx_channel, &msg); in mbox_test()
/Zephyr-latest/include/zephyr/drivers/
Dmbox.h288 static inline int mbox_send_dt(const struct mbox_dt_spec *spec, in mbox_send_dt() function
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c301 mbox_send_dt(&conf->mbox_tx, NULL); in virtio_notify_cb()