Searched refs:s2 (Results 201 - 225 of 229) sorted by relevance

12345678910

/linux-master/drivers/thermal/mediatek/
H A Dlvts_thermal.c113 #define VALID_SENSOR_MAP(s0, s1, s2, s3) \
116 ((s2) ? BIT(2) : 0) | \
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c306 static char __init *prom_strstr(const char *s1, const char *s2) argument
310 l2 = prom_strlen(s2);
316 if (!prom_memcmp(s1, s2, l2))
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c4773 pmb->un.varBIUdiag.un.s2.xmit_bde64.addrHigh =
4775 pmb->un.varBIUdiag.un.s2.xmit_bde64.addrLow =
4778 pmb->un.varBIUdiag.un.s2.rcv_bde64.addrHigh =
4780 + pmb->un.varBIUdiag.un.s2.xmit_bde64.tus.f.bdeSize);
4781 pmb->un.varBIUdiag.un.s2.rcv_bde64.addrLow =
4783 + pmb->un.varBIUdiag.un.s2.xmit_bde64.tus.f.bdeSize);
H A Dlpfc_hw.h2368 } s2; member in union:__anon116::__anon117
3734 struct sli2_desc s2; member in union:sli_var
/linux-master/scripts/kconfig/
H A Dexpr.c43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
48 e->right.sym = s2;
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c473 struct entry *s1, struct entry *s2)
494 q_push_before(q, s2, de);
472 q_requeue(struct queue *q, struct entry *e, unsigned int extra_levels, struct entry *s1, struct entry *s2) argument
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S400 .macro enc_qround, s0, s1, s2, s3, key
403 enc_round \s2, \key
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S25 # 07/22/21 - this revison based on the above sum of products. Setup r^4, r^3, r^2, r and s3, s2, s1, s0
/linux-master/arch/arm64/boot/dts/freescale/
H A DMakefile149 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/freescale/
H A DMakefile149 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c1649 struct hisi_sas_slot *s, *s1, *s2 = NULL; local
1656 s2 = s;
1660 if (!s2)
1667 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS;
H A Dhisi_sas_v3_hw.c1115 struct hisi_sas_slot *s, *s1, *s2 = NULL; local
1122 s2 = s;
1126 if (!s2)
1133 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS;
/linux-master/net/tipc/
H A Dcrypto.c1572 goto s2;
1583 s2:
/linux-master/scripts/
H A Dget_maintainer.pl1027 my $s2 = ($pattern =~ tr@/@@);
1028 if ($s1 == $s2) {
/linux-master/kernel/bpf/
H A Dhelpers.c572 BPF_CALL_3(bpf_strncmp, const char *, s1, u32, s1_sz, const char *, s2)
574 return strncmp(s1, s2, s1_sz);
H A Dbtf.c6919 const char *fn1, *fn2, *s1, *s2; local
7013 s2 = btf_name_by_offset(btf2, t2->name_off);
7014 if (strcmp(s1, s2)) {
7017 i, fn1, s1, fn2, s2);
/linux-master/fs/ntfs3/
H A Dindex.c52 const struct le_str *s2 = (struct le_str *)&f2->name_len; local
58 return ntfs_cmp_names_cpu(key1, s2, sbi->upcase, both_case);
H A Dntfs_fs.h860 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2,
/linux-master/tools/lib/bpf/
H A Dusdt.c1448 { "s2", offsetof(struct user_regs_struct, s2) },
/linux-master/drivers/hwmon/
H A Dnct6775-core.c1031 bool s2; /* true if both index and nr are used */ member in struct:sensor_device_template
1051 .s2 = false }
1058 .s2 = true }
1120 if ((*t)->s2) {
/linux-master/sound/pci/ac97/
H A Dac97_codec.c2715 const char *s2, const char *suffix)
2721 kctl2 = ctl_find(ac97, s2, suffix);
2723 set_ctl_name(name, s2, suffix);
2714 snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, const char *s2, const char *suffix) argument
/linux-master/fs/nfs/
H A Dnfs4proc.c10430 const nfs4_stateid *s2)
10432 if (s1->type != s2->type)
10435 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
10438 if (s1->seqid == s2->seqid)
10441 return s1->seqid == 0 || s2->seqid == 0;
10447 const nfs4_stateid *s2)
10449 return nfs4_stateid_match(s1, s2);
10429 nfs41_match_stateid(const nfs4_stateid *s1, const nfs4_stateid *s2) argument
10446 nfs4_match_stateid(const nfs4_stateid *s1, const nfs4_stateid *s2) argument
H A Dpnfs.c342 static bool pnfs_seqid_is_newer(u32 s1, u32 s2) argument
344 return (s32)(s1 - s2) > 0;
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c2307 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) argument
2309 return !((s1 + (l1>>9) <= s2) || (s1 >= s2 + (l2>>9)));
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1026 u32 s1, s2; local
1050 s2 = bcma_read32(core, D11REGOFFS(frmtxstatus2));
1053 txs->sequence = s2 & TXS_SEQ_MASK;
1054 txs->phyerr = (s2 & TXS_PTX_MASK) >> TXS_PTX_SHIFT;

Completed in 706 milliseconds

12345678910