Searched refs:__ath11k_dbg (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | debug.h | 38 __printf(3, 4) void __ath11k_dbg(struct ath11k_base *ab, 46 static inline int __ath11k_dbg(struct ath11k_base *ab, in __ath11k_dbg() function 65 __ath11k_dbg(ar, dbg_mask, fmt, ##__VA_ARGS__); \
|
A D | debug.c | 57 void __ath11k_dbg(struct ath11k_base *ab, enum ath11k_debug_mask mask, in __ath11k_dbg() function 75 EXPORT_SYMBOL(__ath11k_dbg); 88 __ath11k_dbg(ab, mask, "%s\n", msg); in ath11k_dbg_dump()
|
Completed in 5 milliseconds