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

/linux-master/lib/kunit/
H A Dkunit-test.c737 bool driver_device_probed; member in struct:driver_test_state
747 state->driver_device_probed = true;
781 KUNIT_ASSERT_TRUE(test, test_state->driver_device_probed);
795 test_state->driver_device_probed = false;
805 KUNIT_ASSERT_TRUE(test, test_state->driver_device_probed);

Completed in 127 milliseconds