Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-driver.c57 static int test_remove(struct udevice *dev) in test_remove() function
81 .remove = test_remove,
92 .remove = test_remove,
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c501 bool test_remove = IS_ENABLED(CONFIG_DEBUG_TEST_DRIVER_REMOVE) && in really_probe() local
581 if (test_remove) { in really_probe()
582 test_remove = false; in really_probe()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Ddata.py269 def test_remove(self): member in TestConcatOverride
H A Devent.py137 def test_remove(self): member in EventHandlingTest