Home
last modified time | relevance | path

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

12

/Linux-v4.19/scripts/dtc/
Ddtc.c233 if (streq(optarg, "legacy")) in main()
235 else if (streq(optarg, "epapr")) in main()
237 else if (streq(optarg, "both")) in main()
294 if (streq(inform, "dts")) in main()
300 if (streq(inform, "dts")) in main()
302 else if (streq(inform, "fs")) in main()
304 else if(streq(inform, "dtb")) in main()
342 if (streq(outname, "-")) { in main()
351 if (streq(outform, "dts")) { in main()
353 } else if (streq(outform, "dtb")) { in main()
[all …]
Dlivetree.c33 if (streq(new->label, label)) { in add_label()
179 if (streq(old_prop->name, new_prop->name)) { in merge_nodes()
214 if (streq(old_child->name, new_child->name)) { in merge_nodes()
288 if (streq(prop->name, name)) { in delete_property_by_name()
321 if (streq(node->name, name)) { in delete_node_by_name()
430 if (streq(prop->name, propname)) in get_property()
460 if (streq(l->label, label)) in get_property_by_label()
487 if (streq(m->ref, label)) in get_marker_label()
507 if (streq(child->name, nodename)) in get_subnode()
533 else if (!p && streq(path, child->name)) in get_node_by_path()
[all …]
Dchecks.c257 if (streq(child->name, child2->name)) in check_duplicate_node_names()
271 if (streq(prop->name, prop2->name)) in check_duplicate_property_names()
370 if (streq(name, "device_type")) in check_property_name_chars_strict()
532 if (streq((*pp)->name, "name")) { in check_name_properties()
655 if (!s || !streq(s, "-names")) in check_names_is_string_list()
669 if (!streq(node->name, "aliases")) in check_alias_paths()
788 if (!prop || !streq(prop->val.val, "pci")) in check_pci_bridge()
885 if (streq(unitname, unit_addr)) in check_pci_device_reg()
890 if (streq(unitname, unit_addr)) in check_pci_device_reg()
959 if (!streq(unitname, unit_addr)) in check_simple_bus_reg()
[all …]
Dfstree.c42 if (streq(de->d_name, ".") in read_fstree()
43 || streq(de->d_name, "..")) in read_fstree()
/Linux-v4.19/tools/testing/selftests/proc/
Dread.c79 assert(streq(de->d_name, ".")); in f()
83 assert(streq(de->d_name, "..")); in f()
86 assert(!streq(de->d_name, ".")); in f()
87 assert(!streq(de->d_name, "..")); in f()
94 if (level == 0 && streq(de->d_name, "sysrq-trigger")) { in f()
96 } else if (level == 1 && streq(de->d_name, "clear_refs")) { in f()
98 } else if (level == 3 && streq(de->d_name, "clear_refs")) { in f()
Dfd-001-lookup.c117 assert(streq(de->d_name, ".")); in main()
121 assert(streq(de->d_name, "..")); in main()
Dfd-003-kthread.c105 assert(streq(de->d_name, ".")); in test_readdir()
109 assert(streq(de->d_name, "..")); in test_readdir()
Dself.c36 assert(streq(buf1, buf2)); in main()
Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq() function
Dthread-self.c40 assert(streq(buf1, buf2)); in f()
/Linux-v4.19/drivers/clk/socfpga/
Dclk-gate.c44 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_get_parent()
48 if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_get_parent()
54 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) in socfpga_clk_get_parent()
56 if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_get_parent()
57 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) in socfpga_clk_get_parent()
69 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_set_parent()
74 } else if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_set_parent()
81 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) { in socfpga_clk_set_parent()
84 } else if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_set_parent()
85 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) { in socfpga_clk_set_parent()
Dclk-periph-a10.c56 if (streq(hwclk->init->name, SOCFPGA_MPU_FREE_CLK) || in clk_periclk_get_parent()
57 streq(hwclk->init->name, SOCFPGA_NOC_FREE_CLK) || in clk_periclk_get_parent()
58 streq(hwclk->init->name, SOCFPGA_SDMMC_FREE_CLK)) in clk_periclk_get_parent()
Dclk.h31 #define streq(a, b) (strcmp((a), (b)) == 0) macro
Dclk-gate-s10.c106 if (streq(name, "cs_pdbg_clk")) in s10_register_gate()
Dclk-pll-s10.c124 if (streq(name, SOCFPGA_BOOT_CLK)) in s10_register_pll()
Dclk-gate-a10.c25 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dsleep-s3c2410.S51 streq r7, [r4] @ SDRAM sleep command
52 streq r8, [r5] @ SDRAM power-down config
53 streq r9, [r6] @ CPU sleep
/Linux-v4.19/arch/arm/lib/
Dtestsetbit.S15 testop _test_and_set_bit, orreq, streq
/Linux-v4.19/arch/arm/include/asm/
Dfutex.h116 "2: " TUSER(streq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
Dtls.h25 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
/Linux-v4.19/arch/arm/mach-tegra/
Dsleep.S138 streq r3, [r2, #L2X0_CTRL]
Dsleep.h113 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
Dsleep-tegra30.S103 streq \rd, [\r_car_base, #\pll_base]
460 streq r1, [r0, #EMC_NOP]
461 streq r1, [r0, #EMC_NOP]
462 streq r1, [r0, #EMC_REFRESH]
/Linux-v4.19/arch/arm/kernel/
Dhead-nommu.S156 M_CLASS(streq r3, [r12, #PMSAv8_MAIR0])
159 M_CLASS(streq r3, [r12, #PMSAv8_MAIR1])
194 streq r3, [r12, MPU_CTRL]
/Linux-v4.19/arch/arm/mach-at91/
Dpm_suspend.S371 streq r3, [r2, #AT91_DDRSDRC_MDR]
392 streq r3, [r2, #AT91_DDRSDRC_MDR]

12