Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dmailbox.h101 int mbox_get_by_name(struct udevice *dev, const char *name,
/OK3568_Linux_fs/u-boot/drivers/mailbox/
H A Dsandbox-mbox-test.c20 return mbox_get_by_name(dev, "test", &sbmt->chan); in sandbox_mbox_test_get()
H A Dmailbox-uclass.c78 int mbox_get_by_name(struct udevice *dev, const char *name, in mbox_get_by_name() function