| /linux/drivers/greybus/ |
| H A 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()
|
| H A D | Makefile | 6 manifest.o \
|
| H A 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/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 1093 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 D | tegra-se-aes.c | 436 int manifest; in tegra_aes_kac_manifest() local 438 manifest = SE_KAC_USER_NS; in tegra_aes_kac_manifest() 444 manifest |= SE_KAC_ENC; in tegra_aes_kac_manifest() 447 manifest |= SE_KAC_XTS; in tegra_aes_kac_manifest() 450 manifest |= SE_KAC_GCM; in tegra_aes_kac_manifest() 453 manifest |= SE_KAC_CMAC; in tegra_aes_kac_manifest() 456 manifest |= SE_KAC_ENC; in tegra_aes_kac_manifest() 464 manifest |= SE_KAC_SIZE_128; in tegra_aes_kac_manifest() 467 manifest |= SE_KAC_SIZE_192; in tegra_aes_kac_manifest() 470 manifest |= SE_KAC_SIZE_256; in tegra_aes_kac_manifest() [all …]
|
| H A D | tegra-se-main.c | 343 .manifest = SE_AES1_KEYMANIFEST, 353 .manifest = SE_SHA_KEYMANIFEST,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_late_bind_fw.c | 60 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 D | control.h | 51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
|
| /linux/sound/soc/ |
| H A D | soc-topology-test.c | 107 struct snd_soc_tplg_manifest manifest; 123 .manifest = { 133 struct snd_soc_tplg_manifest manifest; 150 .manifest = { 110 struct snd_soc_tplg_manifest manifest; global() member 136 struct snd_soc_tplg_manifest manifest; global() member
|
| H A D | soc-topology.c | 1966 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/tools/perf/ |
| H A D | perf-archive.sh | 121 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
| /linux/include/sound/ |
| H A D | soc-topology.h | 157 int (*manifest)(struct snd_soc_component *, int index, member
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 2803 struct mpi3_ci_manifest_mpi *manifest; in mpi3mr_print_pkg_ver() local 2849 manifest = (struct mpi3_ci_manifest_mpi *) data; in mpi3mr_print_pkg_ver() 2850 if (manifest->manifest_type == MPI3_CI_MANIFEST_TYPE_MPI) { in mpi3mr_print_pkg_ver() 2853 manifest->package_version.gen_major, in mpi3mr_print_pkg_ver() 2854 manifest->package_version.gen_minor, in mpi3mr_print_pkg_ver() 2855 manifest->package_version.phase_major, in mpi3mr_print_pkg_ver() 2856 manifest->package_version.phase_minor, in mpi3mr_print_pkg_ver() 2857 manifest->package_version.customer_id, in mpi3mr_print_pkg_ver() 2858 manifest->package_version.build_num); in mpi3mr_print_pkg_ver()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-topology.c | 4072 struct sof_manifest *manifest; in sof_ipc4_parse_manifest() local 4084 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_parse_manifest() 4088 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_parse_manifest() 4089 le16_to_cpu(manifest->abi_patch), in sof_ipc4_parse_manifest() 4098 manifest_tlv = manifest->items; in sof_ipc4_parse_manifest() 4100 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_parse_manifest()
|
| H A D | topology.c | 2294 /* manifest - optional to inform component of manifest */ 2348 /* manifest - optional to inform component of manifest */ 2349 .manifest = sof_manifest, in snd_sof_dspless_bytes_ext_get()
|
| /linux/Documentation/process/ |
| H A D | maintainer-netdev.rst | 543 least one device from each generation. A testbed manifest (exact
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | maintainer-netdev.rst | 553 ambiente de teste (*testbed manifest* - formato exato a definir)
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra234.dtsi | 4467 nvidia,bl-manifest-offset = <0>; 4470 nvidia,os-manifest-offset = <0>;
|