Searched refs:lib_count (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/soc/intel/skylake/ |
D | bxt-sst.c | 57 bxt_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in bxt_load_library() argument 65 for (i = 1; i < lib_count; i++) { in bxt_load_library() 96 skl_release_library(linfo, lib_count); in bxt_load_library() 413 if (skl->lib_count > 1) { in bxt_set_dsp_D0() 415 skl->lib_count); in bxt_set_dsp_D0() 615 if (ctx->lib_count > 1) { in bxt_sst_init_fw() 617 ctx->lib_count); in bxt_sst_init_fw() 632 skl_release_library(ctx->lib_info, ctx->lib_count); in bxt_sst_dsp_cleanup()
|
D | skl-sst.c | 184 if (skl->lib_count > 1) { in skl_set_dsp_D0() 186 skl->lib_count); in skl_set_dsp_D0() 393 skl_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in skl_load_library() argument 400 for (i = 1; i < lib_count; i++) { in skl_load_library() 414 skl_release_library(linfo, lib_count); in skl_load_library() 580 if (ctx->lib_count > 1) { in skl_sst_init_fw() 582 ctx->lib_count); in skl_sst_init_fw()
|
D | skl-sst-dsp.h | 149 struct skl_lib_info *linfo, int lib_count); 261 void skl_release_library(struct skl_lib_info *linfo, int lib_count);
|
D | skl-sst-utils.c | 437 void skl_release_library(struct skl_lib_info *linfo, int lib_count) in skl_release_library() argument 442 for (i = 1; i < lib_count; i++) { in skl_release_library()
|
D | skl-sst-ipc.h | 113 int lib_count; member
|
D | skl-topology.c | 3187 if (ref_count > skl->skl_sst->lib_count - 1) { in skl_tplg_fill_str_mfest_tkn() 3335 skl->skl_sst->lib_count = tkn_elem->value; in skl_tplg_get_int_tkn() 3636 if (skl->skl_sst->lib_count > SKL_MAX_LIB) { in skl_manifest_load() 3638 skl->skl_sst->lib_count); in skl_manifest_load()
|