Home
last modified time | relevance | path

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

/linux-6.12.1/lib/kunit/
Dkunit-test.c779 bool driver_device_probed; member
789 state->driver_device_probed = true; in driver_probe_hook()
823 KUNIT_ASSERT_TRUE(test, test_state->driver_device_probed); in kunit_device_driver_test()
837 test_state->driver_device_probed = false; in kunit_device_driver_test()
847 KUNIT_ASSERT_TRUE(test, test_state->driver_device_probed); in kunit_device_driver_test()