Lines Matching defs:pfx
115 struct tplg_buf *dst, const char *pfx)
122 err = tplg_save_printf(dst, pfx, "ops.0 {\n");
126 err = tplg_save_printf(dst, pfx, "\tinfo %u\n",
129 err = tplg_save_printf(dst, pfx, "\tinfo %s\n", s);
134 err = tplg_save_printf(dst, pfx, "\tget %u\n",
137 err = tplg_save_printf(dst, pfx, "\tget %s\n", s);
142 err = tplg_save_printf(dst, pfx, "\tput %u\n",
145 err = tplg_save_printf(dst, pfx, "\tput %s\n", s);
148 err = tplg_save_printf(dst, pfx, "}\n");
200 struct tplg_buf *dst, const char *pfx)
207 err = tplg_save_printf(dst, pfx, "extops.0 {\n");
211 err = tplg_save_printf(dst, pfx, "\tinfo %u\n",
214 err = tplg_save_printf(dst, pfx, "\tinfo %s\n", s);
219 err = tplg_save_printf(dst, pfx, "\tget %u\n",
222 err = tplg_save_printf(dst, pfx, "\tget %s\n", s);
227 err = tplg_save_printf(dst, pfx, "\tput %u\n",
230 err = tplg_save_printf(dst, pfx, "\tput %s\n", s);
233 err = tplg_save_printf(dst, pfx, "}\n");