/linux/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 243 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 268 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 270 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument 279 #define _wait_for_atomic(COND, US, ATOMIC) \ argument 316 #define wait_for_us(COND, US) \ argument 327 #define wait_for_atomic_us(COND, US) \ argument 334 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
|
H A D | intel_pcode.c | 167 #define COND \ in skl_pcode_request() macro
|
H A D | intel_uncore.c | 2492 #define COND (__raw_uncore_read32(uncore, FORCEWAKE_MT) != ~0) in sanity_check_mmio_access() macro
|
/linux/drivers/gpu/drm/gma500/ |
H A D | intel_gmbus.c | 39 #define _wait_for(COND, MS, W) ({ \ argument 53 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
H A D | cdv_intel_display.c | 113 #define _wait_for(COND, MS, W) ({ \ argument 127 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
H A D | cdv_intel_dp.c | 233 #define _wait_for(COND, MS, W) ({ \ argument 246 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.h | 471 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 496 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 498 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.h | 898 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 923 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 925 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power_well.c | 1111 #define COND \ in vlv_set_power_well() macro 1710 #define COND \ in chv_set_pipe_power_well() macro
|
/linux/arch/x86/kernel/ |
H A D | uprobes.c | 717 #define COND(op_y, op_n, expr) \ macro
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 535 #define COND(bool, val) ((bool) ? (val) : 0) macro
|
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 31 #define COND(X) ((X) << 25) macro
|
H A D | bpf_jit_comp_64.c | 60 #define COND(X) (((X) & 0xf) << 25) macro
|
/linux/arch/arc/net/ |
H A D | bpf_jit_arcv2.c | 166 #define COND(x) (OP_A((x) & 31)) macro
|
/linux/net/core/ |
H A D | dev.c | 2382 #define net_timestamp_check(COND, SKB) \ argument
|