manifest 122 drivers/greybus/control.c int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest, manifest 128 drivers/greybus/control.c NULL, 0, manifest, size); manifest 1073 drivers/greybus/interface.c void *manifest; manifest 1107 drivers/greybus/interface.c manifest = kmalloc(size, GFP_KERNEL); manifest 1108 drivers/greybus/interface.c if (!manifest) { manifest 1114 drivers/greybus/interface.c ret = gb_control_get_manifest_operation(intf, manifest, size); manifest 1124 drivers/greybus/interface.c if (!gb_manifest_parse(intf, manifest, size)) { manifest 1152 drivers/greybus/interface.c kfree(manifest); manifest 1166 drivers/greybus/interface.c kfree(manifest); manifest 454 drivers/greybus/manifest.c struct greybus_manifest *manifest; manifest 475 drivers/greybus/manifest.c manifest = data; manifest 476 drivers/greybus/manifest.c header = &manifest->header; manifest 493 drivers/greybus/manifest.c desc = manifest->descriptors; manifest 51 include/linux/greybus/control.h int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest, manifest 160 include/sound/soc-topology.h int (*manifest)(struct snd_soc_component *, int index, manifest 3411 sound/soc/intel/skylake/skl-topology.c static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest, manifest 3420 sound/soc/intel/skylake/skl-topology.c array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data; manifest 3430 sound/soc/intel/skylake/skl-topology.c (manifest->priv.data + off); manifest 3439 sound/soc/intel/skylake/skl-topology.c (manifest->priv.data + off); manifest 3449 sound/soc/intel/skylake/skl-topology.c (manifest->priv.data + off); manifest 3451 sound/soc/intel/skylake/skl-topology.c data = (manifest->priv.data + off); manifest 3471 sound/soc/intel/skylake/skl-topology.c struct snd_soc_tplg_manifest *manifest) manifest 3477 sound/soc/intel/skylake/skl-topology.c if (manifest->priv.size == 0) manifest 3480 sound/soc/intel/skylake/skl-topology.c skl_tplg_get_manifest_data(manifest, bus->dev, skl); manifest 3498 sound/soc/intel/skylake/skl-topology.c .manifest = skl_manifest_load, manifest 2473 sound/soc/soc-topology.c struct snd_soc_tplg_manifest **manifest) manifest 2479 sound/soc/soc-topology.c *manifest = NULL; manifest 2509 sound/soc/soc-topology.c *manifest = dest; manifest 2516 sound/soc/soc-topology.c struct snd_soc_tplg_manifest *manifest, *_manifest; manifest 2523 sound/soc/soc-topology.c manifest = (struct snd_soc_tplg_manifest *)tplg->pos; manifest 2526 sound/soc/soc-topology.c if (le32_to_cpu(manifest->size) == sizeof(*manifest)) { manifest 2528 sound/soc/soc-topology.c _manifest = manifest; manifest 2531 sound/soc/soc-topology.c ret = manifest_new_ver(tplg, manifest, &_manifest); manifest 2537 sound/soc/soc-topology.c if (tplg->comp && tplg->ops && tplg->ops->manifest) manifest 2538 sound/soc/soc-topology.c ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); manifest 3295 sound/soc/sof/topology.c .manifest = sof_manifest,