Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dtest-driver.c56 static int test_remove(struct udevice *dev) in test_remove() function
80 .remove = test_remove,
91 .remove = test_remove,
/openbmc/linux/drivers/base/
H A Ddd.c605 bool test_remove = IS_ENABLED(CONFIG_DEBUG_TEST_DRIVER_REMOVE) && in really_probe() local
691 if (test_remove) { in really_probe()
692 test_remove = false; in really_probe()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh437 test_remove() function
977 test_remove
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py290 def test_remove(self): member in TestConcatOverride
H A Devent.py138 def test_remove(self): member in EventHandlingTest