Home
last modified time | relevance | path

Searched refs:i2c_gate_ctrl (Results 1 – 25 of 111) sorted by relevance

12345

/drivers/media/dvb-frontends/
Dstb6100_proc.h28 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
29 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
37 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
38 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
57 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
65 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
66 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
81 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
82 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
[all …]
Dtua6100.c59 if (fe->ops.i2c_gate_ctrl) in tua6100_sleep()
60 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_sleep()
64 if (fe->ops.i2c_gate_ctrl) in tua6100_sleep()
65 fe->ops.i2c_gate_ctrl(fe, 0); in tua6100_sleep()
132 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params()
133 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_set_params()
137 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params()
138 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_set_params()
142 if (fe->ops.i2c_gate_ctrl) in tua6100_set_params()
143 fe->ops.i2c_gate_ctrl(fe, 1); in tua6100_set_params()
[all …]
Dstb6000.c65 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep()
66 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_sleep()
72 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep()
73 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_sleep()
146 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
147 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_set_params()
154 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
155 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_set_params()
164 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
165 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_set_params()
[all …]
Dzl10039.c152 if (fe->ops.i2c_gate_ctrl) in zl10039_init()
153 fe->ops.i2c_gate_ctrl(fe, 1); in zl10039_init()
166 if (fe->ops.i2c_gate_ctrl) in zl10039_init()
167 fe->ops.i2c_gate_ctrl(fe, 0); in zl10039_init()
178 if (fe->ops.i2c_gate_ctrl) in zl10039_sleep()
179 fe->ops.i2c_gate_ctrl(fe, 1); in zl10039_sleep()
185 if (fe->ops.i2c_gate_ctrl) in zl10039_sleep()
186 fe->ops.i2c_gate_ctrl(fe, 0); in zl10039_sleep()
226 if (fe->ops.i2c_gate_ctrl) in zl10039_set_params()
227 fe->ops.i2c_gate_ctrl(fe, 1); in zl10039_set_params()
[all …]
Dtda826x.c63 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
64 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_sleep()
68 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
69 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_sleep()
112 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
113 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_set_params()
117 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
118 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_set_params()
156 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
157 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_attach()
[all …]
Dzl10036.c155 if (fe->ops.i2c_gate_ctrl) in zl10036_sleep()
156 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in zl10036_sleep()
160 if (fe->ops.i2c_gate_ctrl) in zl10036_sleep()
161 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in zl10036_sleep()
349 if (fe->ops.i2c_gate_ctrl) in zl10036_set_params()
350 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in zl10036_set_params()
378 if (fe->ops.i2c_gate_ctrl) in zl10036_set_params()
379 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in zl10036_set_params()
433 if (fe->ops.i2c_gate_ctrl) in zl10036_init()
434 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in zl10036_init()
[all …]
Dix2505v.c217 if (fe->ops.i2c_gate_ctrl) in ix2505v_set_params()
218 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_set_params()
225 if (fe->ops.i2c_gate_ctrl) in ix2505v_set_params()
226 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_set_params()
238 if (fe->ops.i2c_gate_ctrl) in ix2505v_set_params()
239 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_set_params()
292 if (fe->ops.i2c_gate_ctrl) in ix2505v_attach()
293 fe->ops.i2c_gate_ctrl(fe, 1); in ix2505v_attach()
302 if (fe->ops.i2c_gate_ctrl) in ix2505v_attach()
303 fe->ops.i2c_gate_ctrl(fe, 0); in ix2505v_attach()
Ddvb-pll.c360 if (fe->ops.i2c_gate_ctrl) in opera1_bw()
361 fe->ops.i2c_gate_ctrl(fe, 1); in opera1_bw()
430 if (fe->ops.i2c_gate_ctrl) in samsung_dtos403ih102a_set()
431 fe->ops.i2c_gate_ctrl(fe, 1); in samsung_dtos403ih102a_set()
626 if (fe->ops.i2c_gate_ctrl) in dvb_pll_sleep()
627 fe->ops.i2c_gate_ctrl(fe, 1); in dvb_pll_sleep()
657 if (fe->ops.i2c_gate_ctrl) in dvb_pll_set_params()
658 fe->ops.i2c_gate_ctrl(fe, 1); in dvb_pll_set_params()
722 if (fe->ops.i2c_gate_ctrl) in dvb_pll_init()
723 fe->ops.i2c_gate_ctrl(fe, 1); in dvb_pll_init()
[all …]
Dstv6110.c97 if (fe->ops.i2c_gate_ctrl) in stv6110_write_regs()
98 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_write_regs()
104 if (fe->ops.i2c_gate_ctrl) in stv6110_write_regs()
105 fe->ops.i2c_gate_ctrl(fe, 0); in stv6110_write_regs()
130 if (fe->ops.i2c_gate_ctrl) in stv6110_read_regs()
131 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_read_regs()
137 if (fe->ops.i2c_gate_ctrl) in stv6110_read_regs()
138 fe->ops.i2c_gate_ctrl(fe, 0); in stv6110_read_regs()
424 if (fe->ops.i2c_gate_ctrl) in stv6110_attach()
425 fe->ops.i2c_gate_ctrl(fe, 1); in stv6110_attach()
[all …]
Dau8522_dig.c622 if (fe->ops.i2c_gate_ctrl) in au8522_set_frontend()
623 fe->ops.i2c_gate_ctrl(fe, 1); in au8522_set_frontend()
625 if (fe->ops.i2c_gate_ctrl) in au8522_set_frontend()
626 fe->ops.i2c_gate_ctrl(fe, 0); in au8522_set_frontend()
679 if (fe->ops.i2c_gate_ctrl) in au8522_read_status()
680 fe->ops.i2c_gate_ctrl(fe, 1); in au8522_read_status()
684 if (fe->ops.i2c_gate_ctrl) in au8522_read_status()
685 fe->ops.i2c_gate_ctrl(fe, 0); in au8522_read_status()
878 state->frontend.ops.analog_ops.i2c_gate_ctrl = au8522_analog_i2c_gate_ctrl; in au8522_attach()
909 .i2c_gate_ctrl = au8522_i2c_gate_ctrl,
Ds5h1411.c602 if (fe->ops.i2c_gate_ctrl) in s5h1411_set_frontend()
603 fe->ops.i2c_gate_ctrl(fe, 1); in s5h1411_set_frontend()
607 if (fe->ops.i2c_gate_ctrl) in s5h1411_set_frontend()
608 fe->ops.i2c_gate_ctrl(fe, 0); in s5h1411_set_frontend()
706 if (fe->ops.i2c_gate_ctrl) in s5h1411_read_status()
707 fe->ops.i2c_gate_ctrl(fe, 1); in s5h1411_read_status()
711 if (fe->ops.i2c_gate_ctrl) in s5h1411_read_status()
712 fe->ops.i2c_gate_ctrl(fe, 0); in s5h1411_read_status()
929 .i2c_gate_ctrl = s5h1411_i2c_gate_ctrl,
/drivers/media/tuners/
Dmc44s803.c99 if (fe->ops.i2c_gate_ctrl) in mc44s803_init()
100 fe->ops.i2c_gate_ctrl(fe, 1); in mc44s803_init()
205 if (fe->ops.i2c_gate_ctrl) in mc44s803_init()
206 fe->ops.i2c_gate_ctrl(fe, 0); in mc44s803_init()
210 if (fe->ops.i2c_gate_ctrl) in mc44s803_init()
211 fe->ops.i2c_gate_ctrl(fe, 0); in mc44s803_init()
237 if (fe->ops.i2c_gate_ctrl) in mc44s803_set_params()
238 fe->ops.i2c_gate_ctrl(fe, 1); in mc44s803_set_params()
281 if (fe->ops.i2c_gate_ctrl) in mc44s803_set_params()
282 fe->ops.i2c_gate_ctrl(fe, 0); in mc44s803_set_params()
[all …]
Dmxl5007t.c594 if (fe->ops.i2c_gate_ctrl) in mxl5007t_get_status()
595 fe->ops.i2c_gate_ctrl(fe, 1); in mxl5007t_get_status()
606 if (fe->ops.i2c_gate_ctrl) in mxl5007t_get_status()
607 fe->ops.i2c_gate_ctrl(fe, 0); in mxl5007t_get_status()
655 if (fe->ops.i2c_gate_ctrl) in mxl5007t_set_params()
656 fe->ops.i2c_gate_ctrl(fe, 1); in mxl5007t_set_params()
673 if (fe->ops.i2c_gate_ctrl) in mxl5007t_set_params()
674 fe->ops.i2c_gate_ctrl(fe, 0); in mxl5007t_set_params()
686 if (fe->ops.i2c_gate_ctrl) in mxl5007t_init()
687 fe->ops.i2c_gate_ctrl(fe, 1); in mxl5007t_init()
[all …]
Dfc0013.c106 if (fe->ops.i2c_gate_ctrl) in fc0013_init()
107 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_init()
115 if (fe->ops.i2c_gate_ctrl) in fc0013_init()
116 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_init()
137 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_add()
138 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_rc_cal_add()
168 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_add()
169 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_rc_cal_add()
180 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_reset()
181 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_rc_cal_reset()
[all …]
Dfc0012.c113 if (fe->ops.i2c_gate_ctrl) in fc0012_init()
114 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_init()
122 if (fe->ops.i2c_gate_ctrl) in fc0012_init()
123 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_init()
271 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params()
272 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_set_params()
323 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params()
324 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_set_params()
371 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
372 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_get_rf_strength()
[all …]
Dtda18218.c150 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params()
151 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_set_params()
210 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params()
211 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_set_params()
232 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep()
233 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_sleep()
238 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep()
239 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_sleep()
254 if (fe->ops.i2c_gate_ctrl) in tda18218_init()
255 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_init()
[all …]
Dtda8290.c237 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_set_params()
238 fe->ops.analog_ops.i2c_gate_ctrl(fe, 1); in tda8290_set_params()
307 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_set_params()
308 fe->ops.analog_ops.i2c_gate_ctrl(fe, 0); in tda8290_set_params()
431 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8295_set_params()
432 fe->ops.analog_ops.i2c_gate_ctrl(fe, 1); in tda8295_set_params()
446 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8295_set_params()
447 fe->ops.analog_ops.i2c_gate_ctrl(fe, 0); in tda8295_set_params()
476 if (fe->ops.analog_ops.i2c_gate_ctrl) in tda8290_standby()
477 fe->ops.analog_ops.i2c_gate_ctrl(fe, 1); in tda8290_standby()
[all …]
Dmt2060.c174 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
175 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_set_params()
239 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
240 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_set_params()
306 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
307 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_init()
312 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
313 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_init()
323 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
324 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_sleep()
[all …]
Dmax2165.c282 if (fe->ops.i2c_gate_ctrl) in max2165_set_params()
283 fe->ops.i2c_gate_ctrl(fe, 1); in max2165_set_params()
288 if (fe->ops.i2c_gate_ctrl) in max2165_set_params()
289 fe->ops.i2c_gate_ctrl(fe, 0); in max2165_set_params()
321 if (fe->ops.i2c_gate_ctrl) in max2165_get_status()
322 fe->ops.i2c_gate_ctrl(fe, 1); in max2165_get_status()
327 if (fe->ops.i2c_gate_ctrl) in max2165_get_status()
328 fe->ops.i2c_gate_ctrl(fe, 0); in max2165_get_status()
344 if (fe->ops.i2c_gate_ctrl) in max2165_init()
345 fe->ops.i2c_gate_ctrl(fe, 1); in max2165_init()
[all …]
Dtda18212.c68 if (fe->ops.i2c_gate_ctrl) in tda18212_set_params()
69 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18212_set_params()
157 if (fe->ops.i2c_gate_ctrl) in tda18212_set_params()
158 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18212_set_params()
219 if (fe->ops.i2c_gate_ctrl) in tda18212_probe()
220 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18212_probe()
225 if (fe->ops.i2c_gate_ctrl) in tda18212_probe()
226 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18212_probe()
Dqt1010.c126 if (fe->ops.i2c_gate_ctrl) in qt1010_set_params()
127 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in qt1010_set_params()
222 if (fe->ops.i2c_gate_ctrl) in qt1010_set_params()
223 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in qt1010_set_params()
334 if (fe->ops.i2c_gate_ctrl) in qt1010_init()
335 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in qt1010_init()
431 if (fe->ops.i2c_gate_ctrl) in qt1010_attach()
432 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in qt1010_attach()
441 if (fe->ops.i2c_gate_ctrl) in qt1010_attach()
442 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in qt1010_attach()
Dr820t.c2141 if (fe->ops.i2c_gate_ctrl) in r820t_init()
2142 fe->ops.i2c_gate_ctrl(fe, 1); in r820t_init()
2153 if (fe->ops.i2c_gate_ctrl) in r820t_init()
2154 fe->ops.i2c_gate_ctrl(fe, 0); in r820t_init()
2170 if (fe->ops.i2c_gate_ctrl) in r820t_sleep()
2171 fe->ops.i2c_gate_ctrl(fe, 1); in r820t_sleep()
2175 if (fe->ops.i2c_gate_ctrl) in r820t_sleep()
2176 fe->ops.i2c_gate_ctrl(fe, 0); in r820t_sleep()
2202 if (fe->ops.i2c_gate_ctrl) in r820t_set_analog_freq()
2203 fe->ops.i2c_gate_ctrl(fe, 1); in r820t_set_analog_freq()
[all …]
/drivers/media/pci/mantis/
Dmantis_vp2040.c73 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set()
74 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
83 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set()
84 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
97 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set()
98 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
Dmantis_vp2033.c91 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set()
92 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
101 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set()
102 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
115 if (fe->ops.i2c_gate_ctrl) in tda1002x_cu1216_tuner_set()
116 fe->ops.i2c_gate_ctrl(fe, 1); in tda1002x_cu1216_tuner_set()
/drivers/media/pci/saa7134/
Dsaa7134-dvb.c190 if (fe->ops.i2c_gate_ctrl) in mt352_pinnacle_tuner_set_params()
191 fe->ops.i2c_gate_ctrl(fe, 1); in mt352_pinnacle_tuner_set_params()
195 if (fe->ops.i2c_gate_ctrl) in mt352_pinnacle_tuner_set_params()
196 fe->ops.i2c_gate_ctrl(fe, 1); in mt352_pinnacle_tuner_set_params()
358 if (fe->ops.i2c_gate_ctrl) in philips_tda6651_pll_set()
359 fe->ops.i2c_gate_ctrl(fe, 1); in philips_tda6651_pll_set()
378 if (fe->ops.i2c_gate_ctrl) in philips_tu1216_init()
379 fe->ops.i2c_gate_ctrl(fe, 1); in philips_tu1216_init()
423 if (fe->ops.i2c_gate_ctrl) in philips_td1316_tuner_init()
424 fe->ops.i2c_gate_ctrl(fe, 1); in philips_td1316_tuner_init()
[all …]

12345