HomeSort by relevance Sort by last modified time
    Searched refs:mbox_free (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
mailbox.h 104 * mbox_free - Free a previously requested mailbox channel.
110 int mbox_free(struct mbox_chan *chan);
  /external/u-boot/drivers/mailbox/
sandbox-mbox-test.c 40 return mbox_free(&sbmt->chan);
mailbox-uclass.c 91 int mbox_free(struct mbox_chan *chan) function
  /external/u-boot/drivers/misc/
tegra186_bpmp.c 222 mbox_free(&priv->mbox);
233 mbox_free(&priv->mbox);

Completed in 136 milliseconds