Searched refs:streq (Results 1 – 7 of 7) sorted by relevance
| /scripts/dtc/ |
| A D | dtc.c | 231 if (streq(optarg, "legacy")) in main() 233 else if (streq(optarg, "epapr")) in main() 235 else if (streq(optarg, "both")) in main() 300 if (streq(inform, "dts")) in main() 306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 308 if (streq(inform, "dts")) in main() 310 else if (streq(inform, "fs")) in main() 312 else if(streq(inform, "dtb")) in main() 350 if (streq(outname, "-")) { in main() 359 if (streq(outform, "dts")) { in main() [all …]
|
| A D | fstree.c | 27 if (streq(de->d_name, ".") in read_fstree() 28 || streq(de->d_name, "..")) in read_fstree()
|
| A D | checks.c | 413 if (streq(name, "device_type")) in check_property_name_chars_strict() 934 if (streq(unitname, unit_addr)) in check_pci_device_reg() 939 if (streq(unitname, unit_addr)) in check_pci_device_reg() 962 if (streq(str, compat)) in node_is_compatible() 1009 if (!streq(unitname, unit_addr)) in check_simple_bus_reg() 1073 if (!streq(unitname, unit_addr)) in check_i2c_bus_reg() 1248 if (streq("disabled", str)) in node_is_disabled() 1286 if (streq(addr_a, addr_b)) in check_unique_unit_address_common() 1511 streq(prop->name, "gpios") || in prop_is_gpio() 1513 streq(prop->name, "gpio"); in prop_is_gpio() [all …]
|
| A D | livetree.c | 19 if (streq(new->label, label)) { in add_label() 170 if (streq(old_prop->name, new_prop->name)) { in merge_nodes() 285 if (streq(prop->name, name)) { in delete_property_by_name() 318 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() 532 else if (!p && streq(path, child->name)) in get_node_by_path() 547 if (streq(l->label, label)) in get_node_by_label() [all …]
|
| A D | dtc.h | 91 #define streq(a, b) (strcmp((a), (b)) == 0) macro 102 return streq(str + len - suffix_len, suffix); in strends()
|
| A D | flattree.c | 228 if (streq(str, d->val + i)) in stringtable_insert() 259 if (streq(prop->name, "name")) in flatten_tree() 725 if (!streq(ppath, "/")) in nodename_from_path()
|
| A D | srcpos.c | 153 if (streq(fname, "-")) { in srcfile_relative_open()
|
Completed in 14 milliseconds