| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_utils.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 347 #define _wait_for_atomic(COND, US, ATOMIC) \ argument 384 #define wait_for_us(COND, US) \ argument 395 #define wait_for_atomic_us(COND, US) \ argument 402 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
|
| H A D | intel_sideband.c | 519 #define COND \ in skl_pcode_request() macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | assembly.h | 22 #define COND(x) * ## x macro 37 #define COND(x) x macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | intel_gmbus.c | 39 #define _wait_for(COND, MS, W) ({ \ argument 52 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 53 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
| H 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
|
| H 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
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | libdrm_macros.h | 40 #define STATIC_ASSERT(COND) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.h | 263 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 288 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 290 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H 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
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | uprobes.c | 600 #define COND(op_y, op_n, expr) \ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 214 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 216 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_drv.h | 542 #define COND(bool, val) ((bool) ? (val) : 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_debugfs.c | 1160 #define LPSP_STATUS(COND) (COND ? seq_puts(m, "LPSP: enabled\n") : \ argument 2050 #define LPSP_CAPABLE(COND) (COND ? seq_puts(m, "LPSP: capable\n") : \ argument
|
| H A D | intel_display_power.c | 1291 #define COND \ in vlv_set_power_well() macro 1889 #define COND \ in chv_set_pipe_power_well() macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 118 #define AARCH64_EXPAND_ALIGNMENT(COND, EXP, ALIGN) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-core.h | 165 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM, argument 199 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-core.h | 165 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM, argument 199 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm.h | 692 #define ARM_EXPAND_ALIGNMENT(COND, EXP, ALIGN) \ argument
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 2203 #define net_timestamp_check(COND, SKB) \ argument
|