| /Linux-v6.6/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-v6.6/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_gsc_fw.c | 82 const struct intel_gsc_manifest_header *manifest; in intel_gsc_fw_get_binary_info() local 207 manifest = (void *)cpd_header + cpd_entry_offset(cpd_entry); in intel_gsc_fw_get_binary_info() 209 manifest); in intel_gsc_fw_get_binary_info() 210 gsc->security_version = manifest->security_version; in intel_gsc_fw_get_binary_info()
|
| D | intel_uc_fw.c | 477 const struct intel_gsc_manifest_header *manifest = data; in intel_uc_fw_version_from_gsc_manifest() local 479 ver->major = manifest->fw_version.major; in intel_uc_fw_version_from_gsc_manifest() 480 ver->minor = manifest->fw_version.minor; in intel_uc_fw_version_from_gsc_manifest() 481 ver->patch = manifest->fw_version.hotfix; in intel_uc_fw_version_from_gsc_manifest() 482 ver->build = manifest->fw_version.build; in intel_uc_fw_version_from_gsc_manifest()
|
| /Linux-v6.6/tools/perf/ |
| D | perf-archive.sh | 31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
| /Linux-v6.6/include/linux/greybus/ |
| D | control.h | 51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
|
| /Linux-v6.6/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 | 2287 struct snd_soc_tplg_manifest **manifest) in manifest_new_ver() argument 2293 *manifest = NULL; in manifest_new_ver() 2323 *manifest = dest; in manifest_new_ver() 2330 struct snd_soc_tplg_manifest *manifest, *_manifest; in soc_tplg_manifest_load() local 2334 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load() 2337 if (le32_to_cpu(manifest->size) == sizeof(*manifest)) { in soc_tplg_manifest_load() 2339 _manifest = manifest; in soc_tplg_manifest_load() 2343 ret = manifest_new_ver(tplg, manifest, &_manifest); in soc_tplg_manifest_load() 2349 if (tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load() 2350 ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load()
|
| /Linux-v6.6/include/sound/ |
| D | soc-topology.h | 157 int (*manifest)(struct snd_soc_component *, int index, member
|
| /Linux-v6.6/sound/soc/intel/skylake/ |
| D | skl-topology.c | 3526 static int skl_tplg_get_manifest_data(struct snd_soc_tplg_manifest *manifest, in skl_tplg_get_manifest_data() argument 3535 array = (struct snd_soc_tplg_vendor_array *)manifest->priv.data; in skl_tplg_get_manifest_data() 3545 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3554 (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3563 data = (manifest->priv.data + off); in skl_tplg_get_manifest_data() 3583 struct snd_soc_tplg_manifest *manifest) in skl_manifest_load() argument 3589 if (manifest->priv.size == 0) in skl_manifest_load() 3592 skl_tplg_get_manifest_data(manifest, bus->dev, skl); in skl_manifest_load() 3649 .manifest = skl_manifest_load,
|
| /Linux-v6.6/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-v6.6/sound/soc/intel/avs/ |
| D | topology.c | 1500 struct snd_soc_tplg_manifest *manifest) in avs_manifest() argument 1502 struct snd_soc_tplg_vendor_array *tuples = manifest->priv.array; in avs_manifest() 1504 size_t remaining = le32_to_cpu(manifest->priv.size); in avs_manifest() 1670 .manifest = avs_manifest,
|
| /Linux-v6.6/sound/soc/sof/ |
| D | ipc4-topology.c | 2754 struct sof_manifest *manifest; in sof_ipc4_parse_manifest() local 2766 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_parse_manifest() 2770 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_parse_manifest() 2771 le16_to_cpu(manifest->abi_patch), in sof_ipc4_parse_manifest() 2780 manifest_tlv = manifest->items; in sof_ipc4_parse_manifest() 2782 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_parse_manifest()
|
| D | topology.c | 2295 .manifest = sof_manifest,
|
| /Linux-v6.6/drivers/scsi/mpi3mr/ |
| D | mpi3mr_fw.c | 2390 struct mpi3_ci_manifest_mpi *manifest; in mpi3mr_print_pkg_ver() local 2436 manifest = (struct mpi3_ci_manifest_mpi *) data; in mpi3mr_print_pkg_ver() 2437 if (manifest->manifest_type == MPI3_CI_MANIFEST_TYPE_MPI) { in mpi3mr_print_pkg_ver() 2440 manifest->package_version.gen_major, in mpi3mr_print_pkg_ver() 2441 manifest->package_version.gen_minor, in mpi3mr_print_pkg_ver() 2442 manifest->package_version.phase_major, in mpi3mr_print_pkg_ver() 2443 manifest->package_version.phase_minor, in mpi3mr_print_pkg_ver() 2444 manifest->package_version.customer_id, in mpi3mr_print_pkg_ver() 2445 manifest->package_version.build_num); in mpi3mr_print_pkg_ver()
|
| /Linux-v6.6/rust/ |
| D | Makefile | 248 --manifest-path $(objtree)/$(obj)/test/dummy/Cargo.toml; \
|
| /Linux-v6.6/lib/ |
| D | Kconfig.kcsan | 26 These assertions can expose bugs that do not manifest as
|
| /Linux-v6.6/arch/arm64/boot/dts/nvidia/ |
| D | tegra234.dtsi | 2292 nvidia,bl-manifest-offset = <0>; 2295 nvidia,os-manifest-offset = <0>;
|
| /Linux-v6.6/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,
|