Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
A Ddebug.h34 __printf(2, 3) void __ath12k_warn(struct device *dev, const char *fmt, ...);
36 #define ath12k_warn(ab, fmt, ...) __ath12k_warn((ab)->dev, fmt, ##__VA_ARGS__)
37 #define ath12k_hw_warn(ah, fmt, ...) __ath12k_warn((ah)->dev, fmt, ##__VA_ARGS__)
A Ddebug.c39 void __ath12k_warn(struct device *dev, const char *fmt, ...) in __ath12k_warn() function

Completed in 5 milliseconds