Searched refs:tuner_printk (Results 1 – 1 of 1) sorted by relevance
/drivers/media/tuners/ |
D | tuner-i2c.h | 87 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ macro 98 tuner_printk(KERN_WARNING, i2cprops, fmt, ##arg); \ 102 tuner_printk(KERN_INFO, i2cprops, fmt, ##arg); \ 106 tuner_printk(KERN_ERR, i2cprops, fmt, ##arg); \ 111 tuner_printk(KERN_DEBUG, i2cprops, fmt, ##arg); \
|