Home
last modified time | relevance | path

Searched refs:BMI_INFO (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c98 BMI_INFO("No entry for file:%d Download FW in non-secure mode", in ol_check_fw_hash()
104 BMI_INFO("Download FW in non-secure mode:%d", file); in ol_check_fw_hash()
216 BMI_INFO("%s: Loading epping firmware file %s", in __ol_transfer_bin_file()
225 BMI_INFO("%s: Loading firmware file %s", in __ol_transfer_bin_file()
241 BMI_INFO("%s: no Patch file defined", __func__); in __ol_transfer_bin_file()
251 BMI_INFO("%s: Loading board data file %s", in __ol_transfer_bin_file()
277 BMI_INFO("%s: board data file is %s", in __ol_transfer_bin_file()
290 BMI_INFO("%s: no Setup file defined", __func__); in __ol_transfer_bin_file()
297 BMI_INFO("%s: Loading setup file %s", in __ol_transfer_bin_file()
300 BMI_INFO("%s: no Setup file needed", __func__); in __ol_transfer_bin_file()
[all …]
H A Di_bmi.h87 #define BMI_INFO(args ...) BMI_LOG(QDF_TRACE_LEVEL_INFO, args) macro