Searched refs:PWARN (Results 1 – 3 of 3) sorted by relevance
41 #define PWARN(format, ...)\ macro235 PWARN("Could not set frequency!"); in tea5764_tune()455 PWARN("This chip is not a TEA5764!"); in tea5764_i2c_probe()476 PWARN("Could not register video device!"); in tea5764_i2c_probe()
37 #define PWARN(format, ...) ia_css_print("warning: ", ##__VA_ARGS__) macro
95 #define PWARN(fmt, args...) printk(KERN_WARNING fmt, ##args) macro