Home
last modified time | relevance | path

Searched refs:mbox_get_by_index (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mailbox/
H A Dmailbox-uclass.c31 int mbox_get_by_index(struct udevice *dev, int index, struct mbox_chan *chan) in mbox_get_by_index() function
88 return mbox_get_by_index(dev, index, chan); in mbox_get_by_name()
/openbmc/u-boot/include/
H A Dmailbox.h81 int mbox_get_by_index(struct udevice *dev, int index, struct mbox_chan *chan);
/openbmc/u-boot/drivers/misc/
H A Dtegra186_bpmp.c179 ret = mbox_get_by_index(dev, 0, &priv->mbox); in tegra186_bpmp_probe()