Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
Dtegra186_bpmp.c222 mbox_free(&priv->mbox); in tegra186_bpmp_probe()
233 mbox_free(&priv->mbox); in tegra186_bpmp_remove()
/external/u-boot/include/
Dmailbox.h110 int mbox_free(struct mbox_chan *chan);
/external/u-boot/drivers/mailbox/
Dsandbox-mbox-test.c40 return mbox_free(&sbmt->chan); in sandbox_mbox_test_free()
Dmailbox-uclass.c91 int mbox_free(struct mbox_chan *chan) in mbox_free() function