• Home
  • Raw
  • Download

Lines Matching refs:tplg_save_printf

458 	err = tplg_save_printf(dst, pfx, "SectionGraph {\n");  in tplg_save_dapm_graph()
467 err = tplg_save_printf(dst, pfx, "\t\t]\n"); in tplg_save_dapm_graph()
470 err = tplg_save_printf(dst, pfx, "\t}\n"); in tplg_save_dapm_graph()
477 err = tplg_save_printf(dst, pfx, fmt, block); in tplg_save_dapm_graph()
479 err = tplg_save_printf(dst, pfx, "\t\tindex %u\n", in tplg_save_dapm_graph()
486 err = tplg_save_printf(dst, pfx, "\t\tlines [\n"); in tplg_save_dapm_graph()
491 err = tplg_save_printf(dst, pfx, "\t\t\t'%s, %s, %s'\n", in tplg_save_dapm_graph()
500 err = tplg_save_printf(dst, pfx, "\t\t]\n"); in tplg_save_dapm_graph()
502 err = tplg_save_printf(dst, pfx, "\t}\n"); in tplg_save_dapm_graph()
506 err = tplg_save_printf(dst, pfx, "}\n"); in tplg_save_dapm_graph()
680 err = tplg_save_printf(dst, NULL, "'%s' {\n", elem->id); in tplg_save_dapm_widget()
682 err = tplg_save_printf(dst, pfx, "\tindex %u\n", in tplg_save_dapm_widget()
687 err = tplg_save_printf(dst, pfx, "\ttype %s\n", s); in tplg_save_dapm_widget()
689 err = tplg_save_printf(dst, pfx, "\ttype %u\n", in tplg_save_dapm_widget()
693 err = tplg_save_printf(dst, pfx, "\tstream_name '%s'\n", in tplg_save_dapm_widget()
696 err = tplg_save_printf(dst, pfx, "\tno_pm 1\n"); in tplg_save_dapm_widget()
698 err = tplg_save_printf(dst, pfx, "\tshift %u\n", in tplg_save_dapm_widget()
701 err = tplg_save_printf(dst, pfx, "\tinvert %u\n", in tplg_save_dapm_widget()
704 err = tplg_save_printf(dst, pfx, "\tsubseq %u\n", in tplg_save_dapm_widget()
707 err = tplg_save_printf(dst, pfx, "\tevent_type %u\n", in tplg_save_dapm_widget()
710 err = tplg_save_printf(dst, pfx, "\tevent_flags %u\n", in tplg_save_dapm_widget()
726 err = tplg_save_printf(dst, pfx, "}\n"); in tplg_save_dapm_widget()