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

  /external/u-boot/include/
mailbox.h 67 * mbox_get_by_index - Get/request a mailbox by integer index
82 int mbox_get_by_index(struct udevice *dev, int index, struct mbox_chan *chan);
  /external/u-boot/drivers/mailbox/
mailbox-uclass.c 31 int mbox_get_by_index(struct udevice *dev, int index, struct mbox_chan *chan) function
88 return mbox_get_by_index(dev, index, chan);
  /external/u-boot/drivers/misc/
tegra186_bpmp.c 179 ret = mbox_get_by_index(dev, 0, &priv->mbox);
181 pr_err("mbox_get_by_index() failed: %d\n", ret);

Completed in 417 milliseconds