Searched refs:name__ (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/selftests/ |
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__)))
|
/drivers/gpu/drm/lib/ |
D | drm_random.h | 17 #define DRM_RND_STATE(name__, seed__) \ argument 18 struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__)
|
/drivers/gpu/drm/i915/ |
D | i915_selftest.h | 129 #define IGT_TIMEOUT(name__) \ argument 130 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
|
D | intel_uncore.h | 312 #define __uncore_read(name__, x__, s__, trace__) \ argument 313 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \ 319 #define __uncore_write(name__, x__, s__, trace__) \ argument 320 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
|