Home
last modified time | relevance | path

Searched refs:lib_info (Results 1 – 7 of 7) sorted by relevance

/sound/soc/intel/atom/sst/
Dsst_pci.c48 if (!ctx->pdata->lib_info) { in sst_platform_get_resources()
53 if (ddr_base != ctx->pdata->lib_info->mod_base) { in sst_platform_get_resources()
Dsst_acpi.c143 .lib_info = &byt_lib_dnld_info,
154 .lib_info = &byt_lib_dnld_info,
/sound/soc/intel/skylake/
Dbxt-sst.c66 ret = skl_prepare_lib_load(skl, &skl->lib_info[i], &stripped_fw, in bxt_load_library()
414 ret = bxt_load_library(ctx, skl->lib_info, in bxt_set_dsp_D0()
616 ret = sst->fw_ops.load_library(sst, ctx->lib_info, in bxt_sst_init_fw()
632 skl_release_library(ctx->lib_info, ctx->lib_count); in bxt_sst_dsp_cleanup()
Dskl-sst.c185 ret = ctx->fw_ops.load_library(ctx, skl->lib_info, in skl_set_dsp_D0()
401 ret = skl_prepare_lib_load(skl, &skl->lib_info[i], &stripped_fw, in kbl_load_library()
611 ret = sst->fw_ops.load_library(sst, ctx->lib_info, in skl_sst_init_fw()
Dskl-sst-ipc.h112 struct skl_lib_info lib_info[SKL_MAX_LIB]; member
Dskl-topology.c2915 strncpy(skl->skl_sst->lib_info[ref_count].name, in skl_tplg_fill_str_mfest_tkn()
2917 ARRAY_SIZE(skl->skl_sst->lib_info[ref_count].name)); in skl_tplg_fill_str_mfest_tkn()
/sound/soc/intel/atom/
Dsst-mfld-dsp.h307 struct module_info lib_info; /* library info type, capabilities etc */ member