Home
last modified time | relevance | path

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

/scripts/dtc/
A 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 …]
A Dfstree.c42 if (streq(de->d_name, ".") in read_fstree()
43 || streq(de->d_name, "..")) in read_fstree()
A Dlivetree.c33 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 Dchecks.c369 if (streq(name, "device_type")) in check_property_name_chars_strict()
531 if (streq((*pp)->name, "name")) { in check_name_properties()
654 if (!s || !streq(s, "-names")) in check_names_is_string_list()
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()
1060 if (streq(addr_a, addr_b)) in check_unique_unit_address()
1272 if (!(streq(str, "gpios") || streq(str, "gpio"))) in prop_is_gpio()
1316 if (!streq(str, "gpio")) in check_deprecated_gpio_property()
1479 if (!streq(unitname, unit_addr)) in check_graph_reg()
[all …]
A Dsrcpos.c120 if (streq(fname, "-")) { in srcfile_relative_open()
A Dflattree.c242 if (streq(str, d->val + i)) in stringtable_insert()
273 if (streq(prop->name, "name")) in flatten_tree()
737 if (!streq(ppath, "/")) in nodename_from_path()
A Ddtc.h68 #define streq(a, b) (strcmp((a), (b)) == 0) macro

Completed in 20 milliseconds