Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
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__)))
/kernel/linux/linux-5.10/drivers/gpu/drm/lib/
Ddrm_random.h17 #define DRM_RND_STATE(name__, seed__) \ argument
18 struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_selftest.h127 #define IGT_TIMEOUT(name__) \ argument
128 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
Dintel_uncore.h294 #define __uncore_read(name__, x__, s__, trace__) \ argument
295 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
301 #define __uncore_write(name__, x__, s__, trace__) \ argument
302 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Di915_drm.h758 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__,N__) struct { struct i915_user_extension ba… argument
759 } __attribute__((packed)) name__
769 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__,N__) struct { struct i915_user_extension base; stru… argument
770 } __attribute__((packed)) name__
777 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__,N__) struct { __u64 extensions; struct i915_engine… argument
778 } __attribute__((packed)) name__
/kernel/linux/linux-5.10/include/uapi/drm/
Di915_drm.h1788 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
1795 } __attribute__((packed)) name__
1826 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
1834 } __attribute__((packed)) name__
1843 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
1846 } __attribute__((packed)) name__
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Di915_drm.h1788 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
1795 } __attribute__((packed)) name__
1826 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
1834 } __attribute__((packed)) name__
1843 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
1846 } __attribute__((packed)) name__