Searched refs:test_remove (Results 1 – 5 of 5) sorted by relevance
56 static int test_remove(struct udevice *dev) in test_remove() function80 .remove = test_remove,91 .remove = test_remove,
605 bool test_remove = IS_ENABLED(CONFIG_DEBUG_TEST_DRIVER_REMOVE) && in really_probe() local691 if (test_remove) { in really_probe()692 test_remove = false; in really_probe()
437 test_remove() function977 test_remove
290 def test_remove(self): member in TestConcatOverride
138 def test_remove(self): member in EventHandlingTest