Searched refs:streq (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/arch/arm/lib/
H A Dtestsetbit.S12 testop _test_and_set_bit, orreq, streq
15 sync_testop _sync_test_and_set_bit, orreq, streq
/linux-master/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dfprobe_entry_arg.tc14 function streq() {
18 streq `grep -A 1 -m 1 myevent1 trace | sed -r 's/^.*(arg=.*)/\1/' `
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkretprobe_entry_arg.tc14 function streq() {
18 streq `grep -A 1 -m 1 myevent1 trace | sed -r 's/^.*(arg=.*)/\1/' `
/linux-master/scripts/dtc/
H A Ddtc.c229 if (streq(optarg, "legacy"))
231 else if (streq(optarg, "epapr"))
233 else if (streq(optarg, "both"))
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
343 if (streq(outnam
[all...]
H A Dfstree.c27 if (streq(de->d_name, ".")
28 || streq(de->d_name, ".."))
H A Dlivetree.c19 if (streq(new->label, label)) {
170 if (streq(old_prop->name, new_prop->name)) {
207 if (streq(old_child->name, new_child->name)) {
284 if (streq(prop->name, name)) {
317 if (streq(node->name, name)) {
429 if (streq(prop->name, propname))
459 if (streq(l->label, label))
486 if (streq(m->ref, label))
506 if (streq(child->name, nodename))
531 else if (!p && streq(pat
[all...]
H A Dchecks.c83 } else if (streq(dti->outname, "-")) {
284 if (streq(child->name, child2->name))
298 if (streq(prop->name, prop2->name))
412 if (streq(name, "device_type"))
574 if (streq((*pp)->name, "name")) {
711 if (!streq(node->name, "aliases"))
715 if (streq(prop->name, "phandle")
716 || streq(prop->name, "linux,phandle")) {
838 if (!prop || !streq(prop->val.val, "pci"))
933 if (streq(unitnam
[all...]
H A Ddtc.h91 #define streq(a, b) (strcmp((a), (b)) == 0) macro
102 return streq(str + len - suffix_len, suffix);
H A Dsrcpos.c151 if (streq(fname, "-")) {
/linux-master/tools/testing/selftests/proc/
H A Dread.c83 assert(streq(de->d_name, "."));
87 assert(streq(de->d_name, ".."));
90 assert(!streq(de->d_name, "."));
91 assert(!streq(de->d_name, ".."));
98 if (level == 0 && streq(de->d_name, "sysrq-trigger")) {
100 } else if (level == 1 && streq(de->d_name, "clear_refs")) {
102 } else if (level == 3 && streq(de->d_name, "clear_refs")) {
H A Dproc-subset-pid.c35 static inline bool streq(const char *a, const char *b) function
88 if (streq(de->d_name, ".")) {
92 } else if (streq(de->d_name, "..")) {
96 } else if (streq(de->d_name, "self")) {
100 } else if (streq(de->d_name, "thread-self")) {
H A Dself.c36 assert(streq(buf1, buf2));
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) function
H A Dthread-self.c40 assert(streq(buf1, buf2));
H A Dfd-003-kthread.c105 assert(streq(de->d_name, "."));
109 assert(streq(de->d_name, ".."));
H A Dfd-001-lookup.c117 assert(streq(de->d_name, "."));
121 assert(streq(de->d_name, ".."));
/linux-master/drivers/clk/socfpga/
H A Dclk-gate.c35 if (streq(name, SOCFPGA_L4_MP_CLK)) {
39 if (streq(name, SOCFPGA_L4_SP_CLK)) {
45 if (streq(name, SOCFPGA_MMC_CLK))
47 if (streq(name, SOCFPGA_NAND_CLK) ||
48 streq(name, SOCFPGA_NAND_X_CLK))
61 if (streq(name, SOCFPGA_L4_MP_CLK)) {
66 } else if (streq(name, SOCFPGA_L4_SP_CLK)) {
73 if (streq(name, SOCFPGA_MMC_CLK)) {
76 } else if (streq(name, SOCFPGA_NAND_CLK) ||
77 streq(nam
[all...]
H A Dclk-gate-s10.c64 if (streq(name, SOCFPGA_EMAC0_CLK) ||
65 streq(name, SOCFPGA_EMAC1_CLK) ||
66 streq(name, SOCFPGA_EMAC2_CLK)) {
94 if (streq(name, SOCFPGA_EMAC0_CLK) ||
95 streq(name, SOCFPGA_EMAC1_CLK) ||
96 streq(name, SOCFPGA_EMAC2_CLK)) {
161 if (streq(clks->name, "cs_pdbg_clk"))
219 if (streq(clks->name, "cs_pdbg_clk"))
H A Dclk-periph-a10.c46 if (streq(name, SOCFPGA_MPU_FREE_CLK) ||
47 streq(name, SOCFPGA_NOC_FREE_CLK) ||
48 streq(name, SOCFPGA_SDMMC_FREE_CLK))
H A Dclk.h22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
H A Dclk-pll-s10.c205 if (streq(name, SOCFPGA_BOOT_CLK))
245 if (streq(name, SOCFPGA_BOOT_CLK))
284 if (streq(name, SOCFPGA_BOOT_CLK))
H A Dclk-gate-a10.c14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/linux-master/arch/arm/include/asm/
H A Dtls.h30 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
/linux-master/arch/arm/mach-tegra/
H A Dsleep.h102 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_pptp.h290 struct PptpStopSessionRequest streq; member in union:pptp_ctrl_union

Completed in 452 milliseconds

12