/linux/drivers/gpu/drm/i915/ |
A D | i915_utils.h | 317 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 342 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 344 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument 353 #define _wait_for_atomic(COND, US, ATOMIC) \ argument 390 #define wait_for_us(COND, US) \ argument 401 #define wait_for_atomic_us(COND, US) \ argument 408 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
|
A D | intel_pcode.c | 177 #define COND \ in skl_pcode_request() macro
|
/linux/arch/parisc/include/asm/ |
A D | assembly.h | 61 #define COND(x) * ## x macro 71 #define COND(x) x macro
|
/linux/drivers/gpu/drm/gma500/ |
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
|
A D | cdv_intel_display.c | 112 #define _wait_for(COND, MS, W) ({ \ argument 126 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
A D | cdv_intel_dp.c | 237 #define _wait_for(COND, MS, W) ({ \ argument 250 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/linux/drivers/gpu/drm/v3d/ |
A D | v3d_drv.h | 311 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 336 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 338 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_drv.h | 756 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 781 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 783 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
/linux/arch/x86/kernel/ |
A D | uprobes.c | 600 #define COND(op_y, op_n, expr) \ macro
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_drv.h | 531 #define COND(bool, val) ((bool) ? (val) : 0) macro
|
/linux/arch/sparc/net/ |
A D | bpf_jit_comp_32.c | 31 #define COND(X) ((X) << 25) macro
|
A D | bpf_jit_comp_64.c | 60 #define COND(X) (((X) & 0xf) << 25) macro
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display_power.c | 1306 #define COND \ in vlv_set_power_well() macro 1905 #define COND \ in chv_set_pipe_power_well() macro
|
/linux/net/core/ |
A D | dev.c | 2151 #define net_timestamp_check(COND, SKB) \ argument
|