Home
last modified time | relevance | path

Searched refs:mbox_send (Results 1 – 8 of 8) sorted by relevance

/u-boot/include/
A Dmailbox.h125 int mbox_send(struct mbox_chan *chan, const void *data);
/u-boot/drivers/mailbox/
A Dsandbox-mbox-test.c27 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
A Dmailbox-uclass.c116 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
/u-boot/drivers/firmware/scmi/
A Dmailbox_agent.c44 ret = mbox_send(&chan->mbox, chan->smt.buf); in scmi_mbox_process_msg()
/u-boot/drivers/firmware/
A Dfirmware-zynqmp.c43 ret = mbox_send(&zynqmp_power.tx_chan, &msg); in ipi_req()
A Dti_sci.c240 ret = mbox_send(&info->chan_tx, msg); in ti_sci_do_xfer()
/u-boot/drivers/misc/
A Dtegra186_bpmp.c172 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()
/u-boot/drivers/remoteproc/
A Dk3_system_controller.c181 ret = mbox_send(&priv->chan_tx, &msg); in k3_sysctrler_load()

Completed in 11 milliseconds