Lines Matching refs:streq
229 if (streq(optarg, "legacy"))
231 else if (streq(optarg, "epapr"))
233 else if (streq(optarg, "both"))
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
343 if (streq(outname, "-")) {
352 if (streq(outform, "dts")) {
355 } else if (streq(outform, "yaml")) {
356 if (!streq(inform, "dts"))
360 } else if (streq(outform, "dtb")) {
362 } else if (streq(outform, "asm")) {
364 } else if (streq(outform, "null")) {