Searched refs:tuner_warn (Results 1 – 7 of 7) sorted by relevance
/drivers/media/tuners/ |
D | tuner-simple.c | 407 tuner_warn("i2c i/o error: rc == %d " in simple_std_setup() 411 tuner_warn("i2c i/o error: rc == %d " in simple_std_setup() 435 tuner_warn("i2c i/o error: rc == %d (should be 2)\n", rc); in simple_set_aux_byte() 466 tuner_warn("i2c i/o read error: rc == %d " in simple_post_tune() 486 tuner_warn("i2c i/o error: rc == %d " in simple_post_tune() 659 tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc); in simple_set_tv_freq() 697 tuner_warn("Unsupported radio_if value %d\n", in simple_set_radio_freq() 753 tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc); in simple_set_radio_freq() 762 tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc); in simple_set_radio_freq() 1117 tuner_warn("couldn't set type to %d. Using %d (%s) instead\n", in simple_tuner_attach()
|
D | tea5767.c | 273 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in set_radio_freq() 277 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in set_radio_freq() 294 tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); in tea5767_read_status() 366 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 | 114 #define tuner_warn(fmt, arg...) __tuner_warn(priv->i2c_props, fmt, ##arg) macro
|
D | tda8290.c | 634 tuner_warn("tuner access failed!\n"); in tda829x_find_tuner()
|
/drivers/media/v4l2-core/ |
D | tuner-core.c | 87 #define tuner_warn(fmt, arg...) do { \ macro 211 tuner_warn("Tuner frontend module has no way to set freq\n"); in fe_set_params() 233 tuner_warn("Tuner frontend module has no way to set config\n"); in fe_set_config() 867 tuner_warn("tuner type not set\n"); in set_tv_freq() 871 tuner_warn("Tuner has no way to set tv freq\n"); in set_tv_freq() 936 tuner_warn("pal= argument not recognised\n"); in tuner_fixup_std() 962 tuner_warn("secam= argument not recognised\n"); in tuner_fixup_std() 1008 tuner_warn("tuner type not set\n"); in set_radio_freq() 1012 tuner_warn("tuner has no way to set radio frequency\n"); in set_radio_freq()
|