Searched refs:manifest (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/greybus/ |
| D | manifest.c | 454 struct greybus_manifest *manifest; in gb_manifest_parse() local 475 manifest = data; in gb_manifest_parse() 476 header = &manifest->header; in gb_manifest_parse() 493 desc = manifest->descriptors; in gb_manifest_parse()
|
| D | Makefile | 6 manifest.o \
|
| D | interface.c | 1073 void *manifest; in gb_interface_enable() local 1107 manifest = kmalloc(size, GFP_KERNEL); in gb_interface_enable() 1108 if (!manifest) { in gb_interface_enable() 1114 ret = gb_control_get_manifest_operation(intf, manifest, size); in gb_interface_enable() 1124 if (!gb_manifest_parse(intf, manifest, size)) { in gb_interface_enable() 1152 kfree(manifest); in gb_interface_enable() 1166 kfree(manifest); in gb_interface_enable()
|
| D | control.c | 122 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest, in gb_control_get_manifest_operation() argument 128 NULL, 0, manifest, size); in gb_control_get_manifest_operation()
|
| /Linux-v5.4/tools/perf/ |
| D | perf-archive.sh | 32 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
| /Linux-v5.4/include/linux/greybus/ |
| D | control.h | 51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
|
| /Linux-v5.4/include/sound/ |
| D | soc-topology.h | 160 int (*manifest)(struct snd_soc_component *, int index, member
|
| /Linux-v5.4/sound/soc/ |
| D | soc-topology.c | 2427 struct snd_soc_tplg_manifest **manifest) in manifest_new_ver() argument 2433 *manifest = NULL; in manifest_new_ver() 2463 *manifest = dest; in manifest_new_ver() 2470 struct snd_soc_tplg_manifest *manifest, *_manifest; in soc_tplg_manifest_load() local 2477 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load() 2480 if (le32_to_cpu(manifest->size) == sizeof(*manifest)) { in soc_tplg_manifest_load() 2482 _manifest = manifest; in soc_tplg_manifest_load() 2485 err = manifest_new_ver(tplg, manifest, &_manifest); in soc_tplg_manifest_load() 2491 if (tplg->comp && tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load() 2492 return tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load()
|
| /Linux-v5.4/sound/soc/intel/skylake/ |
| D | skl-topology.c | 3411 static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest, in skl_tplg_get_manifest_data() argument 3420 array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data; in skl_tplg_get_manifest_data() 3430 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3439 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3449 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3451 data = (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3471 struct snd_soc_tplg_manifest *manifest) in skl_manifest_load() argument 3477 if (manifest->priv.size == 0) in skl_manifest_load() 3480 skl_tplg_get_manifest_data(manifest, bus->dev, skl); in skl_manifest_load() 3498 .manifest = skl_manifest_load,
|
| /Linux-v5.4/sound/soc/sof/ |
| D | topology.c | 3291 .manifest = sof_manifest,
|
| /Linux-v5.4/include/ |
| D | Kbuild | 1085 header-test- += uapi/sound/sof/manifest.h
|