Searched refs:ath_printk (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ |
A D | ath.h | 211 void ath_printk(const char *level, const struct ath_common *common, 215 ath_printk(KERN_EMERG, common, fmt, ##__VA_ARGS__) 217 ath_printk(KERN_ALERT, common, fmt, ##__VA_ARGS__) 219 ath_printk(KERN_CRIT, common, fmt, ##__VA_ARGS__) 221 ath_printk(KERN_ERR, common, fmt, ##__VA_ARGS__) 223 ath_printk(KERN_WARNING, common, fmt, ##__VA_ARGS__) 225 ath_printk(KERN_NOTICE, common, fmt, ##__VA_ARGS__) 227 ath_printk(KERN_INFO, common, fmt, ##__VA_ARGS__) 295 ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \
|
A D | main.c | 71 void ath_printk(const char *level, const struct ath_common* common, in ath_printk() function 92 EXPORT_SYMBOL(ath_printk);
|
Completed in 4 milliseconds