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.h113 struct target_info { struct
114 u32 chip_id;
115 u32 chip_family;
116 u32 board_id;
117 u32 soc_id;
118 u32 fw_version;
119 u32 eeprom_caldata;
120 char fw_build_timestamp[ATH11K_QMI_WLANFW_MAX_TIMESTAMP_LEN_V01 + 1];
121 char fw_build_id[ATH11K_QMI_WLANFW_MAX_BUILD_ID_LEN_V01 + 1];
145 struct target_info target; argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h107 struct target_info { struct
108 u32 chip_id;
109 u32 chip_family;
110 u32 board_id;
111 u32 soc_id;
112 u32 fw_version;
113 u32 eeprom_caldata;
114 char fw_build_timestamp[ATH12K_QMI_WLANFW_MAX_TIMESTAMP_LEN_V01 + 1];
115 char fw_build_id[ATH12K_QMI_WLANFW_MAX_BUILD_ID_LEN_V01 + 1];
116 char bdf_ext[ATH12K_QMI_BDF_EXT_STR_LENGTH];
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dbmi.c47 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info()
85 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio()
H A Dsnoc.h70 struct ath10k_snoc_target_info target_info; member
H A Dcore.c3373 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
H A Dsnoc.c740 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp468 auto target_info = TargetInfo::CreateTargetInfo( in ClangExpressionParser() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4531 XMLNode feature_node, GdbServerTargetInfo &target_info, in ParseRegisters()
4720 GdbServerTargetInfo target_info; in GetGDBServerRegisterInfoXMLAndProcess() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp697 TargetInfo *target_info = getTargetInfo(); in CreateASTContext() local