Home
last modified time | relevance | path

Searched refs:last_ioctl (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/test/dm/
Dmisc.c18 ulong last_ioctl; in dm_test_misc() local
51 ut_assertok(misc_call(dev, 2, NULL, 0, &last_ioctl, in dm_test_misc()
52 sizeof(last_ioctl))); in dm_test_misc()
53 ut_asserteq(6, last_ioctl) in dm_test_misc()
57 ut_assertok(misc_call(dev, 2, NULL, 0, &last_ioctl, in dm_test_misc()
58 sizeof(last_ioctl))); in dm_test_misc()
59 ut_asserteq(23, last_ioctl) in dm_test_misc()
/external/u-boot/drivers/misc/
Dmisc_sandbox.c13 ulong last_ioctl; member
40 priv->last_ioctl = request; in misc_sandbox_ioctl()
87 memcpy(rx_msg, &priv->last_ioctl, sizeof(priv->last_ioctl)); in misc_sandbox_call()