Searched refs:mbox_send (Results 1 – 8 of 8) sorted by relevance
125 int mbox_send(struct mbox_chan *chan, const void *data);
27 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
116 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
44 ret = mbox_send(&chan->mbox, chan->smt.buf); in scmi_mbox_process_msg()
43 ret = mbox_send(&zynqmp_power.tx_chan, &msg); in ipi_req()
240 ret = mbox_send(&info->chan_tx, msg); in ti_sci_do_xfer()
172 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()
181 ret = mbox_send(&priv->chan_tx, &msg); in k3_sysctrler_load()
Completed in 11 milliseconds