Searched refs:ath10k_info (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | testmode.c | 218 ath10k_info(ar, "utf.bin didn't contain otp binary, taking it from the normal mode firmware"); in ath10k_tm_fetch_firmware() 299 ath10k_info(ar, "UTF firmware %s started\n", ver); in ath10k_tm_cmd_utf_start() 364 ath10k_info(ar, "UTF firmware stopped\n"); in ath10k_tm_cmd_utf_stop()
|
D | debug.c | 24 void ath10k_info(struct ath10k *ar, const char *fmt, ...) in ath10k_info() function 37 EXPORT_SYMBOL(ath10k_info); 47 ath10k_info(ar, "%s target 0x%08x chip_id 0x%08x sub %04x:%04x", in ath10k_debug_print_hwfw_info() 53 ath10k_info(ar, "kconfig debug %d debugfs %d tracing %d dfs %d testmode %d\n", in ath10k_debug_print_hwfw_info() 64 ath10k_info(ar, "firmware ver %s api %d features %s crc32 %08x\n", in ath10k_debug_print_hwfw_info() 89 ath10k_info(ar, "board_file api %d bmi_id %s crc32 %08x", in ath10k_debug_print_board_info() 97 ath10k_info(ar, "htt-ver %d.%d wmi-op %d htt-op %d cal %s max-sta %d raw %d hwcrypto %d\n", in ath10k_debug_print_boot_info() 571 ath10k_info(ar, "simulating soft firmware crash\n"); in ath10k_write_simulate_fw_crash() 574 ath10k_info(ar, "simulating hard firmware crash\n"); in ath10k_write_simulate_fw_crash() 582 ath10k_info(ar, "simulating firmware assert crash\n"); in ath10k_write_simulate_fw_crash() [all …]
|
D | debug.h | 80 __printf(2, 3) void ath10k_info(struct ath10k *ar, const char *fmt, ...);
|
D | qmi.c | 602 ath10k_info(ar, "qmi chip_id 0x%x chip_family 0x%x board_id 0x%x soc_id 0x%x", in ath10k_qmi_cap_send_sync_msg() 605 ath10k_info(ar, "qmi fw_version 0x%x fw_build_timestamp %s fw_build_id %s", in ath10k_qmi_cap_send_sync_msg()
|
D | pci.c | 3230 ath10k_info(ar, "limiting irq mode to: %d\n", in ath10k_pci_init_irq() 3660 ath10k_info(ar, "pci irq %s oper_irq_mode %d irq_mode %d reset_mode %d\n", in ath10k_pci_probe()
|
D | core.c | 2401 ath10k_info(ar, "UART prints enabled\n"); in ath10k_init_uart() 2594 ath10k_info(ar, "invalid cryptmode: %d\n", in ath10k_core_init_firmware_features()
|
D | mac.c | 8081 ath10k_info(ar, "device successfully recovered\n"); in ath10k_reconfig_complete()
|
D | wmi.c | 3970 ath10k_info(ar, "DFS Radar detected, but ignored as requested\n"); in ath10k_radar_detected()
|