| /linux/Documentation/ABI/testing/ |
| H A D | configfs-tsm-report | 50 manifest data is available. 53 manifest blob. 141 manifest form specified by the service_manifest_version 155 Indicates the service manifest version requested for the 157 the user, the default manifest version of the service (the 158 service's initial/first manifest version) is returned. 161 service manifest version.
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-key.c | 61 cpuvaddr[i++] = se_host1x_opcode_incr_w(se->hw->regs->manifest); in tegra_key_prep_ins_cmd() 62 cpuvaddr[i++] = se->manifest(se->owner, alg, keylen); in tegra_key_prep_ins_cmd() 94 slot, se->manifest(se->owner, alg, keylen)); in tegra_key_prep_ins_cmd()
|
| H A D | tegra-se-hash.c | 1090 int manifest; in tegra_hash_kac_manifest() local 1092 manifest = SE_KAC_USER_NS; in tegra_hash_kac_manifest() 1099 manifest |= SE_KAC_HMAC; in tegra_hash_kac_manifest() 1107 manifest |= SE_KAC_SIZE_128; in tegra_hash_kac_manifest() 1110 manifest |= SE_KAC_SIZE_192; in tegra_hash_kac_manifest() 1114 manifest |= SE_KAC_SIZE_256; in tegra_hash_kac_manifest() 1118 return manifest; in tegra_hash_kac_manifest() 1126 se->manifest = tegra_hash_kac_manifest; in tegra_init_hash()
|
| H A D | tegra-se-aes.c | 434 int manifest; in tegra_aes_kac_manifest() local 436 manifest = SE_KAC_USER_NS; in tegra_aes_kac_manifest() 442 manifest |= SE_KAC_ENC; in tegra_aes_kac_manifest() 445 manifest |= SE_KAC_XTS; in tegra_aes_kac_manifest() 448 manifest |= SE_KAC_GCM; in tegra_aes_kac_manifest() 451 manifest |= SE_KAC_CMAC; in tegra_aes_kac_manifest() 454 manifest |= SE_KAC_ENC; in tegra_aes_kac_manifest() 462 manifest |= SE_KAC_SIZE_128; in tegra_aes_kac_manifest() 465 manifest |= SE_KAC_SIZE_192; in tegra_aes_kac_manifest() 468 manifest |= SE_KAC_SIZE_256; in tegra_aes_kac_manifest() [all …]
|
| H A D | tegra-se-main.c | 345 .manifest = SE_AES1_KEYMANIFEST, 355 .manifest = SE_SHA_KEYMANIFEST,
|
| H A D | tegra-se.h | 404 u32 manifest; member 421 int (*manifest)(u32 user, u32 alg, u32 keylen); member
|
| /linux/drivers/greybus/ |
| H A D | manifest.c | 453 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 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/gpu/drm/i915/gt/uc/ |
| H A D | intel_gsc_fw.c | 82 const struct intel_gsc_manifest_header *manifest; in intel_gsc_fw_get_binary_info() local 208 manifest = (void *)cpd_header + cpd_entry_offset(cpd_entry); in intel_gsc_fw_get_binary_info() 210 manifest); in intel_gsc_fw_get_binary_info() 211 gsc->security_version = manifest->security_version; in intel_gsc_fw_get_binary_info()
|
| /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/sound/soc/ |
| H A D | soc-topology-test.c | 110 struct snd_soc_tplg_manifest manifest; member 126 .manifest = { 136 struct snd_soc_tplg_manifest manifest; member 153 .manifest = {
|
| H A D | soc-topology.c | 1930 struct snd_soc_tplg_manifest *manifest; in soc_tplg_manifest_load() local 1933 manifest = (struct snd_soc_tplg_manifest *)tplg->pos; in soc_tplg_manifest_load() 1936 if (le32_to_cpu(manifest->size) != sizeof(*manifest)) in soc_tplg_manifest_load() 1940 if (tplg->ops && tplg->ops->manifest) in soc_tplg_manifest_load() 1941 ret = tplg->ops->manifest(tplg->comp, tplg->index, manifest); in soc_tplg_manifest_load()
|
| /linux/include/linux/greybus/ |
| H A D | control.h | 51 int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest,
|
| /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/Documentation/dev-tools/ |
| H A D | kcsan.rst | 233 manifest as data races. Race conditions occur if concurrently executing 236 properties of concurrent code where bugs would not manifest as data races. 248 manifest rarely), and (b) be able to actually observe them. We can accomplish
|
| /linux/sound/soc/intel/avs/ |
| H A D | topology.c | 1962 struct snd_soc_tplg_manifest *manifest) in avs_manifest() argument 1964 struct snd_soc_tplg_vendor_array *tuples = manifest->priv.array; in avs_manifest() 1966 size_t remaining = le32_to_cpu(manifest->priv.size); in avs_manifest() 2206 .manifest = avs_manifest,
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-topology.c | 3715 struct sof_manifest *manifest; in sof_ipc4_parse_manifest() local 3727 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_parse_manifest() 3731 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_parse_manifest() 3732 le16_to_cpu(manifest->abi_patch), in sof_ipc4_parse_manifest() 3741 manifest_tlv = manifest->items; in sof_ipc4_parse_manifest() 3743 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_parse_manifest()
|
| H A D | topology.c | 2333 .manifest = sof_manifest,
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 2782 struct mpi3_ci_manifest_mpi *manifest; in mpi3mr_print_pkg_ver() local 2828 manifest = (struct mpi3_ci_manifest_mpi *) data; in mpi3mr_print_pkg_ver() 2829 if (manifest->manifest_type == MPI3_CI_MANIFEST_TYPE_MPI) { in mpi3mr_print_pkg_ver() 2832 manifest->package_version.gen_major, in mpi3mr_print_pkg_ver() 2833 manifest->package_version.gen_minor, in mpi3mr_print_pkg_ver() 2834 manifest->package_version.phase_major, in mpi3mr_print_pkg_ver() 2835 manifest->package_version.phase_minor, in mpi3mr_print_pkg_ver() 2836 manifest->package_version.customer_id, in mpi3mr_print_pkg_ver() 2837 manifest->package_version.build_num); in mpi3mr_print_pkg_ver()
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | ipu6.rst | 106 component includes 3 entries - manifest, metadata and module data. Manifest and
|
| /linux/lib/ |
| H A D | Kconfig.kcsan | 26 These assertions can expose bugs that do not manifest as
|
| /linux/Documentation/process/ |
| H A D | maintainer-netdev.rst | 517 least one device from each generation. A testbed manifest (exact
|