Searched refs:ath_printk (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ |
D | ath.h | 212 void ath_printk(const char *level, const struct ath_common *common, 216 ath_printk(KERN_EMERG, common, fmt, ##__VA_ARGS__) 218 ath_printk(KERN_ALERT, common, fmt, ##__VA_ARGS__) 220 ath_printk(KERN_CRIT, common, fmt, ##__VA_ARGS__) 222 ath_printk(KERN_ERR, common, fmt, ##__VA_ARGS__) 224 ath_printk(KERN_WARNING, common, fmt, ##__VA_ARGS__) 226 ath_printk(KERN_NOTICE, common, fmt, ##__VA_ARGS__) 228 ath_printk(KERN_INFO, common, fmt, ##__VA_ARGS__) 296 ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \
|
D | main.c | 71 void ath_printk(const char *level, const struct ath_common* common, in ath_printk() function 92 EXPORT_SYMBOL(ath_printk);
|