Home
last modified time | relevance | path

Searched defs:selftest (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_perf_selftests.h4 #define selftest(x, y) macro
H A Di915_live_selftests.h4 #define selftest(x, y) macro
[all...]
H A Di915_mock_selftests.h4 #define selftest(x, y) macro
[all...]
H A Di915_selftest.c49 #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 Di915_live_selftests.h4 #define selftest(x, y) macro
[all...]
H A Di915_mock_selftests.h4 #define selftest(x, y) macro
[all...]
H A Di915_perf_selftests.h4 #define selftest(x, y) macro
H A Di915_selftest.c52 #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 Dselftest.h12 #define selftest(name, func) int func(void); macro
14 #undef selftest macro
H A Dselftest.c16 #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 Dselftest.h12 #define selftest(name, func) int func(void); macro
14 #undef selftest macro
H A Dselftest.c16 #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 Ddrm_selftest.c26 #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 Dtest_strscpy.c114 static void __init selftest(void) in selftest() function
H A Dtest_bitmap.c623 static void __init selftest(void) in selftest() function
H A Dtest_printf.c699 static void __init selftest(void) in selftest() function
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_selftest.h61 #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 Dprime_numbers.c264 static int selftest(unsigned long max) in selftest() function
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_selftest.h61 #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 Dprime_numbers.c264 static int selftest(unsigned long max) in selftest() function
/kernel/linux/linux-6.6/lib/
H A Dtest_scanf.c786 static void __init selftest(void) in selftest() function
H A Dtest_bitmap.c1225 static void __init selftest(void) in selftest() function
H A Dtest_printf.c810 static void __init selftest(void) in selftest() function
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c268 u8 selftest; in lis3lv02d_selftest() local
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c268 u8 selftest; in lis3lv02d_selftest() local

Completed in 15 milliseconds

12