Searched refs:test_remove (Results 1 – 4 of 4) sorted by relevance
57 static int test_remove(struct udevice *dev) in test_remove() function81 .remove = test_remove,92 .remove = test_remove,
501 bool test_remove = IS_ENABLED(CONFIG_DEBUG_TEST_DRIVER_REMOVE) && in really_probe() local581 if (test_remove) { in really_probe()582 test_remove = false; in really_probe()
269 def test_remove(self): member in TestConcatOverride
137 def test_remove(self): member in EventHandlingTest