/linux-4.1.27/arch/parisc/include/asm/ |
D | assembly.h | 35 #define COND(x) * ## x macro 49 #define COND(x) x macro
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | intel_gmbus.c | 38 #define _wait_for(COND, MS, W) ({ \ argument 51 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 52 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
D | cdv_intel_display.c | 122 #define _wait_for(COND, MS, W) ({ \ argument 136 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
D | cdv_intel_dp.c | 235 #define _wait_for(COND, MS, W) ({ \ argument 248 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_drv.c | 1208 #define COND (I915_READ(VLV_GTLC_SURVIVABILITY_REG) & VLV_GFX_CLK_STATUS_BIT) in vlv_force_gfx_clock() macro 1240 #define COND (!!(I915_READ(VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEACK) == \ in vlv_allow_gt_wake() macro 1258 #define COND ((I915_READ(VLV_GTLC_PW_STATUS) & mask) == val) in vlv_wait_for_gt_wells() macro
|
D | intel_runtime_pm.c | 479 #define COND \ in vlv_set_power_well() macro 737 #define COND \ in chv_set_pipe_power_well() macro
|
D | intel_drv.h | 48 #define _wait_for(COND, MS, W) ({ \ argument 66 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 67 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument 68 #define wait_for_atomic_us(COND, US) _wait_for((COND), \ argument
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.h | 313 #define COND(bool, val) ((bool) ? (val) : 0) macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 610 #define COND(op_y, op_n, expr) \ macro
|
/linux-4.1.27/arch/sparc/net/ |
D | bpf_jit_comp.c | 50 #define COND(X) ((X) << 25) macro
|
/linux-4.1.27/drivers/iommu/ |
D | rockchip-iommu.c | 118 #define rk_wait_for(COND, MS) ({ \ argument
|
/linux-4.1.27/net/core/ |
D | dev.c | 1688 #define net_timestamp_check(COND, SKB) \ argument
|