Lines Matching defs:mod
3244 struct skl_module *mod)
3247 if (!mod)
3252 mod->input_pin_type = tkn_elem->value;
3256 mod->output_pin_type = tkn_elem->value;
3260 mod->max_input_pins = tkn_elem->value;
3264 mod->max_output_pins = tkn_elem->value;
3268 mod->nr_resources = tkn_elem->value;
3272 mod->nr_interfaces = tkn_elem->value;
3276 dev_err(dev, "Invalid mod info token %d", tkn_elem->token);
3292 struct skl_module *mod = NULL;
3299 mod = skl->modules[mod_idx];
3300 res = &mod->resources[res_val_idx];
3301 fmt = &mod->formats[intf_val_idx];
3374 ret = skl_tplg_fill_mod_info(dev, tkn_elem, mod);