/kernel/linux/linux-5.10/scripts/dtc/ |
D | dtc.c | 227 if (streq(optarg, "legacy")) in main() 229 else if (streq(optarg, "epapr")) in main() 231 else if (streq(optarg, "both")) in main() 291 if (streq(inform, "dts")) in main() 297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 299 if (streq(inform, "dts")) in main() 301 else if (streq(inform, "fs")) in main() 303 else if(streq(inform, "dtb")) in main() 341 if (streq(outname, "-")) { in main() 350 if (streq(outform, "dts")) { in main() [all …]
|
D | checks.c | 83 } else if (streq(dti->outname, "-")) { in check_msg() 276 if (streq(child->name, child2->name)) in check_duplicate_node_names() 290 if (streq(prop->name, prop2->name)) in check_duplicate_property_names() 389 if (streq(name, "device_type")) in check_property_name_chars_strict() 551 if (streq((*pp)->name, "name")) { in check_name_properties() 676 if (!s || !streq(s, "-names")) in check_names_is_string_list() 690 if (!streq(node->name, "aliases")) in check_alias_paths() 694 if (streq(prop->name, "phandle") in check_alias_paths() 695 || streq(prop->name, "linux,phandle")) { in check_alias_paths() 817 if (!prop || !streq(prop->val.val, "pci")) in check_pci_bridge() [all …]
|
D | livetree.c | 19 if (streq(new->label, label)) { in add_label() 170 if (streq(old_prop->name, new_prop->name)) { in merge_nodes() 207 if (streq(old_child->name, new_child->name)) { in merge_nodes() 284 if (streq(prop->name, name)) { in delete_property_by_name() 317 if (streq(node->name, name)) { in delete_node_by_name() 429 if (streq(prop->name, propname)) in get_property() 459 if (streq(l->label, label)) in get_property_by_label() 486 if (streq(m->ref, label)) in get_marker_label() 506 if (streq(child->name, nodename)) in get_subnode() 531 else if (!p && streq(path, child->name)) in get_node_by_path() [all …]
|
D | fstree.c | 27 if (streq(de->d_name, ".") in read_fstree() 28 || streq(de->d_name, "..")) in read_fstree()
|
D | flattree.c | 227 if (streq(str, d->val + i)) in stringtable_insert() 258 if (streq(prop->name, "name")) in flatten_tree() 724 if (!streq(ppath, "/")) in nodename_from_path()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | read.c | 81 assert(streq(de->d_name, ".")); in f() 85 assert(streq(de->d_name, "..")); in f() 88 assert(!streq(de->d_name, ".")); in f() 89 assert(!streq(de->d_name, "..")); in f() 96 if (level == 0 && streq(de->d_name, "sysrq-trigger")) { in f() 98 } else if (level == 1 && streq(de->d_name, "clear_refs")) { in f() 100 } else if (level == 3 && streq(de->d_name, "clear_refs")) { in f()
|
D | fd-003-kthread.c | 105 assert(streq(de->d_name, ".")); in test_readdir() 109 assert(streq(de->d_name, "..")); in test_readdir()
|
D | fd-001-lookup.c | 117 assert(streq(de->d_name, ".")); in main() 121 assert(streq(de->d_name, "..")); in main()
|
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()
|
/kernel/linux/linux-5.10/drivers/clk/socfpga/ |
D | clk-gate.c | 35 if (streq(name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_get_parent() 39 if (streq(name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_get_parent() 45 if (streq(name, SOCFPGA_MMC_CLK)) in socfpga_clk_get_parent() 47 if (streq(name, SOCFPGA_NAND_CLK) || in socfpga_clk_get_parent() 48 streq(name, SOCFPGA_NAND_X_CLK)) in socfpga_clk_get_parent() 61 if (streq(name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_set_parent() 66 } else if (streq(name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_set_parent() 73 if (streq(name, SOCFPGA_MMC_CLK)) { in socfpga_clk_set_parent() 76 } else if (streq(name, SOCFPGA_NAND_CLK) || in socfpga_clk_set_parent() 77 streq(name, SOCFPGA_NAND_X_CLK)) { in socfpga_clk_set_parent()
|
D | clk-periph-a10.c | 46 if (streq(name, SOCFPGA_MPU_FREE_CLK) || in clk_periclk_get_parent() 47 streq(name, SOCFPGA_NOC_FREE_CLK) || in clk_periclk_get_parent() 48 streq(name, SOCFPGA_SDMMC_FREE_CLK)) in clk_periclk_get_parent()
|
D | clk-pll-s10.c | 158 if (streq(name, SOCFPGA_BOOT_CLK)) in s10_register_pll() 195 if (streq(name, SOCFPGA_BOOT_CLK)) in agilex_register_pll()
|
D | clk.h | 22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
D | clk-gate-s10.c | 101 if (streq(clks->name, "cs_pdbg_clk")) in s10_register_gate()
|
D | clk-gate-a10.c | 14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | sleep-s3c2410.S | 50 streq r7, [r4] @ SDRAM sleep command 51 streq r8, [r5] @ SDRAM power-down config 52 streq r9, [r6] @ CPU sleep
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
D | testsetbit.S | 12 testop _test_and_set_bit, orreq, streq
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | tls.h | 25 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
D | sleep.h | 102 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
|
D | sleep-tegra30.S | 94 streq \rd, [\r_car_base, #\pll_base] 465 streq r1, [r0, #EMC_NOP] 466 streq r1, [r0, #EMC_NOP]
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | head-nommu.S | 152 M_CLASS(streq r3, [r12, #PMSAv8_MAIR0]) 155 M_CLASS(streq r3, [r12, #PMSAv8_MAIR1]) 190 streq r3, [r12, MPU_CTRL]
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 290 struct PptpStopSessionRequest streq; member
|
/kernel/linux/linux-5.10/arch/arm/mach-at91/ |
D | pm_suspend.S | 604 streq r3, [r2, #AT91_DDRSDRC_MDR] 625 streq r3, [r2, #AT91_DDRSDRC_MDR]
|