Searched refs:kunit_device_unregister (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/kunit/ |
| H A D | device.c | 189 void kunit_device_unregister(struct kunit *test, struct device *dev) in kunit_device_unregister() function 200 EXPORT_SYMBOL_GPL(kunit_device_unregister);
|
| H A D | kunit-test.c | 757 kunit_device_unregister(test, test_device); in kunit_device_test() 835 kunit_device_unregister(test, test_device); in kunit_device_driver_test()
|
| /linux/include/kunit/ |
| H A D | device.h | 76 void kunit_device_unregister(struct kunit *test, struct device *dev);
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_bridge_test.c | 475 kunit_device_unregister(test, priv->dev); in drm_test_drm_bridge_alloc_basic() 492 kunit_device_unregister(test, priv->dev); in drm_test_drm_bridge_alloc_get_put()
|
| H A D | drm_kunit_helpers.c | 56 kunit_device_unregister(test, dev); in drm_kunit_helper_free_device()
|
| /linux/drivers/iio/test/ |
| H A D | iio-test-gts.c | 337 kunit_device_unregister(test, dev); in test_iio_find_closest_gain_low()
|
| /linux/sound/soc/ |
| H A D | soc-ops-test.c | 418 kunit_device_unregister(test, priv->component.dev); in soc_ops_test_exit()
|
| /linux/lib/tests/ |
| H A D | fortify_kunit.c | 373 kunit_device_unregister(test, dev); \
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | usage.rst | 1189 ``kunit_device_unregister()``.
|