Searched refs:name__ (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_random.h | 39 #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__)))
|
/linux/drivers/gpu/drm/lib/ |
H A D | drm_random.h | 17 #define DRM_RND_STATE(name__, seed__) \ argument 18 struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__)
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_selftest.h | 131 #define IGT_TIMEOUT(name__) \ argument 132 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
|
H A D | intel_uncore.h | 358 #define __uncore_read(name__, x__, s__, trace__) \ argument 359 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \ 365 #define __uncore_write(name__, x__, s__, trace__) \ argument 366 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
|
/linux/tools/include/uapi/drm/ |
H A D | i915_drm.h | 2331 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument 2338 } __attribute__((packed)) name__ 2369 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument 2377 } __attribute__((packed)) name__ 2497 #define I915_DEFINE_CONTEXT_ENGINES_PARALLEL_SUBMIT(name__, N__) struct { \ argument 2506 } __attribute__((packed)) name__ 2571 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument 2574 } __attribute__((packed)) name__
|
/linux/include/uapi/drm/ |
H A D | i915_drm.h | 2331 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument 2338 } __attribute__((packed)) name__ 2369 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument 2377 } __attribute__((packed)) name__ 2497 #define I915_DEFINE_CONTEXT_ENGINES_PARALLEL_SUBMIT(name__, N__) struct { \ argument 2506 } __attribute__((packed)) name__ 2571 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument 2574 } __attribute__((packed)) name__
|