Home
last modified time | relevance | path

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

/linux/drivers/greybus/
A Dmanifest.c454 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()
A Dinterface.c1073 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()
A DMakefile6 manifest.o \
A Dcontrol.c122 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/tools/perf/
A Dperf-archive.sh31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
/linux/sound/soc/
A Dsoc-topology-test.c119 struct snd_soc_tplg_manifest manifest; member
135 .manifest = {
145 struct snd_soc_tplg_manifest manifest; member
162 .manifest = {
A Dsoc-topology.c2403 struct snd_soc_tplg_manifest **manifest) in manifest_new_ver() argument
2409 *manifest = NULL; in manifest_new_ver()
2439 *manifest = dest; in manifest_new_ver()
2446 struct snd_soc_tplg_manifest *manifest, *_manifest; in soc_tplg_manifest_load() local
2450 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load()
2453 if (le32_to_cpu(manifest->size) == sizeof(*manifest)) { in soc_tplg_manifest_load()
2455 _manifest = manifest; in soc_tplg_manifest_load()
2459 ret = manifest_new_ver(tplg, manifest, &_manifest); in soc_tplg_manifest_load()
2465 if (tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load()
2466 ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load()
/linux/include/linux/greybus/
A Dcontrol.h51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
/linux/include/sound/
A Dsoc-topology.h157 int (*manifest)(struct snd_soc_component *, int index, member
/linux/sound/soc/intel/skylake/
A Dskl-topology.c3560 static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest, in skl_tplg_get_manifest_data() argument
3569 array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data; in skl_tplg_get_manifest_data()
3579 (manifest->priv.data + off); in skl_tplg_get_manifest_data()
3588 (manifest->priv.data + off); in skl_tplg_get_manifest_data()
3598 (manifest->priv.data + off); in skl_tplg_get_manifest_data()
3600 data = (manifest->priv.data + off); in skl_tplg_get_manifest_data()
3620 struct snd_soc_tplg_manifest *manifest) in skl_manifest_load() argument
3626 if (manifest->priv.size == 0) in skl_manifest_load()
3629 skl_tplg_get_manifest_data(manifest, bus->dev, skl); in skl_manifest_load()
3686 .manifest = skl_manifest_load,
/linux/Documentation/dev-tools/
A Dkcsan.rst223 manifest as data races. Race conditions occur if concurrently executing
226 properties of concurrent code where bugs would not manifest as data races.
238 manifest rarely), and (b) be able to actually observe them. We can accomplish
/linux/lib/
A DKconfig.kcsan36 These assertions can expose bugs that do not manifest as
/linux/sound/soc/sof/
A Dtopology.c3581 .manifest = sof_manifest,
/linux/Documentation/admin-guide/
A Dreporting-issues.rst445 manifest itself in problems looking like kernel issues.
1564 the distributor applied interfere. If the issue doesn't manifest itself there,

Completed in 33 milliseconds