Searched refs:tuner_err (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/common/tuners/ |
D | tuner-xc2028.c | 112 tuner_err("i2c input error: rc = %d (should be %d)\n", \ 122 tuner_err("i2c input error: rc = %d (should be %d)\n", \ 135 tuner_err("Error on line %d: %d\n", __LINE__, _rc); \ 283 tuner_err("Error: firmware %s not found.\n", in load_all_firmwares() 286 tuner_err("Error %d while requesting firmware %s \n", in load_all_firmwares() 295 tuner_err("Error: firmware file %s has invalid size!\n", in load_all_firmwares() 316 tuner_err("Not enough memory to load firmware file.\n"); in load_all_firmwares() 330 tuner_err("More firmware images in file than " in load_all_firmwares() 356 tuner_err("Firmware type "); in load_all_firmwares() 367 tuner_err("Not enough memory to load firmware file.\n"); in load_all_firmwares() [all …]
|
D | tuner-i2c.h | 114 #define tuner_err(fmt, arg...) __tuner_err(priv->i2c_props, fmt, ##arg) macro
|
D | tuner-simple.c | 528 tuner_err("This tuner doesn't have FM\n"); in simple_radio_bandswitch() 844 tuner_err("attempt to treat tuner %d (%s) as digital tuner " in simple_dvb_configure()
|
/linux-2.6.39/drivers/media/video/ |
D | tuner-core.c | 98 #define tuner_err(fmt, arg...) do { \ macro
|