Lines Matching refs:tplg_save_printf
144 return tplg_save_printf(dst, pfx, "%s '%s'\n", id, last->id);
146 err = tplg_save_printf(dst, pfx, "%s [\n", id);
152 err = tplg_save_printf(dst, pfx, "\t'%s'\n", ref->id);
158 return tplg_save_printf(dst, pfx, "]\n");
916 err = tplg_save_printf(dst, NULL, buf, set_index, s);
924 err = tplg_save_printf(dst, NULL, buf,
927 err = tplg_save_printf(dst, pfx, "\t'%s' ",
934 err = tplg_save_printf(dst, NULL, "'" UUID_FORMAT "'\n",
945 err = tplg_save_printf(dst, NULL, "'%s'\n",
951 err = tplg_save_printf(dst, NULL, "%u\n", tuple->value);
955 err = tplg_save_printf(dst, NULL, "%s\n", buf);
964 return tplg_save_printf(dst, pfx, "}\n");
1024 err = tplg_save_printf(dst, pfx, "");
1097 err = tplg_save_printf(dst, NULL, "'%s' {\n", elem->id);
1101 err = tplg_save_printf(dst, pfx, "\t'%s' %u\n",
1104 err = tplg_save_printf(dst, pfx, "}\n");
1167 err = tplg_save_printf(dst, NULL, "'%s' {\n", elem->id);
1175 err = tplg_save_printf(dst, pfx, "}\n");
1261 return tplg_save_printf(dst, NULL,
1264 err = tplg_save_printf(dst, NULL, "'%s'.data [\n", elem->id);
1274 err = tplg_save_printf(dst, NULL, "'%s'.data.%u '%s'\n",
1277 err = tplg_save_printf(dst, pfx, "\t'%s'\n", ref->id);
1284 err = tplg_save_printf(dst, pfx, "]\n");
1444 err = tplg_save_printf(dst, NULL, "'%s' {\n", elem->id);
1446 err = tplg_save_printf(dst, NULL, "");
1448 err = tplg_save_printf(dst, NULL, "'%s'.", elem->id);
1452 err = tplg_save_printf(dst, pfx, "");
1457 err = tplg_save_printf(dst, NULL, "bytes\n");
1459 err = tplg_save_printf(dst, pfx, "\t'");
1461 err = tplg_save_printf(dst, NULL, "bytes '");
1467 err = tplg_save_printf(dst, NULL, ":\n");
1470 err = tplg_save_printf(dst, pfx, "\t ");
1474 err = tplg_save_printf(dst, NULL, "%s%02x",
1480 err = tplg_save_printf(dst, NULL, "'\n");
1488 err = tplg_save_printf(dst, pfx, "type %u",
1491 err = tplg_save_printf(dst, pfx, "}\n");