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

/scripts/dtc/
H A Ddtc.c153 if (streq(optarg, "legacy"))
155 else if (streq(optarg, "epapr"))
157 else if (streq(optarg, "both"))
191 if (streq(inform, "dts"))
193 else if (streq(inform, "fs"))
195 else if(streq(inform, "dtb"))
209 if (streq(outname, "-")) {
218 if (streq(outform, "dts")) {
220 } else if (streq(outform, "dtb")) {
222 } else if (streq(outfor
[all...]
H A Dfstree.c42 if (streq(de->d_name, ".")
43 || streq(de->d_name, ".."))
H A Dlivetree.c33 if (streq(new->label, label))
123 if (streq(old_prop->name, new_prop->name)) {
151 if (streq(old_child->name, new_child->name)) {
274 if (streq(prop->name, propname))
298 if (streq(l->label, label))
325 if (streq(m->ref, label))
345 if (streq(child->name, nodename))
367 else if (!p && streq(path, child->name))
382 if (streq(l->label, label))
H A Dchecks.c226 if (streq(child->name, child2->name))
239 if (streq(prop->name, prop2->name))
344 if (!streq(prop->name, "phandle")
345 && !streq(prop->name, "linux,phandle"))
402 if (streq((*pp)->name, "name")) {
H A Dsrcpos.c54 if (streq(fname, "-")) {
H A Ddtc.h64 #define streq(a, b) (strcmp((a), (b)) == 0) macro
H A Dflattree.c250 if (streq(str, d->val + i))
278 if (streq(prop->name, "name"))
736 if (!streq(ppath, "/"))

Completed in 334 milliseconds