Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h215 void ath_printk(const char *level, const struct ath_common *common,
219 ath_printk(KERN_EMERG, common, fmt, ##__VA_ARGS__)
221 ath_printk(KERN_ALERT, common, fmt, ##__VA_ARGS__)
223 ath_printk(KERN_CRIT, common, fmt, ##__VA_ARGS__)
225 ath_printk(KERN_ERR, common, fmt, ##__VA_ARGS__)
227 ath_printk(KERN_WARNING, common, fmt, ##__VA_ARGS__)
229 ath_printk(KERN_NOTICE, common, fmt, ##__VA_ARGS__)
231 ath_printk(KERN_INFO, common, fmt, ##__VA_ARGS__)
299 ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \
H A Dmain.c71 void ath_printk(const char *level, const struct ath_common* common, in ath_printk() function
92 EXPORT_SYMBOL(ath_printk);