Home
last modified time | relevance | path

Searched refs:kunit_device_unregister (Results 1 – 9 of 9) sorted by relevance

/linux/lib/kunit/
H A Ddevice.c189 void kunit_device_unregister(struct kunit *test, struct device *dev) in kunit_device_unregister() function
200 EXPORT_SYMBOL_GPL(kunit_device_unregister);
H A Dkunit-test.c757 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 Ddevice.h76 void kunit_device_unregister(struct kunit *test, struct device *dev);
/linux/drivers/gpu/drm/tests/
H A Ddrm_bridge_test.c475 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 Ddrm_kunit_helpers.c56 kunit_device_unregister(test, dev); in drm_kunit_helper_free_device()
/linux/drivers/iio/test/
H A Diio-test-gts.c337 kunit_device_unregister(test, dev); in test_iio_find_closest_gain_low()
/linux/sound/soc/
H A Dsoc-ops-test.c418 kunit_device_unregister(test, priv->component.dev); in soc_ops_test_exit()
/linux/lib/tests/
H A Dfortify_kunit.c373 kunit_device_unregister(test, dev); \
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst1189 ``kunit_device_unregister()``.