Searched refs:skl_module (Results 1 – 6 of 6) sorted by relevance
289 struct skl_module_table *skl_module; in skl_fill_module_table() local300 skl_module = devm_kzalloc(ctx->dev, sizeof(*skl_module), GFP_KERNEL); in skl_fill_module_table()301 if (skl_module == NULL) { in skl_fill_module_table()306 size = sizeof(*skl_module->mod_info); in skl_fill_module_table()307 skl_module->mod_info = devm_kzalloc(ctx->dev, size, GFP_KERNEL); in skl_fill_module_table()308 if (skl_module->mod_info == NULL) { in skl_fill_module_table()313 skl_module->mod_info->mod_id = mod_id; in skl_fill_module_table()314 skl_module->mod_info->fw = fw; in skl_fill_module_table()315 list_add(&skl_module->list, &ctx->module_list); in skl_fill_module_table()317 return skl_module; in skl_fill_module_table()
371 struct skl_module { struct387 struct skl_module *module; argument
102 struct skl_module **modules;
1272 struct skl_module *skl_module; in skl_get_module_info() local1299 skl_module = skl->modules[i]; in skl_get_module_info()1300 uuid_tplg = &skl_module->uuid; in skl_get_module_info()1302 mconfig->module = skl_module; in skl_get_module_info()
467 struct skl_module *module = mconfig->module; in skl_set_base_module_format()683 struct skl_module *module = mconfig->module; in skl_setup_out_format()710 struct skl_module *module = mconfig->module; in skl_set_src_format()729 struct skl_module *module = mconfig->module; in skl_set_updown_mixer_format()1139 struct skl_module *module; in skl_bind_modules()
3274 struct skl_module *mod) in skl_tplg_fill_mod_info()3322 struct skl_module *mod = NULL; in skl_tplg_get_int_tkn()3347 sizeof(struct skl_module), GFP_KERNEL); in skl_tplg_get_int_tkn()3486 struct skl_module *mod; in skl_tplg_get_manifest_uuid()