Home
last modified time | relevance | path

Searched refs:name__ (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_random.h39 #define I915_RND_STATE(name__) \ argument
40 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(i915_selftest.random_seed)
42 #define I915_RND_SUBSTATE(name__, parent__) \ argument
43 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(prandom_u32_state(&(parent__)))
/openbmc/linux/drivers/gpu/drm/lib/
H A Ddrm_random.h17 #define DRM_RND_STATE(name__, seed__) \ argument
18 struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__)
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_selftest.h131 #define IGT_TIMEOUT(name__) \ argument
132 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
H A Dintel_uncore.h357 #define __uncore_read(name__, x__, s__, trace__) \ argument
358 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
364 #define __uncore_write(name__, x__, s__, trace__) \ argument
365 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
/openbmc/linux/tools/include/uapi/drm/
H A Di915_drm.h2307 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
2314 } __attribute__((packed)) name__
2345 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
2353 } __attribute__((packed)) name__
2473 #define I915_DEFINE_CONTEXT_ENGINES_PARALLEL_SUBMIT(name__, N__) struct { \ argument
2482 } __attribute__((packed)) name__
2547 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
2550 } __attribute__((packed)) name__
/openbmc/linux/include/uapi/drm/
H A Di915_drm.h2307 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
2314 } __attribute__((packed)) name__
2345 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
2353 } __attribute__((packed)) name__
2473 #define I915_DEFINE_CONTEXT_ENGINES_PARALLEL_SUBMIT(name__, N__) struct { \ argument
2482 } __attribute__((packed)) name__
2547 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
2550 } __attribute__((packed)) name__
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c16 #define TIMEOUT(name__) \ argument
17 unsigned long name__ = jiffies + MAX_SCHEDULE_TIMEOUT