/linux/drivers/media/dvb-frontends/ |
A D | stb6100_proc.h | 18 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq() 19 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq() 27 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq() 28 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq() 46 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq() 47 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq() 56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq() 71 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw() 80 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw() 99 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw() [all …]
|
A D | stb6000.c | 51 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep() 52 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_sleep() 58 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep() 59 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_sleep() 132 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params() 140 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params() 150 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params() 158 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params() 210 if (fe->ops.i2c_gate_ctrl) in stb6000_attach() 211 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_attach() [all …]
|
A D | tua6100.c | 46 if (fe->ops.i2c_gate_ctrl) in tua6100_sleep() 47 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_sleep() 51 if (fe->ops.i2c_gate_ctrl) in tua6100_sleep() 52 fe->ops.i2c_gate_ctrl(fe, 0); in tua6100_sleep() 119 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params() 120 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_set_params() 124 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params() 129 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params() 134 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params() 169 if (fe->ops.i2c_gate_ctrl) in tua6100_attach() [all …]
|
A D | zl10039.c | 138 if (fe->ops.i2c_gate_ctrl) in zl10039_init() 139 fe->ops.i2c_gate_ctrl(fe, 1); in zl10039_init() 151 if (fe->ops.i2c_gate_ctrl) in zl10039_init() 152 fe->ops.i2c_gate_ctrl(fe, 0); in zl10039_init() 163 if (fe->ops.i2c_gate_ctrl) in zl10039_sleep() 170 if (fe->ops.i2c_gate_ctrl) in zl10039_sleep() 211 if (fe->ops.i2c_gate_ctrl) in zl10039_set_params() 227 if (fe->ops.i2c_gate_ctrl) in zl10039_set_params() 265 if (fe->ops.i2c_gate_ctrl) in zl10039_attach() 270 if (fe->ops.i2c_gate_ctrl) in zl10039_attach() [all …]
|
A D | tda826x.c | 49 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep() 50 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_sleep() 54 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep() 55 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_sleep() 98 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params() 99 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_set_params() 103 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params() 104 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_set_params() 142 if (fe->ops.i2c_gate_ctrl) in tda826x_attach() 143 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_attach() [all …]
|
A D | zl10036.c | 141 if (fe->ops.i2c_gate_ctrl) in zl10036_sleep() 142 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in zl10036_sleep() 146 if (fe->ops.i2c_gate_ctrl) in zl10036_sleep() 147 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in zl10036_sleep() 335 if (fe->ops.i2c_gate_ctrl) in zl10036_set_params() 336 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in zl10036_set_params() 364 if (fe->ops.i2c_gate_ctrl) in zl10036_set_params() 419 if (fe->ops.i2c_gate_ctrl) in zl10036_init() 429 if (fe->ops.i2c_gate_ctrl) in zl10036_init() 467 if (fe->ops.i2c_gate_ctrl) in zl10036_attach() [all …]
|
A D | stv6111.c | 429 if (fe->ops.i2c_gate_ctrl) in set_bandwidth() 435 if (fe->ops.i2c_gate_ctrl && !stat) in set_bandwidth() 436 fe->ops.i2c_gate_ctrl(fe, 0); in set_bandwidth() 523 if (fe->ops.i2c_gate_ctrl) in set_params() 527 if (fe->ops.i2c_gate_ctrl && !stat) in set_params() 528 fe->ops.i2c_gate_ctrl(fe, 0); in set_params() 576 if (fe->ops.i2c_gate_ctrl) in get_rf_strength() 584 if (fe->ops.i2c_gate_ctrl && !stat) in get_rf_strength() 585 fe->ops.i2c_gate_ctrl(fe, 0); in get_rf_strength() 664 if (fe->ops.i2c_gate_ctrl) in stv6111_attach() [all …]
|
A D | ix2505v.c | 203 if (fe->ops.i2c_gate_ctrl) in ix2505v_set_params() 204 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_set_params() 211 if (fe->ops.i2c_gate_ctrl) in ix2505v_set_params() 212 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_set_params() 224 if (fe->ops.i2c_gate_ctrl) in ix2505v_set_params() 225 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_set_params() 278 if (fe->ops.i2c_gate_ctrl) in ix2505v_attach() 279 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_attach() 288 if (fe->ops.i2c_gate_ctrl) in ix2505v_attach() 289 fe->ops.i2c_gate_ctrl(fe, 0); in ix2505v_attach()
|
A D | stv6110.c | 82 if (fe->ops.i2c_gate_ctrl) in stv6110_write_regs() 83 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_write_regs() 89 if (fe->ops.i2c_gate_ctrl) in stv6110_write_regs() 90 fe->ops.i2c_gate_ctrl(fe, 0); in stv6110_write_regs() 115 if (fe->ops.i2c_gate_ctrl) in stv6110_read_regs() 116 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_read_regs() 122 if (fe->ops.i2c_gate_ctrl) in stv6110_read_regs() 123 fe->ops.i2c_gate_ctrl(fe, 0); in stv6110_read_regs() 400 if (fe->ops.i2c_gate_ctrl) in stv6110_attach() 401 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_attach() [all …]
|
A D | dvb-pll.c | 352 if (fe->ops.i2c_gate_ctrl) in opera1_bw() 353 fe->ops.i2c_gate_ctrl(fe, 1); in opera1_bw() 422 if (fe->ops.i2c_gate_ctrl) in samsung_dtos403ih102a_set() 423 fe->ops.i2c_gate_ctrl(fe, 1); in samsung_dtos403ih102a_set() 655 if (fe->ops.i2c_gate_ctrl) in dvb_pll_sleep() 686 if (fe->ops.i2c_gate_ctrl) in dvb_pll_set_params() 687 fe->ops.i2c_gate_ctrl(fe, 1); in dvb_pll_set_params() 751 if (fe->ops.i2c_gate_ctrl) in dvb_pll_init() 759 if (fe->ops.i2c_gate_ctrl) in dvb_pll_init() 813 if (fe->ops.i2c_gate_ctrl) in dvb_pll_attach() [all …]
|
A D | au8522_dig.c | 609 if (fe->ops.i2c_gate_ctrl) in au8522_set_frontend() 610 fe->ops.i2c_gate_ctrl(fe, 1); in au8522_set_frontend() 612 if (fe->ops.i2c_gate_ctrl) in au8522_set_frontend() 613 fe->ops.i2c_gate_ctrl(fe, 0); in au8522_set_frontend() 666 if (fe->ops.i2c_gate_ctrl) in au8522_read_status() 667 fe->ops.i2c_gate_ctrl(fe, 1); in au8522_read_status() 671 if (fe->ops.i2c_gate_ctrl) in au8522_read_status() 672 fe->ops.i2c_gate_ctrl(fe, 0); in au8522_read_status() 865 state->frontend.ops.analog_ops.i2c_gate_ctrl = au8522_analog_i2c_gate_ctrl; in au8522_attach() 896 .i2c_gate_ctrl = au8522_i2c_gate_ctrl,
|
/linux/drivers/media/tuners/ |
A D | mc44s803.c | 83 if (fe->ops.i2c_gate_ctrl) in mc44s803_init() 84 fe->ops.i2c_gate_ctrl(fe, 1); in mc44s803_init() 189 if (fe->ops.i2c_gate_ctrl) in mc44s803_init() 190 fe->ops.i2c_gate_ctrl(fe, 0); in mc44s803_init() 194 if (fe->ops.i2c_gate_ctrl) in mc44s803_init() 221 if (fe->ops.i2c_gate_ctrl) in mc44s803_set_params() 265 if (fe->ops.i2c_gate_ctrl) in mc44s803_set_params() 271 if (fe->ops.i2c_gate_ctrl) in mc44s803_set_params() 326 if (fe->ops.i2c_gate_ctrl) in mc44s803_attach() 347 if (fe->ops.i2c_gate_ctrl) in mc44s803_attach() [all …]
|
A D | mxl5007t.c | 570 if (fe->ops.i2c_gate_ctrl) in mxl5007t_get_status() 582 if (fe->ops.i2c_gate_ctrl) in mxl5007t_get_status() 631 if (fe->ops.i2c_gate_ctrl) in mxl5007t_set_params() 649 if (fe->ops.i2c_gate_ctrl) in mxl5007t_set_params() 662 if (fe->ops.i2c_gate_ctrl) in mxl5007t_init() 669 if (fe->ops.i2c_gate_ctrl) in mxl5007t_init() 680 if (fe->ops.i2c_gate_ctrl) in mxl5007t_sleep() 689 if (fe->ops.i2c_gate_ctrl) in mxl5007t_sleep() 873 if (fe->ops.i2c_gate_ctrl) in mxl5007t_attach() 878 if (fe->ops.i2c_gate_ctrl) in mxl5007t_attach() [all …]
|
A D | fc0013.c | 91 if (fe->ops.i2c_gate_ctrl) in fc0013_init() 100 if (fe->ops.i2c_gate_ctrl) in fc0013_init() 122 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_add() 153 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_add() 165 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_reset() 172 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_reset() 241 if (fe->ops.i2c_gate_ctrl) in fc0013_set_params() 468 if (fe->ops.i2c_gate_ctrl) in fc0013_set_params() 516 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength() 533 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength() [all …]
|
A D | fc0012.c | 99 if (fe->ops.i2c_gate_ctrl) in fc0012_init() 108 if (fe->ops.i2c_gate_ctrl) in fc0012_init() 257 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params() 309 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params() 357 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength() 374 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength() 398 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength() 435 if (fe->ops.i2c_gate_ctrl) in fc0012_attach() 436 fe->ops.i2c_gate_ctrl(fe, 1); in fc0012_attach() 487 if (fe->ops.i2c_gate_ctrl) in fc0012_attach() [all …]
|
A D | tda18218.c | 137 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params() 138 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_set_params() 197 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params() 219 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep() 220 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_sleep() 225 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep() 241 if (fe->ops.i2c_gate_ctrl) in tda18218_init() 242 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_init() 246 if (fe->ops.i2c_gate_ctrl) in tda18218_init() 303 if (fe->ops.i2c_gate_ctrl) in tda18218_attach() [all …]
|
A D | tda8290.c | 225 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_set_params() 295 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_set_params() 419 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8295_set_params() 434 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8295_set_params() 464 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_standby() 469 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_standby() 541 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_init_tuner() 544 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_init_tuner() 576 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda829x_find_tuner() 595 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda829x_find_tuner() [all …]
|
A D | mt2060.c | 206 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params() 207 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_set_params() 271 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params() 338 if (fe->ops.i2c_gate_ctrl) in mt2060_init() 339 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_init() 351 if (fe->ops.i2c_gate_ctrl) in mt2060_init() 362 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep() 363 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_sleep() 374 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep() 419 if (fe->ops.i2c_gate_ctrl) in mt2060_attach() [all …]
|
A D | max2165.c | 268 if (fe->ops.i2c_gate_ctrl) in max2165_set_params() 269 fe->ops.i2c_gate_ctrl(fe, 1); in max2165_set_params() 274 if (fe->ops.i2c_gate_ctrl) in max2165_set_params() 275 fe->ops.i2c_gate_ctrl(fe, 0); in max2165_set_params() 307 if (fe->ops.i2c_gate_ctrl) in max2165_get_status() 308 fe->ops.i2c_gate_ctrl(fe, 1); in max2165_get_status() 313 if (fe->ops.i2c_gate_ctrl) in max2165_get_status() 314 fe->ops.i2c_gate_ctrl(fe, 0); in max2165_get_status() 330 if (fe->ops.i2c_gate_ctrl) in max2165_init() 331 fe->ops.i2c_gate_ctrl(fe, 1); in max2165_init() [all …]
|
A D | tda18212.c | 55 if (fe->ops.i2c_gate_ctrl) in tda18212_set_params() 56 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18212_set_params() 144 if (fe->ops.i2c_gate_ctrl) in tda18212_set_params() 145 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18212_set_params() 206 if (fe->ops.i2c_gate_ctrl) in tda18212_probe() 207 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18212_probe() 212 if (fe->ops.i2c_gate_ctrl) in tda18212_probe() 213 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18212_probe()
|
A D | qt1010.c | 113 if (fe->ops.i2c_gate_ctrl) in qt1010_set_params() 114 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in qt1010_set_params() 209 if (fe->ops.i2c_gate_ctrl) in qt1010_set_params() 210 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in qt1010_set_params() 324 if (fe->ops.i2c_gate_ctrl) in qt1010_init() 325 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in qt1010_init() 420 if (fe->ops.i2c_gate_ctrl) in qt1010_attach() 421 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in qt1010_attach() 430 if (fe->ops.i2c_gate_ctrl) in qt1010_attach() 431 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in qt1010_attach()
|
A D | r820t.c | 2132 if (fe->ops.i2c_gate_ctrl) in r820t_init() 2144 if (fe->ops.i2c_gate_ctrl) in r820t_init() 2161 if (fe->ops.i2c_gate_ctrl) in r820t_sleep() 2166 if (fe->ops.i2c_gate_ctrl) in r820t_sleep() 2193 if (fe->ops.i2c_gate_ctrl) in r820t_set_analog_freq() 2199 if (fe->ops.i2c_gate_ctrl) in r820t_set_analog_freq() 2217 if (fe->ops.i2c_gate_ctrl) in r820t_set_params() 2227 if (fe->ops.i2c_gate_ctrl) in r820t_set_params() 2242 if (fe->ops.i2c_gate_ctrl) in r820t_signal() 2259 if (fe->ops.i2c_gate_ctrl) in r820t_signal() [all …]
|
/linux/drivers/media/pci/mantis/ |
A D | mantis_vp2040.c | 61 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set() 62 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set() 71 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set() 72 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set() 85 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set() 86 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
|
A D | mantis_vp2033.c | 79 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set() 80 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set() 89 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set() 90 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set() 103 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set() 104 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
|
/linux/drivers/media/pci/saa7134/ |
A D | saa7134-dvb.c | 177 if (fe->ops.i2c_gate_ctrl) in mt352_pinnacle_tuner_set_params() 178 fe->ops.i2c_gate_ctrl(fe, 1); in mt352_pinnacle_tuner_set_params() 182 if (fe->ops.i2c_gate_ctrl) in mt352_pinnacle_tuner_set_params() 183 fe->ops.i2c_gate_ctrl(fe, 1); in mt352_pinnacle_tuner_set_params() 345 if (fe->ops.i2c_gate_ctrl) in philips_tda6651_pll_set() 365 if (fe->ops.i2c_gate_ctrl) in philips_tu1216_init() 410 if (fe->ops.i2c_gate_ctrl) in philips_td1316_tuner_init() 431 if (fe->ops.i2c_gate_ctrl) in philips_td1316_tuner_sleep() 467 if (fe->ops.i2c_gate_ctrl) in philips_europa_tuner_sleep() 479 fe->ops.i2c_gate_ctrl(fe, 1); in philips_europa_demod_sleep() [all …]
|