Home
last modified time | relevance | path

Searched refs:lib_count (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/intel/skylake/
A Dbxt-sst.c46 bxt_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in bxt_load_library() argument
54 for (i = 1; i < lib_count; i++) { in bxt_load_library()
85 skl_release_library(linfo, lib_count); in bxt_load_library()
402 if (skl->lib_count > 1) { in bxt_set_dsp_D0()
404 skl->lib_count); in bxt_set_dsp_D0()
602 if (skl->lib_count > 1) { in bxt_sst_init_fw()
604 skl->lib_count); in bxt_sst_init_fw()
619 skl_release_library(skl->lib_info, skl->lib_count); in bxt_sst_dsp_cleanup()
A Dskl-sst.c176 if (skl->lib_count > 1) { in skl_set_dsp_D0()
178 skl->lib_count); in skl_set_dsp_D0()
385 skl_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in skl_load_library() argument
392 for (i = 1; i < lib_count; i++) { in skl_load_library()
406 skl_release_library(linfo, lib_count); in skl_load_library()
568 if (skl->lib_count > 1) { in skl_sst_init_fw()
570 skl->lib_count); in skl_sst_init_fw()
A Dskl-sst-dsp.h143 struct skl_lib_info *linfo, int lib_count);
254 void skl_release_library(struct skl_lib_info *linfo, int lib_count);
A Dskl-sst-utils.c413 void skl_release_library(struct skl_lib_info *linfo, int lib_count) in skl_release_library() argument
418 for (i = 1; i < lib_count; i++) { in skl_release_library()
A Dskl.h124 int lib_count; member
A Dskl-topology.c3191 if (ref_count > skl->lib_count - 1) { in skl_tplg_fill_str_mfest_tkn()
3340 skl->lib_count = tkn_elem->value; in skl_tplg_get_int_tkn()
3631 if (skl->lib_count > SKL_MAX_LIB) { in skl_manifest_load()
3633 skl->lib_count); in skl_manifest_load()

Completed in 16 milliseconds