Lines Matching refs:manifest
2262 * Resource table in the manifest has pin specific resources
2303 * Fill module specific resources from the manifest's resource
2377 * If the manifest structure contains no modules, fill all
3446 dev_err(dev, "Not a manifest token %d\n", tkn_elem->token);
3455 * Fill the manifest structure by parsing the tokens based on the
3525 * Parse manifest private data for tokens. The private data block is
3528 static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest,
3537 array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data;
3547 (manifest->priv.data + off);
3556 (manifest->priv.data + off);
3566 (manifest->priv.data + off);
3568 data = (manifest->priv.data + off);
3588 struct snd_soc_tplg_manifest *manifest)
3594 if (manifest->priv.size == 0)
3597 skl_tplg_get_manifest_data(manifest, bus->dev, skl);
3647 .manifest = skl_manifest_load,