Searched refs:streq (Results 1 – 9 of 9) sorted by relevance
/u-boot/scripts/dtc/ |
A 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 …]
|
A D | fstree.c | 42 if (streq(de->d_name, ".") in read_fstree() 43 || streq(de->d_name, "..")) in read_fstree()
|
A D | livetree.c | 33 if (streq(new->label, label)) { in add_label() 179 if (streq(old_prop->name, new_prop->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() 548 if (streq(l->label, label)) in get_node_by_label() [all …]
|
A D | checks.c | 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() 886 if (streq(unitname, unit_addr)) in check_pci_device_reg() 891 if (streq(unitname, unit_addr)) in check_pci_device_reg() 960 if (!streq(unitname, unit_addr)) in check_simple_bus_reg() 1061 if (streq(addr_a, addr_b)) in check_unique_unit_address() 1274 if (!(streq(str, "gpios") || streq(str, "gpio"))) in prop_is_gpio() 1318 if (!streq(str, "gpio")) in check_deprecated_gpio_property() 1481 if (!streq(unitname, unit_addr)) in check_graph_reg() [all …]
|
A D | srcpos.c | 122 if (streq(fname, "-")) { in srcfile_relative_open()
|
A D | flattree.c | 242 if (streq(str, d->val + i)) in stringtable_insert() 273 if (streq(prop->name, "name")) in flatten_tree() 739 if (!streq(ppath, "/")) in nodename_from_path()
|
A D | dtc.h | 69 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/u-boot/arch/arm/mach-tegra/ |
A D | psci.S | 58 streq r7, [r5]
|
/u-boot/board/samsung/goni/ |
A D | lowlevel_init.S | 158 streq r1, [r0]
|
Completed in 16 milliseconds