Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.c227 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 …]
H A Dchecks.c83 } 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()
716 if (!s || !streq(s, "-names")) in check_names_is_string_list()
730 if (!streq(node->name, "aliases")) in check_alias_paths()
734 if (streq(prop->name, "phandle") in check_alias_paths()
735 || streq(prop->name, "linux,phandle")) { in check_alias_paths()
857 if (!prop || !streq(prop->val.val, "pci")) in check_pci_bridge()
[all …]
H A Dlivetree.c19 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 …]
H A Dfstree.c27 if (streq(de->d_name, ".") in read_fstree()
28 || streq(de->d_name, "..")) in read_fstree()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.c235 if (streq(optarg, "legacy")) in main()
237 else if (streq(optarg, "epapr")) in main()
239 else if (streq(optarg, "both")) in main()
296 if (streq(inform, "dts")) in main()
302 if (streq(inform, "dts")) in main()
304 else if (streq(inform, "fs")) in main()
306 else if(streq(inform, "dtb")) in main()
343 if (streq(outname, "-")) { in main()
352 if (streq(outform, "dts")) { in main()
354 } else if (streq(outform, "dtb")) { in main()
[all …]
H A Dlivetree.c33 if (streq(new->label, label)) { in add_label()
165 if (streq(old_prop->name, new_prop->name)) { in merge_nodes()
200 if (streq(old_child->name, new_child->name)) { in merge_nodes()
267 if (streq(prop->name, name)) { in delete_property_by_name()
300 if (streq(node->name, name)) { in delete_node_by_name()
409 if (streq(prop->name, propname)) in get_property()
439 if (streq(l->label, label)) in get_property_by_label()
466 if (streq(m->ref, label)) in get_marker_label()
486 if (streq(child->name, nodename)) in get_subnode()
512 else if (!p && streq(path, child->name)) in get_node_by_path()
[all …]
H A Dfstree.c42 if (streq(de->d_name, ".") in read_fstree()
43 || streq(de->d_name, "..")) in read_fstree()
H A Dchecks.c214 if (streq(child->name, child2->name)) in check_duplicate_node_names()
229 if (streq(prop->name, prop2->name)) in check_duplicate_property_names()
327 if (streq(name, "device_type")) in check_property_name_chars_strict()
489 if (streq((*pp)->name, "name")) { in check_name_properties()
694 if (!prop || !streq(prop->val.val, "pci")) in check_pci_bridge()
803 if (streq(unitname, unit_addr)) in check_pci_device_reg()
808 if (streq(unitname, unit_addr)) in check_pci_device_reg()
877 if (!streq(unitname, unit_addr)) in check_simple_bus_reg()
1084 if (!(streq(str, "gpios") || streq(str, "gpio"))) in prop_is_gpio()
1128 if (!streq(str, "gpio")) in check_deprecated_gpio_property()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/socfpga/
H A Dclk-gate.c35 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()
H A Dclk-periph-a10.c46 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()
H A Dclk-pll-s10.c158 if (streq(name, SOCFPGA_BOOT_CLK)) in s10_register_pll()
195 if (streq(name, SOCFPGA_BOOT_CLK)) in agilex_register_pll()
H A Dclk.h22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dread.c81 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()
H A Dfd-001-lookup.c117 assert(streq(de->d_name, ".")); in main()
121 assert(streq(de->d_name, "..")); in main()
H A Dfd-003-kthread.c105 assert(streq(de->d_name, ".")); in test_readdir()
109 assert(streq(de->d_name, "..")); in test_readdir()
H A Dself.c36 assert(streq(buf1, buf2)); in main()
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq() function
H A Dthread-self.c40 assert(streq(buf1, buf2)); in f()
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-depmod-Add-support-for-excluding-a-directory.patch109 + } else if (streq(cmd, "exclude")) {
114 } else if (streq(cmd, "include")
115 || streq(cmd, "make_map_files")) {
142 + if (streq(name, "build") || streq(name, "source"))
146 + if (streq(name, exc->exclude_dir))
163 - if (streq(name, "build") || streq(name, "source"))
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dsleep-s3c2410.S50 streq r7, [r4] @ SDRAM sleep command
51 streq r8, [r5] @ SDRAM power-down config
52 streq r9, [r6] @ CPU sleep
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dtestsetbit.S12 testop _test_and_set_bit, orreq, streq
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c236 if (streq(salt_prefix, "$2a$") || streq(salt_prefix, "$2y$")) { in main()
H A Dutils.h5 #define streq(a, b) (strcmp(a, b) == 0) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dtls.h25 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhead-nommu.S152 M_CLASS(streq r3, [r12, #PMSAv8_MAIR0])
155 M_CLASS(streq r3, [r12, #PMSAv8_MAIR1])
190 streq r3, [r12, MPU_CTRL]

123