Home
last modified time | relevance | path

Searched refs:tuner_printk (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/tuners/
H A Dtuner-i2c.h75 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ macro
86 tuner_printk(KERN_WARNING, i2cprops, fmt, ##arg); \
90 tuner_printk(KERN_INFO, i2cprops, fmt, ##arg); \
94 tuner_printk(KERN_ERR, i2cprops, fmt, ##arg); \
99 tuner_printk(KERN_DEBUG, i2cprops, fmt, ##arg); \