/Linux-v4.19/scripts/dtc/ |
D | dtc.c | 233 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 …]
|
D | livetree.c | 33 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 …]
|
D | checks.c | 257 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 …]
|
D | fstree.c | 42 if (streq(de->d_name, ".") in read_fstree() 43 || streq(de->d_name, "..")) in read_fstree()
|
/Linux-v4.19/tools/testing/selftests/proc/ |
D | read.c | 79 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()
|
D | fd-001-lookup.c | 117 assert(streq(de->d_name, ".")); in main() 121 assert(streq(de->d_name, "..")); in main()
|
D | fd-003-kthread.c | 105 assert(streq(de->d_name, ".")); in test_readdir() 109 assert(streq(de->d_name, "..")); in test_readdir()
|
D | self.c | 36 assert(streq(buf1, buf2)); in main()
|
D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq() function
|
D | thread-self.c | 40 assert(streq(buf1, buf2)); in f()
|
/Linux-v4.19/drivers/clk/socfpga/ |
D | clk-gate.c | 44 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()
|
D | clk-periph-a10.c | 56 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()
|
D | clk.h | 31 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
D | clk-gate-s10.c | 106 if (streq(name, "cs_pdbg_clk")) in s10_register_gate()
|
D | clk-pll-s10.c | 124 if (streq(name, SOCFPGA_BOOT_CLK)) in s10_register_pll()
|
D | clk-gate-a10.c | 25 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | sleep-s3c2410.S | 51 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/ |
D | testsetbit.S | 15 testop _test_and_set_bit, orreq, streq
|
/Linux-v4.19/arch/arm/include/asm/ |
D | futex.h | 116 "2: " TUSER(streq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
|
D | tls.h | 25 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
|
/Linux-v4.19/arch/arm/mach-tegra/ |
D | sleep.S | 138 streq r3, [r2, #L2X0_CTRL]
|
D | sleep.h | 113 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
|
D | sleep-tegra30.S | 103 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/ |
D | head-nommu.S | 156 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/ |
D | pm_suspend.S | 371 streq r3, [r2, #AT91_DDRSDRC_MDR] 392 streq r3, [r2, #AT91_DDRSDRC_MDR]
|