Lines Matching refs:streq
227 if (streq(optarg, "legacy"))
229 else if (streq(optarg, "epapr"))
231 else if (streq(optarg, "both"))
291 if (streq(inform, "dts"))
297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
299 if (streq(inform, "dts"))
301 else if (streq(inform, "fs"))
303 else if(streq(inform, "dtb"))
341 if (streq(outname, "-")) {
350 if (streq(outform, "dts")) {
353 } else if (streq(outform, "yaml")) {
354 if (!streq(inform, "dts"))
358 } else if (streq(outform, "dtb")) {
360 } else if (streq(outform, "asm")) {
362 } else if (streq(outform, "null")) {