Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
Dsst_pci.c40 if (!ctx->pdata->lib_info) { in sst_platform_get_resources()
45 if (ddr_base != ctx->pdata->lib_info->mod_base) { in sst_platform_get_resources()
Dsst_acpi.c131 .lib_info = &byt_lib_dnld_info,
143 .lib_info = &byt_lib_dnld_info,
/kernel/linux/linux-5.10/fs/
Dbinfmt_flat.c77 struct lib_info { struct
90 static int load_flat_shared_library(int id, struct lib_info *p); argument
319 calc_reloc(unsigned long r, struct lib_info *p, int curid, int internalp) in calc_reloc()
455 struct lib_info *libinfo, int id, unsigned long *extra_stack) in load_flat_file()
914 static int load_flat_shared_library(int id, struct lib_info *libs) in load_flat_shared_library()
958 struct lib_info libinfo; in load_flat_binary()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dbxt-sst.c55 ret = skl_prepare_lib_load(skl, &skl->lib_info[i], &stripped_fw, in bxt_load_library()
403 ret = bxt_load_library(ctx, skl->lib_info, in bxt_set_dsp_D0()
603 ret = sst->fw_ops.load_library(sst, skl->lib_info, in bxt_sst_init_fw()
619 skl_release_library(skl->lib_info, skl->lib_count); in bxt_sst_dsp_cleanup()
Dskl-sst.c177 ret = ctx->fw_ops.load_library(ctx, skl->lib_info, in skl_set_dsp_D0()
393 ret = skl_prepare_lib_load(skl, &skl->lib_info[i], &stripped_fw, in skl_load_library()
569 ret = sst->fw_ops.load_library(sst, skl->lib_info, in skl_sst_init_fw()
Dskl.h123 struct skl_lib_info lib_info[SKL_MAX_LIB]; member
Dskl-topology.c3164 strncpy(skl->lib_info[ref_count].name, in skl_tplg_fill_str_mfest_tkn()
3166 ARRAY_SIZE(skl->lib_info[ref_count].name)); in skl_tplg_fill_str_mfest_tkn()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dplatform_sst_audio.h132 const struct sst_lib_dnld_info *lib_info; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch4939 + struct lib_info *lib_info)
4942 + &lib_info->xtlib_globals;
4985 + struct lib_info *lib_info)
4988 + &lib_info->xtlib_globals;
5024 + struct lib_info *lib_info)
5027 + &lib_info->xtlib_globals;
5035 + struct lib_info *lib_info)
5039 + &lib_info->xtlib_globals;
5060 + struct lib_info *lib_info)
5063 + &lib_info->xtlib_globals;
[all …]
/kernel/linux/linux-5.10/sound/soc/intel/atom/
Dsst-mfld-dsp.h299 struct module_info lib_info; /* library info type, capabilities etc */ member