/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_perf_selftests.h | 4 #define selftest(x, y) macro
|
H A D | i915_live_selftests.h | 4 #define selftest(x, y) macro [all...] |
H A D | i915_mock_selftests.h | 4 #define selftest(x, y) macro [all...] |
H A D | i915_selftest.c | 49 #define selftest(name, func) mock_##name, macro 51 #undef selftest macro 55 #define selftest(name, func) live_##name, macro 57 #undef selftest macro 61 #define selftest(name, func) perf_##name, macro 63 #undef selftest macro 66 struct selftest { struct 75 #define selftest(n, f) [mock_##n] = { .name = #n, { .mock = f } }, macro 79 #undef selftest macro 81 #define selftest global() macro 85 #undef selftest global() macro 87 #define selftest global() macro 91 #undef selftest global() macro 94 #define selftest global() macro 115 #undef selftest global() macro [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_live_selftests.h | 4 #define selftest(x, y) macro [all...] |
H A D | i915_mock_selftests.h | 4 #define selftest(x, y) macro [all...] |
H A D | i915_perf_selftests.h | 4 #define selftest(x, y) macro
|
H A D | i915_selftest.c | 52 #define selftest(name, func) mock_##name, macro 54 #undef selftest macro 58 #define selftest(name, func) live_##name, macro 60 #undef selftest macro 64 #define selftest(name, func) perf_##name, macro 66 #undef selftest macro 69 struct selftest { struct 78 #define selftest(n, f) [mock_##n] = { .name = #n, { .mock = f } }, macro 82 #undef selftest macro 84 #define selftest global() macro 88 #undef selftest global() macro 90 #define selftest global() macro 94 #undef selftest global() macro 97 #define selftest global() macro 118 #undef selftest global() macro [all...] |
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | selftest.h | 12 #define selftest(name, func) int func(void); macro 14 #undef selftest macro
|
H A D | selftest.c | 16 #define selftest(n, func) __idx_##n, macro 18 #undef selftest macro 21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro 22 static struct selftest { struct 29 #undef selftest macro 35 #define selftest(n, func) selftest_0(n, func, param(n)) macro 37 #undef selftest macro [all...] |
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | selftest.h | 12 #define selftest(name, func) int func(void); macro 14 #undef selftest macro
|
H A D | selftest.c | 16 #define selftest(n, func) __idx_##n, macro 18 #undef selftest macro 21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro 22 static struct selftest { struct 29 #undef selftest macro 35 #define selftest(n, func) selftest_0(n, func, param(n)) macro 37 #undef selftest macro [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | drm_selftest.c | 26 #define selftest(name, func) __idx_##name, macro 30 #undef selftest macro 32 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro 40 #undef selftest macro 46 #define selftest(n, func) selftest_0(n, func, param(n)) macro 48 #undef selftest macro
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_strscpy.c | 114 static void __init selftest(void) in selftest() function
|
H A D | test_bitmap.c | 623 static void __init selftest(void) in selftest() function
|
H A D | test_printf.c | 699 static void __init selftest(void) in selftest() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 61 #define selftest(name, func) int func(void); macro 63 #undef selftest macro 64 #define selftest(name, func) int func(struct drm_i915_private *i915); macro 67 #undef selftest macro
|
/kernel/linux/linux-5.10/lib/math/ |
H A D | prime_numbers.c | 264 static int selftest(unsigned long max) in selftest() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 61 #define selftest(name, func) int func(void); macro 63 #undef selftest macro 64 #define selftest(name, func) int func(struct drm_i915_private *i915); macro 67 #undef selftest macro
|
/kernel/linux/linux-6.6/lib/math/ |
H A D | prime_numbers.c | 264 static int selftest(unsigned long max) in selftest() function
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_scanf.c | 786 static void __init selftest(void) in selftest() function
|
H A D | test_bitmap.c | 1225 static void __init selftest(void) in selftest() function
|
H A D | test_printf.c | 810 static void __init selftest(void) in selftest() function
|
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 268 u8 selftest; in lis3lv02d_selftest() local
|
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 268 u8 selftest; in lis3lv02d_selftest() local
|