Home
last modified time | relevance | path

Searched refs:ath_printk (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Dath.h213 void ath_printk(const char *level, const struct ath_common *common,
217 ath_printk(KERN_EMERG, common, fmt, ##__VA_ARGS__)
219 ath_printk(KERN_ALERT, common, fmt, ##__VA_ARGS__)
221 ath_printk(KERN_CRIT, common, fmt, ##__VA_ARGS__)
223 ath_printk(KERN_ERR, common, fmt, ##__VA_ARGS__)
225 ath_printk(KERN_WARNING, common, fmt, ##__VA_ARGS__)
227 ath_printk(KERN_NOTICE, common, fmt, ##__VA_ARGS__)
229 ath_printk(KERN_INFO, common, fmt, ##__VA_ARGS__)
297 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); variable
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Dath.h213 void ath_printk(const char *level, const struct ath_common *common,
217 ath_printk(KERN_EMERG, common, fmt, ##__VA_ARGS__)
219 ath_printk(KERN_ALERT, common, fmt, ##__VA_ARGS__)
221 ath_printk(KERN_CRIT, common, fmt, ##__VA_ARGS__)
223 ath_printk(KERN_ERR, common, fmt, ##__VA_ARGS__)
225 ath_printk(KERN_WARNING, common, fmt, ##__VA_ARGS__)
227 ath_printk(KERN_NOTICE, common, fmt, ##__VA_ARGS__)
229 ath_printk(KERN_INFO, common, fmt, ##__VA_ARGS__)
297 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); variable

Completed in 3 milliseconds