Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmailbox.h126 int mbox_send(struct mbox_chan *chan, const void *data);
/external/u-boot/drivers/mailbox/
Dsandbox-mbox-test.c26 return mbox_send(&sbmt->chan, &msg); in sandbox_mbox_test_send()
Dmailbox-uclass.c100 int mbox_send(struct mbox_chan *chan, const void *data) in mbox_send() function
/external/u-boot/drivers/misc/
Dtegra186_bpmp.c166 ret = mbox_send(&priv->mbox, NULL); in tegra186_bpmp_ivc_notify()