Lines Matching refs:tplg_save_printf
46 int tplg_save_printf(struct tplg_buf *dst, const char *pfx, const char *fmt, ...)
280 return tplg_save_printf(dst, NULL, "'%s'", d);
288 return tplg_save_printf(dst, NULL, "''");
296 return tplg_save_printf(dst, NULL, "%s", str);
326 err = tplg_save_printf(dst, NULL, "\n");
330 err = tplg_save_printf(dst, NULL, "\t");
336 err = tplg_save_printf(dst, NULL, "%s'%s'\n", delim, val);
338 err = tplg_save_printf(dst, NULL, "%s%s\n", delim, val);
364 err = tplg_save_printf(dst, NULL, ".");
377 err = tplg_save_printf(dst, NULL, "%s%s\n", delim,
389 err = tplg_save_printf(dst, pfx, "");
411 err = tplg_save_printf(dst, pfx, "%s\n",
457 err = tplg_save_printf(dst, prefix, "%s {\n",
461 err = tplg_save_printf(dst, prefix, "%s.",
474 err = tplg_save_printf(dst, pfx2, "");
486 err = tplg_save_printf(dst, prefix, "}\n");
576 err = tplg_save_printf(&buf, NULL,
582 err = tplg_save_printf(&buf, NULL, "}\n");