Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-i2c.h87 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ argument
88 printk(kernlvl "%s %d-%04x: " fmt, i2cprops.name, \
89 i2cprops.adap ? \
90 i2c_adapter_id(i2cprops.adap) : -1, \
91 i2cprops.addr, ##arg); \
97 #define __tuner_warn(i2cprops, fmt, arg...) do { \ argument
98 tuner_printk(KERN_WARNING, i2cprops, fmt, ##arg); \
101 #define __tuner_info(i2cprops, fmt, arg...) do { \ argument
102 tuner_printk(KERN_INFO, i2cprops, fmt, ##arg); \
105 #define __tuner_err(i2cprops, fmt, arg...) do { \ argument
[all …]