Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 16 of 16) 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 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 DMakefile6 manifest.o \
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()
H A Dtegra-se-aes.c437 int manifest; in tegra_aes_kac_manifest() local
439 manifest = SE_KAC_USER_NS; in tegra_aes_kac_manifest()
445 manifest |= SE_KAC_ENC; in tegra_aes_kac_manifest()
448 manifest |= SE_KAC_XTS; in tegra_aes_kac_manifest()
451 manifest |= SE_KAC_GCM; in tegra_aes_kac_manifest()
454 manifest |= SE_KAC_CMAC; in tegra_aes_kac_manifest()
457 manifest |= SE_KAC_ENC; in tegra_aes_kac_manifest()
465 manifest |= SE_KAC_SIZE_128; in tegra_aes_kac_manifest()
468 manifest |= SE_KAC_SIZE_192; in tegra_aes_kac_manifest()
471 manifest |= SE_KAC_SIZE_256; in tegra_aes_kac_manifest()
[all …]
H A Dtegra-se-main.c345 .manifest = SE_AES1_KEYMANIFEST,
355 .manifest = SE_SHA_KEYMANIFEST,
/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/include/linux/greybus/
H A Dcontrol.h51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
/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.c1935 struct snd_soc_tplg_manifest *manifest; in soc_tplg_manifest_load()
1938 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load()
1940 /* check ABI version by size, create a new manifest if abi not match */ in soc_tplg_manifest_load()
1941 if (le32_to_cpu(manifest->size) != sizeof(*manifest)) in soc_tplg_manifest_load()
1945 if (tplg->ops && tplg->ops->manifest)
1946 ret = tplg->ops->manifest(tplg->comp, tplg->index, manifest);
1930 struct snd_soc_tplg_manifest *manifest; soc_tplg_manifest_load() local
/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/sof/
H A Dipc4-topology.c3716 struct sof_manifest *manifest; in sof_ipc4_parse_manifest() local
3728 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_parse_manifest()
3732 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_parse_manifest()
3733 le16_to_cpu(manifest->abi_patch), in sof_ipc4_parse_manifest()
3742 manifest_tlv = manifest->items; in sof_ipc4_parse_manifest()
3744 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_parse_manifest()
H A Dtopology.c2325 .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()