/linux-6.1.9/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 | 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 | Makefile | 6 manifest.o \
|
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-6.1.9/tools/perf/ |
D | perf-archive.sh | 31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
/linux-6.1.9/include/linux/greybus/ |
D | control.h | 51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
|
/linux-6.1.9/sound/soc/ |
D | soc-topology-test.c | 118 struct snd_soc_tplg_manifest manifest; member 134 .manifest = { 144 struct snd_soc_tplg_manifest manifest; member 161 .manifest = {
|
D | soc-topology.c | 2321 struct snd_soc_tplg_manifest **manifest) in manifest_new_ver() argument 2327 *manifest = NULL; in manifest_new_ver() 2357 *manifest = dest; in manifest_new_ver() 2364 struct snd_soc_tplg_manifest *manifest, *_manifest; in soc_tplg_manifest_load() local 2368 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load() 2371 if (le32_to_cpu(manifest->size) == sizeof(*manifest)) { in soc_tplg_manifest_load() 2373 _manifest = manifest; in soc_tplg_manifest_load() 2377 ret = manifest_new_ver(tplg, manifest, &_manifest); in soc_tplg_manifest_load() 2383 if (tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load() 2384 ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load()
|
/linux-6.1.9/include/sound/ |
D | soc-topology.h | 157 int (*manifest)(struct snd_soc_component *, int index, member
|
/linux-6.1.9/sound/soc/sof/ |
D | ipc4-topology.c | 1715 struct sof_manifest *manifest; in sof_ipc4_parse_manifest() local 1727 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_parse_manifest() 1731 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_parse_manifest() 1732 le16_to_cpu(manifest->abi_patch), in sof_ipc4_parse_manifest() 1741 manifest_tlv = manifest->items; in sof_ipc4_parse_manifest() 1743 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_parse_manifest()
|
D | topology.c | 2064 .manifest = sof_manifest,
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl-topology.c | 3562 static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest, in skl_tplg_get_manifest_data() argument 3571 array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data; in skl_tplg_get_manifest_data() 3581 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3590 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3599 data = (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3619 struct snd_soc_tplg_manifest *manifest) in skl_manifest_load() argument 3625 if (manifest->priv.size == 0) in skl_manifest_load() 3628 skl_tplg_get_manifest_data(manifest, bus->dev, skl); in skl_manifest_load() 3685 .manifest = skl_manifest_load,
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | topology.c | 1473 struct snd_soc_tplg_manifest *manifest) in avs_manifest() argument 1475 struct snd_soc_tplg_vendor_array *tuples = manifest->priv.array; in avs_manifest() 1477 size_t remaining = le32_to_cpu(manifest->priv.size); in avs_manifest() 1584 .manifest = avs_manifest,
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kcsan.rst | 223 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-6.1.9/drivers/scsi/mpi3mr/ |
D | mpi3mr_fw.c | 2359 struct mpi3_ci_manifest_mpi *manifest; in mpi3mr_print_pkg_ver() local 2405 manifest = (struct mpi3_ci_manifest_mpi *) data; in mpi3mr_print_pkg_ver() 2406 if (manifest->manifest_type == MPI3_CI_MANIFEST_TYPE_MPI) { in mpi3mr_print_pkg_ver() 2409 manifest->package_version.gen_major, in mpi3mr_print_pkg_ver() 2410 manifest->package_version.gen_minor, in mpi3mr_print_pkg_ver() 2411 manifest->package_version.phase_major, in mpi3mr_print_pkg_ver() 2412 manifest->package_version.phase_minor, in mpi3mr_print_pkg_ver() 2413 manifest->package_version.customer_id, in mpi3mr_print_pkg_ver() 2414 manifest->package_version.build_num); in mpi3mr_print_pkg_ver()
|
/linux-6.1.9/rust/ |
D | Makefile | 204 --manifest-path $(objtree)/$(obj)/test/dummy/Cargo.toml; \
|
/linux-6.1.9/lib/ |
D | Kconfig.kcsan | 25 These assertions can expose bugs that do not manifest as
|
/linux-6.1.9/Documentation/admin-guide/ |
D | reporting-issues.rst | 430 manifest itself in problems looking like kernel issues. 1550 the distributor applied interfere. If the issue doesn't manifest itself there,
|