Searched refs:cond (Results 151 - 175 of 274) sorted by relevance

1234567891011

/linux-master/scripts/
H A Dsign-file.c112 #define ERR(cond, fmt, ...) \
114 bool __cond = (cond); \
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c155 #define DRV_PTR(drv, cond) (IS_ENABLED(cond) ? &drv : NULL)
/linux-master/drivers/nvme/host/
H A Dzns.c165 zone.cond = entry->zs >> 4;
169 if (zone.cond == BLK_ZONE_COND_FULL)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c60 struct rtw89_wait_info *wait, unsigned int cond);
633 bool (*cond)(u32 suit_ver_code, u32 comp_ver_code); member in struct:__fw_feat_cfg
641 .cond = __fw_feat_cond_ ## _cond, \
680 if (ent->cond(ver_code, ent->ver_code))
4512 unsigned int cond; local
4532 cond = RTW89_FW_OFLD_WAIT_COND_PKT_OFLD(id, RTW89_PKT_OFLD_OP_DEL);
4534 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond);
4551 unsigned int cond; local
4582 cond = RTW89_FW_OFLD_WAIT_COND_PKT_OFLD(alloc_id, RTW89_PKT_OFLD_OP_ADD);
4584 ret = rtw89_h2c_tx_and_wait(rtwdev, skb, wait, cond);
4604 unsigned int cond; local
4675 unsigned int cond; local
4772 unsigned int cond; local
4862 unsigned int cond; local
6775 unsigned int cond; local
6803 rtw89_h2c_tx_and_wait(struct rtw89_dev *rtwdev, struct sk_buff *skb, struct rtw89_wait_info *wait, unsigned int cond) argument
6827 unsigned int cond; local
6874 unsigned int cond; local
6910 unsigned int cond; local
6940 unsigned int cond; local
6968 unsigned int cond; local
6998 unsigned int cond; local
7036 unsigned int cond; local
7072 unsigned int cond; local
7103 unsigned int cond; local
7256 unsigned int cond; local
7293 unsigned int cond; local
[all...]
/linux-master/include/sound/
H A Dhdaudio.h626 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \
627 read_poll_timeout_atomic(snd_hdac_reg_readb, val, cond, delay_us, timeout_us, \
629 #define snd_hdac_stream_readw_poll(dev, reg, val, cond, delay_us, timeout_us) \
630 read_poll_timeout_atomic(snd_hdac_reg_readw, val, cond, delay_us, timeout_us, \
632 #define snd_hdac_stream_readl_poll(dev, reg, val, cond, delay_us, timeout_us) \
633 read_poll_timeout_atomic(snd_hdac_reg_readl, val, cond, delay_us, timeout_us, \
H A Dcore.h403 * @cond: condition to evaluate
408 #define snd_BUG_ON(cond) WARN_ON((cond))
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c389 static bool is_signed_bpf_cond(u8 cond) argument
391 return cond == BPF_JSGT || cond == BPF_JSLT ||
392 cond == BPF_JSGE || cond == BPF_JSLE;
466 const u8 cond = BPF_OP(code); local
790 /* PC += off if dst cond src */
821 if (emit_cond_jmp(ctx, cond, t1, t2, jmp_offset) < 0)
825 /* PC += off if dst cond imm */
862 if (emit_cond_jmp(ctx, cond, t
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c255 u32 cond; local
260 cond = condition & 0xFF;
261 if ((_board & cond) == 0 && cond != 0x1F)
264 cond = condition & 0xFF00;
265 cond = cond >> 8;
266 if ((_interface & cond) == 0 && cond != 0x07)
269 cond
[all...]
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c405 struct ff_condition_effect *cond = &effect->u.condition[i]; local
408 ret |= cond->center != old_cond->center ||
409 cond->right_coeff != old_cond->right_coeff ||
410 cond->left_coeff != old_cond->left_coeff ||
411 cond->right_saturation != old_cond->right_saturation ||
412 cond->left_saturation != old_cond->left_saturation ||
413 cond->deadband != old_cond->deadband;
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c274 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, argument
277 switch (cond) {
310 static void emit_branch(u8 cond, u8 rd, u8 rs, int rvoff, argument
316 emit_bcc(cond, rd, rs, rvoff, ctx);
331 cond = invert_bpf_cond(cond);
333 emit_bcc(cond, rd, rs, 8, ctx);
344 emit_bcc(cond, rd, rs, 12, ctx);
442 static bool is_signed_bpf_cond(u8 cond) argument
444 return cond
[all...]
/linux-master/security/tomoyo/
H A Dcommon.h674 struct tomoyo_condition *cond; /* Maybe NULL. */ member in struct:tomoyo_acl_info
932 const struct tomoyo_condition *cond);
1187 * @cond: Pointer to "struct tomoyo_condition". Maybe NULL.
1191 static inline void tomoyo_put_condition(struct tomoyo_condition *cond) argument
1193 if (cond)
1194 atomic_dec(&cond->head.users);
H A Dcommon.c1220 * @cond: Pointer to "struct tomoyo_condition".
1225 const struct tomoyo_condition *cond)
1231 if (cond->transit) {
1233 tomoyo_set_string(head, cond->transit->name);
1238 const u16 condc = cond->condc;
1240 (typeof(condp)) (cond + 1);
1245 (numbers_p + cond->numbers_count);
1247 (typeof(argv)) (names_p + cond->names_count);
1249 (typeof(envp)) (argv + cond->argc);
1347 if (cond
1224 tomoyo_print_condition(struct tomoyo_io_buffer *head, const struct tomoyo_condition *cond) argument
[all...]
/linux-master/arch/arm64/lib/
H A Dinsn.c334 enum aarch64_insn_condition cond)
343 if (cond < AARCH64_INSN_COND_EQ || cond > AARCH64_INSN_COND_AL) {
344 pr_err("%s: unknown condition encoding %d\n", __func__, cond);
347 insn |= cond;
333 aarch64_insn_gen_cond_branch_imm(unsigned long pc, unsigned long addr, enum aarch64_insn_condition cond) argument
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util.h309 #define __TEST_ASSERT_VM_VCPU_IOCTL(cond, name, ret, vm) \
315 if (cond) \
324 TEST_ASSERT(cond, __KVM_IOCTL_ERROR(name, ret)); \
327 #define TEST_ASSERT_VM_VCPU_IOCTL(cond, cmd, ret, vm) \
328 __TEST_ASSERT_VM_VCPU_IOCTL(cond, #cmd, ret, vm)
/linux-master/kernel/locking/
H A Dmutex.c40 # define MUTEX_WARN_ON(cond) DEBUG_LOCKS_WARN_ON(cond)
42 # define MUTEX_WARN_ON(cond)
/linux-master/fs/bcachefs/
H A Dsix.c19 #define EBUG_ON(cond) BUG_ON(cond)
21 #define EBUG_ON(cond) do {} while (0)
/linux-master/sound/soc/sof/
H A Dops.h599 * @cond: Break condition (usually involving @val)
611 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \
619 if (cond) { \
636 (cond) ? 0 : -ETIMEDOUT; \
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c667 int cond; local
671 cond = p->port_usb == NULL || !kfifo_len(&p->port_write_buf) ||
675 return cond;
1188 int cond; local
1191 cond = port->port.count == 0;
1194 return cond;
/linux-master/arch/x86/include/asm/
H A Dpgtable.h342 pgprotval_t cond = (~v >> _PAGE_BIT_RW) & 1; local
344 v |= ((v >> _PAGE_BIT_DIRTY) & cond) << _PAGE_BIT_SAVED_DIRTY;
345 v &= ~(cond << _PAGE_BIT_DIRTY);
352 pgprotval_t cond = (v >> _PAGE_BIT_RW) & 1; local
354 v |= ((v >> _PAGE_BIT_SAVED_DIRTY) & cond) << _PAGE_BIT_DIRTY;
355 v &= ~(cond << _PAGE_BIT_SAVED_DIRTY);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c483 #define ADD_ROCKCHIP_SUB_DRIVER(drv, cond) { \
484 if (IS_ENABLED(cond) && \
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h620 #define gpu_poll_timeout(gpu, addr, val, cond, interval, timeout) \
621 readl_poll_timeout((gpu)->mmio + ((addr) << 2), val, cond, \
/linux-master/drivers/i2c/busses/
H A Di2c-designware-common.c335 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) argument
342 if (cond)
/linux-master/drivers/scsi/
H A Dsd_zbc.c58 zone.cond = (buf[1] >> 4) & 0xf;
85 if (zone.cond == ZBC_ZONE_COND_FULL)
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h378 #define KVM_EMULATOR_BUG_ON(cond, ctxt) \
380 int __ret = (cond); \
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A DMakefile50 cond-flags := $(call cc-option, -Wunused-but-set-variable) \
54 subdir-ccflags-y += $(cond-flags)

Completed in 2711 milliseconds

1234567891011