Home
last modified time | relevance | path

Searched defs:target_info (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.h116 struct target_info { struct
117 u32 chip_id;
118 u32 chip_family;
119 u32 board_id;
120 u32 soc_id;
121 u32 fw_version;
122 u32 eeprom_caldata;
123 char fw_build_timestamp[ATH11K_QMI_WLANFW_MAX_TIMESTAMP_LEN_V01 + 1];
124 char fw_build_id[ATH11K_QMI_WLANFW_MAX_BUILD_ID_LEN_V01 + 1];
148 struct target_info target; argument
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dbmi.c50 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info()
93 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio()
H A Dsnoc.h72 struct ath10k_snoc_target_info target_info; member
H A Dsnoc.c743 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info()
H A Dcore.c3437 struct bmi_target_info target_info = {}; in ath10k_core_probe_fw() local
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h110 struct target_info { struct
111 u32 chip_id;
112 u32 chip_family;
113 u32 board_id;
114 u32 soc_id;
115 u32 fw_version;
116 u32 eeprom_caldata;
117 char fw_build_timestamp[ATH12K_QMI_WLANFW_MAX_TIMESTAMP_LEN_V01 + 1];
118 char fw_build_id[ATH12K_QMI_WLANFW_MAX_BUILD_ID_LEN_V01 + 1];
119 char bdf_ext[ATH12K_QMI_BDF_EXT_STR_LENGTH];
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp790 if (auto *target_info = TargetInfo::CreateTargetInfo( in ClangExpressionParser() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4661 XMLNode feature_node, GdbServerTargetInfo &target_info, in ParseRegisters()
4855 GdbServerTargetInfo target_info; in GetGDBServerRegisterInfoXMLAndProcess() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp699 TargetInfo *target_info = getTargetInfo(); in CreateASTContext() local