Home
last modified time | relevance | path

Searched refs:run_selftests (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c229 #define run_selftests(x, data) \ macro
239 err = run_selftests(mock, NULL); in i915_mock_selftests()
264 err = run_selftests(live, i915); in i915_live_selftests()
289 err = run_selftests(perf, i915); in i915_perf_selftests()
/linux/drivers/dma-buf/
H A Dselftest.c128 static int run_selftests(struct selftest *st, unsigned long count) in run_selftests() function
155 return run_selftests(selftests, ARRAY_SIZE(selftests)); in st_init()
/linux/net/bluetooth/
H A Dsmp.c3738 static int __init run_selftests(struct crypto_shash *tfm_cmac, in run_selftests() function
3839 err = run_selftests(tfm_cmac, tfm_ecdh); in bt_selftest_smp()