Searched refs:tuner_warn (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/media/common/tuners/ |
D | tuner-simple.c | 406 tuner_warn("i2c i/o error: rc == %d " in simple_std_setup() 410 tuner_warn("i2c i/o error: rc == %d " in simple_std_setup() 434 tuner_warn("i2c i/o error: rc == %d (should be 2)\n", rc); in simple_set_aux_byte() 465 tuner_warn("i2c i/o read error: rc == %d " in simple_post_tune() 485 tuner_warn("i2c i/o error: rc == %d " in simple_post_tune() 658 tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc); in simple_set_tv_freq() 696 tuner_warn("Unsupported radio_if value %d\n", in simple_set_radio_freq() 752 tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc); in simple_set_radio_freq() 761 tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc); in simple_set_radio_freq() 1114 tuner_warn("couldn't set type to %d. Using %d (%s) instead\n", in simple_tuner_attach()
|
D | tea5767.c | 271 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in set_radio_freq() 275 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in set_radio_freq() 292 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in tea5767_read_status() 364 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in tea5767_standby()
|
D | mt20xx.c | 270 tuner_warn("i2c i/o error: rc == %d (should be 3)\n",ret); in mt2032_set_if_freq() 290 tuner_warn("MT2032 Fatal Error: PLLs didn't lock.\n"); in mt2032_set_if_freq() 296 tuner_warn("i2c i/o error: rc == %d (should be 2)\n",ret); in mt2032_set_if_freq() 420 tuner_warn("i2c i/o error: rc == %d (should be 2)\n",ret); in mt2032_init() 500 tuner_warn("i2c i/o error: rc == %d (should be 6)\n",ret); in mt2050_set_if_freq()
|
D | tea5761.c | 174 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in __set_radio_freq() 208 tuner_warn("i2c i/o error: rc == %d (should be 16)\n", rc); in tea5761_read_status()
|
D | tuner-i2c.h | 112 #define tuner_warn(fmt, arg...) __tuner_warn(priv->i2c_props, fmt, ##arg) macro
|
D | tda8290.c | 625 tuner_warn("tuner access failed!\n"); in tda829x_find_tuner()
|
/linux-3.4.99/drivers/media/video/ |
D | tuner-core.c | 87 #define tuner_warn(fmt, arg...) do { \ macro 207 tuner_warn("Tuner frontend module has no way to set freq\n"); in fe_set_params() 239 tuner_warn("Tuner frontend module has no way to set config\n"); in fe_set_config() 839 tuner_warn("tuner type not set\n"); in set_tv_freq() 843 tuner_warn("Tuner has no way to set tv freq\n"); in set_tv_freq() 908 tuner_warn("pal= argument not recognised\n"); in tuner_fixup_std() 934 tuner_warn("secam= argument not recognised\n"); in tuner_fixup_std() 980 tuner_warn("tuner type not set\n"); in set_radio_freq() 984 tuner_warn("tuner has no way to set radio frequency\n"); in set_radio_freq()
|