Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/
Dperf-archive.sh31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
/linux-4.4.14/include/sound/
Dsoc-topology.h143 int (*manifest)(struct snd_soc_component *, member
/linux-4.4.14/sound/soc/
Dsoc-topology.c1598 struct snd_soc_tplg_manifest *manifest; in soc_tplg_manifest_load() local
1603 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load()
1606 if (tplg->comp && tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load()
1607 return tplg->ops->manifest(tplg->comp, manifest); in soc_tplg_manifest_load()