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

  /external/u-boot/test/dm/
mailbox.c 20 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg));
22 ut_assertok(sandbox_mbox_test_recv(dev, &msg));
24 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg));
  /external/u-boot/arch/sandbox/include/asm/
mbox.h 17 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg);
  /external/u-boot/drivers/mailbox/
sandbox-mbox-test.c 29 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg) function

Completed in 767 milliseconds