Searched refs:lib_count (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/sound/soc/intel/skylake/ |
D | bxt-sst.c | 49 bxt_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in bxt_load_library() argument 57 for (i = 1; i < lib_count; i++) { in bxt_load_library() 88 skl_release_library(linfo, lib_count); in bxt_load_library() 405 if (skl->lib_count > 1) { in bxt_set_dsp_D0() 407 skl->lib_count); in bxt_set_dsp_D0() 607 if (skl->lib_count > 1) { in bxt_sst_init_fw() 609 skl->lib_count); in bxt_sst_init_fw() 624 skl_release_library(skl->lib_info, skl->lib_count); in bxt_sst_dsp_cleanup()
|
D | skl-sst.c | 176 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() 570 if (skl->lib_count > 1) { in skl_sst_init_fw() 572 skl->lib_count); in skl_sst_init_fw()
|
D | skl-sst-dsp.h | 141 struct skl_lib_info *linfo, int lib_count); 252 void skl_release_library(struct skl_lib_info *linfo, int lib_count);
|
D | skl-sst-utils.c | 413 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()
|
D | skl.h | 124 int lib_count; member
|
D | skl-topology.c | 3042 if (ref_count > skl->lib_count - 1) { in skl_tplg_fill_str_mfest_tkn() 3191 skl->lib_count = tkn_elem->value; in skl_tplg_get_int_tkn() 3482 if (skl->lib_count > SKL_MAX_LIB) { in skl_manifest_load() 3484 skl->lib_count); in skl_manifest_load()
|