Home
last modified time | relevance | path

Searched refs:ath10k_coredump_new (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.h181 struct ath10k_fw_crash_data *ath10k_coredump_new(struct ath10k *ar);
196 static inline struct ath10k_fw_crash_data *ath10k_coredump_new(struct ath10k *ar) in ath10k_coredump_new() function
Dcoredump.c998 struct ath10k_fw_crash_data *ath10k_coredump_new(struct ath10k *ar) in ath10k_coredump_new() function
1013 EXPORT_SYMBOL(ath10k_coredump_new);
Dpci.c1752 crash_data = ath10k_coredump_new(ar); in ath10k_pci_fw_crashed_dump()