Home
last modified time | relevance | path

Searched refs:wiphy_printk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h7966 /* wiphy_printk helpers, similar to dev_printk */
7968 #define wiphy_printk(level, wiphy, format, args...) \ macro
7991 wiphy_printk(KERN_DEBUG, wiphy, format, ##args)
8002 wiphy_printk(KERN_DEBUG, wiphy, format, ##args); \
8008 * wiphy_WARN() acts like wiphy_printk(), but with the key difference
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h9094 /* wiphy_printk helpers, similar to dev_printk */
9096 #define wiphy_printk(level, wiphy, format, args...) \ macro
9121 wiphy_printk(KERN_DEBUG, wiphy, format, ##args)
9132 wiphy_printk(KERN_DEBUG, wiphy, format, ##args); \
9138 * wiphy_WARN() acts like wiphy_printk(), but with the key difference

Completed in 26 milliseconds