Searched refs:__ath11k_dbg (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debug.h | 83 __printf(3, 4) void __ath11k_dbg(struct ath11k_base *ab, 91 static inline int __ath11k_dbg(struct ath11k_base *ab, in __ath11k_dbg() function 110 __ath11k_dbg(ar, dbg_mask, fmt, ##__VA_ARGS__); \
|
H A D | debug.c | 88 void __ath11k_dbg(struct ath11k_base *ab, enum ath11k_debug_mask mask, in __ath11k_dbg() function 115 EXPORT_SYMBOL(__ath11k_dbg); 133 __ath11k_dbg(ab, mask, "%s\n", msg); in ath11k_dbg_dump()
|