Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dmisc.c19 ulong last_ioctl; in dm_test_misc() local
52 ut_assertok(misc_call(dev, 2, NULL, 0, &last_ioctl, in dm_test_misc()
53 sizeof(last_ioctl))); in dm_test_misc()
54 ut_asserteq(6, last_ioctl) in dm_test_misc()
58 ut_assertok(misc_call(dev, 2, NULL, 0, &last_ioctl, in dm_test_misc()
59 sizeof(last_ioctl))); in dm_test_misc()
60 ut_asserteq(23, last_ioctl) in dm_test_misc()
/u-boot/drivers/misc/
A 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()

Completed in 3 milliseconds