Lines Matching refs:manifest
2238 * Resource table in the manifest has pin specific resources
2279 * Fill module specific resources from the manifest's resource
2353 * If the manifest structure contains no modules, fill all
3444 dev_err(dev, "Not a manifest token %d\n", tkn_elem->token);
3453 * Fill the manifest structure by parsing the tokens based on the
3523 * Parse manifest private data for tokens. The private data block is
3526 static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest,
3535 array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data;
3545 (manifest->priv.data + off);
3554 (manifest->priv.data + off);
3563 data = (manifest->priv.data + off);
3583 struct snd_soc_tplg_manifest *manifest)
3589 if (manifest->priv.size == 0)
3592 skl_tplg_get_manifest_data(manifest, bus->dev, skl);
3649 .manifest = skl_manifest_load,