Searched refs:__wil_info (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debug.c | 55 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...) in __wil_info() function
|
H A D | wil6210.h | 1104 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...); 1118 #define wil_info(wil, fmt, arg...) __wil_info(wil, "%s: " fmt, __func__, ##arg)
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debug.c | 55 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...) in __wil_info() function
|
H A D | wil6210.h | 1106 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...); 1120 #define wil_info(wil, fmt, arg...) __wil_info(wil, "%s: " fmt, __func__, ##arg)
|
Completed in 8 milliseconds