/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.c | 48 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument 77 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info() 78 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info() 86 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument 148 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio() 149 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
|
H A D | bmi.h | 234 struct bmi_target_info *target_info); 236 struct bmi_target_info *target_info);
|
H A D | core.c | 3293 struct bmi_target_info target_info; in ath10k_core_probe_fw() local 3304 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw() 3305 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw() 3310 ar->target_version = target_info.version; in ath10k_core_probe_fw() 3311 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw() 3316 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw() 3317 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw() 3322 ar->target_version = target_info.version; in ath10k_core_probe_fw() 3323 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw() 3326 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw() [all …]
|
H A D | snoc.h | 70 struct ath10k_snoc_target_info target_info; member
|
H A D | hif.h | 98 struct bmi_target_info *target_info);
|
H A D | snoc.c | 740 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument 742 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info() 743 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info() 1362 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 100 …a2d18ba3f2e04deb9047ece9ab7ca5452d9a76b515afbe20a76307e31597f34b","src/target_info.rs":"342be00f62… 102 …a2d18ba3f2e04deb9047ece9ab7ca5452d9a76b515afbe20a76307e31597f34b","src/target_info.rs":"342be00f62… 106 …a2d18ba3f2e04deb9047ece9ab7ca5452d9a76b515afbe20a76307e31597f34b","src/target_info.rs":"342be00f62… 108 …a2d18ba3f2e04deb9047ece9ab7ca5452d9a76b515afbe20a76307e31597f34b","src/target_info.rs":"342be00f62…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
H A D | 0001-Migrate-to-use-g_memdup2.patch | 92 if (target_info) { 93 - *target_info = g_memdup(content, len); 94 + *target_info = g_memdup2(content, len);
|
/openbmc/linux/fs/smb/server/ |
H A D | ntlmssp.h | 95 struct target_info { struct
|
H A D | auth.c | 416 struct target_info *tinfo; in ksmbd_build_ntlmssp_challenge_blob() 484 tinfo = (struct target_info *)(target_name + uni_len); in ksmbd_build_ntlmssp_challenge_blob() 493 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | qmi.h | 109 struct target_info { struct 141 struct target_info target; argument
|
H A D | qmi.c | 3290 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | qmi.h | 107 struct target_info { struct 144 struct target_info target;
|
H A D | qmi.c | 3059 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath12k_qmi_init_service()
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 174 struct fcoe_cqe_target_info target_info; member
|
/openbmc/qemu/hw/i3c/ |
H A D | aspeed_i3c.c | 1576 } target_info; in aspeed_i3c_device_addr_assign_cmd() local 1593 if (aspeed_i3c_device_recv_data(s, /*is_i2c=*/false, target_info.b, in aspeed_i3c_device_addr_assign_cmd() 1608 target_info.pid, target_info.bcr, in aspeed_i3c_device_addr_assign_cmd() 1609 target_info.dcr, addr); in aspeed_i3c_device_addr_assign_cmd() 1612 aspeed_i3c_device_push_rx(s, target_info.w[0]); in aspeed_i3c_device_addr_assign_cmd() 1613 aspeed_i3c_device_push_rx(s, target_info.w[1]); in aspeed_i3c_device_addr_assign_cmd()
|
/openbmc/qemu/include/disas/ |
H A D | dis-asm.h | 400 void *target_info; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 188 def get_or_create_targets(target_info): argument 194 for target in target_info['targets']: 203 obj, _ = Target.objects.get_or_create(build=target_info['build'],
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 1042 info->target_info = &cpu->cfg; in riscv_cpu_disas_set_info()
|
/openbmc/qemu/disas/ |
H A D | riscv.c | 5509 disasm_inst(isa, memaddr, inst, (RISCVCPUConfig *)info->target_info); in print_insn_riscv()
|