Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dmailbox.c21 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
23 ut_assertok(sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
25 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dmbox.h18 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg);
/OK3568_Linux_fs/u-boot/drivers/mailbox/
H A Dsandbox-mbox-test.c30 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg) in sandbox_mbox_test_recv() function