Searched refs:mbox_send (Results 1 – 5 of 5) sorted by relevance
127 int mbox_send(struct mbox_chan *chan, const void *data);
27 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
103 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
42 ret = mbox_send(&chan->mbox, chan->smt.buf); in scmi_mbox_process_msg()
167 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()