Home
last modified time | relevance | path

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

/linux/drivers/greybus/
H A Dmanifest.c453 struct greybus_manifest *manifest; in gb_manifest_parse() local
474 manifest = data; in gb_manifest_parse()
475 header = &manifest->header; in gb_manifest_parse()
492 desc = manifest->descriptors; in gb_manifest_parse()
H A DMakefile6 manifest.o \
H 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()
H 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/drivers/crypto/tegra/
H A Dtegra-se-hash.c1093 int manifest; in tegra_hash_kac_manifest() local
1095 manifest = SE_KAC_USER_NS; in tegra_hash_kac_manifest()
1102 manifest |= SE_KAC_HMAC; in tegra_hash_kac_manifest()
1110 manifest |= SE_KAC_SIZE_128; in tegra_hash_kac_manifest()
1113 manifest |= SE_KAC_SIZE_192; in tegra_hash_kac_manifest()
1117 manifest |= SE_KAC_SIZE_256; in tegra_hash_kac_manifest()
1121 return manifest; in tegra_hash_kac_manifest()
1129 se->manifest = tegra_hash_kac_manifest; in tegra_init_hash()
/linux/include/linux/greybus/
H A Dcontrol.h51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
/linux/drivers/gpu/drm/xe/
H A Dxe_late_bind_fw.c60 const struct gsc_manifest_header *manifest; in parse_cpd_header() local
104 manifest = data + offset; in parse_cpd_header()
106 lb_fw->version = manifest->fw_version; in parse_cpd_header()
/linux/tools/perf/
H A Dperf-archive.sh121 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
/linux/include/sound/
H A Dsoc-topology.h157 int (*manifest)(struct snd_soc_component *, int index, member
/linux/sound/soc/
H A Dsoc-topology-test.c110 struct snd_soc_tplg_manifest manifest; member
126 .manifest = {
136 struct snd_soc_tplg_manifest manifest; member
153 .manifest = {
H A Dsoc-topology.c1966 struct snd_soc_tplg_manifest *manifest; in soc_tplg_valid_header()
1969 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_valid_header()
1971 /* check ABI version by size, create a new manifest if abi not match */ in soc_tplg_valid_header()
1972 if (le32_to_cpu(manifest->size) != sizeof(*manifest)) in soc_tplg_valid_header()
1976 if (tplg->ops && tplg->ops->manifest) in soc_tplg_valid_header()
1977 ret = tplg->ops->manifest(tplg->comp, tplg->index, manifest); in soc_tplg_valid_header()
1930 struct snd_soc_tplg_manifest *manifest; soc_tplg_manifest_load() local
/linux/sound/soc/sof/
H A Dipc4-topology.c58 /* No valid value found, fall back to manifest value */ in find_domain()
1372 /* Update base_config->cpc from the module manifest */
3769 struct sof_manifest *manifest; in sof_ipc4_parse_manifest()
3781 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_dai_get_param()
3785 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_dai_get_param()
3786 le16_to_cpu(manifest->abi_patch), in sof_ipc4_dai_get_param()
3795 manifest_tlv = manifest->items; in sof_ipc4_dai_get_param()
3797 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_dai_get_param()
3804 /* no NHLT in BIOS, so use the one from topology manifest */ in sof_ipc4_dai_get_param()
3716 struct sof_manifest *manifest; sof_ipc4_parse_manifest() local
[all...]
H A Dtopology.c2287 /* manifest - optional to inform component of manifest */
2341 /* manifest - optional to inform component of manifest */
2342 .manifest = sof_manifest,
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c2798 struct mpi3_ci_manifest_mpi *manifest; in mpi3mr_print_pkg_ver() local
2844 manifest = (struct mpi3_ci_manifest_mpi *) data; in mpi3mr_print_pkg_ver()
2845 if (manifest->manifest_type == MPI3_CI_MANIFEST_TYPE_MPI) { in mpi3mr_print_pkg_ver()
2848 manifest->package_version.gen_major, in mpi3mr_print_pkg_ver()
2849 manifest->package_version.gen_minor, in mpi3mr_print_pkg_ver()
2850 manifest->package_version.phase_major, in mpi3mr_print_pkg_ver()
2851 manifest->package_version.phase_minor, in mpi3mr_print_pkg_ver()
2852 manifest->package_version.customer_id, in mpi3mr_print_pkg_ver()
2853 manifest->package_version.build_num); in mpi3mr_print_pkg_ver()