Searched refs:mbox_send (Results 1 – 4 of 4) sorted by relevance
126 int mbox_send(struct mbox_chan *chan, const void *data);
26 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
100 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
166 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()