Searched refs:tuner_printk (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/media/common/tuners/ |
D | tuner-i2c.h | 85 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ macro 96 tuner_printk(KERN_WARNING, i2cprops, fmt, ##arg); \ 100 tuner_printk(KERN_INFO, i2cprops, fmt, ##arg); \ 104 tuner_printk(KERN_ERR, i2cprops, fmt, ##arg); \ 109 tuner_printk(KERN_DEBUG, i2cprops, fmt, ##arg); \
|