Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_random.h38 #define I915_RND_STATE(name__) \ argument
39 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(i915_selftest.random_seed)
41 #define I915_RND_SUBSTATE(name__, parent__) \ argument
42 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(prandom_u32_state(&(parent__)))
/Linux-v5.4/drivers/gpu/drm/lib/
Ddrm_random.h17 #define DRM_RND_STATE(name__, seed__) \ argument
18 struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__)
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_selftest.h123 #define IGT_TIMEOUT(name__) \ argument
124 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
Dintel_uncore.h286 #define __uncore_read(name__, x__, s__, trace__) \ argument
287 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
293 #define __uncore_write(name__, x__, s__, trace__) \ argument
294 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
/Linux-v5.4/include/uapi/drm/
Di915_drm.h1660 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
1667 } __attribute__((packed)) name__
1698 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
1706 } __attribute__((packed)) name__
1715 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
1718 } __attribute__((packed)) name__
/Linux-v5.4/tools/include/uapi/drm/
Di915_drm.h1660 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
1667 } __attribute__((packed)) name__
1698 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
1706 } __attribute__((packed)) name__
1715 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
1718 } __attribute__((packed)) name__