Lines Matching defs:dst
419 struct tplg_buf *dst, const char *pfx)
457 err = tplg_save_printf(dst, pfx, "SectionGraph {\n");
466 err = tplg_save_printf(dst, pfx, "\t\t]\n");
469 err = tplg_save_printf(dst, pfx, "\t}\n");
476 err = tplg_save_printf(dst, pfx, fmt, block);
478 err = tplg_save_printf(dst, pfx, "\t\tindex %u\n",
485 err = tplg_save_printf(dst, pfx, "\t\tlines [\n");
490 err = tplg_save_printf(dst, pfx, "\t\t\t'%s, %s, %s'\n",
499 err = tplg_save_printf(dst, pfx, "\t\t]\n");
501 err = tplg_save_printf(dst, pfx, "\t}\n");
505 err = tplg_save_printf(dst, pfx, "}\n");
683 struct tplg_buf *dst, const char *pfx)
690 err = tplg_save_printf(dst, NULL, "'%s' {\n", elem->id);
692 err = tplg_save_printf(dst, pfx, "\tindex %u\n",
697 err = tplg_save_printf(dst, pfx, "\ttype %s\n", s);
699 err = tplg_save_printf(dst, pfx, "\ttype %u\n",
703 err = tplg_save_printf(dst, pfx, "\tstream_name '%s'\n",
706 err = tplg_save_printf(dst, pfx, "\tno_pm 1\n");
708 err = tplg_save_printf(dst, pfx, "\tshift %u\n",
711 err = tplg_save_printf(dst, pfx, "\tinvert %u\n",
714 err = tplg_save_printf(dst, pfx, "\tignore_suspend %u\n",
717 err = tplg_save_printf(dst, pfx, "\tsubseq %u\n",
720 err = tplg_save_printf(dst, pfx, "\tevent_type %u\n",
723 err = tplg_save_printf(dst, pfx, "\tevent_flags %u\n",
728 "enum", dst, pfx2);
731 "mixer", dst, pfx2);
734 "bytes", dst, pfx2);
737 "data", dst, pfx2);
739 err = tplg_save_printf(dst, pfx, "}\n");