Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddebug.h44 __printf(3, 4) void __ath12k_dbg(struct ath12k_base *ab,
52 static inline void __ath12k_dbg(struct ath12k_base *ab, in __ath12k_dbg() function
70 __ath12k_dbg(ab, mask, fmt, ##__VA_ARGS__); \
H A Ddebug.c59 void __ath12k_dbg(struct ath12k_base *ab, enum ath12k_debug_mask mask, in __ath12k_dbg() function
79 EXPORT_SYMBOL(__ath12k_dbg);
92 __ath12k_dbg(ab, mask, "%s\n", msg); in ath12k_dbg_dump()