Lines Matching refs:i2c_gate_ctrl
108 if (fe->ops.i2c_gate_ctrl) in fc0012_init()
109 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_init()
117 if (fe->ops.i2c_gate_ctrl) in fc0012_init()
118 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_init()
266 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params()
267 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_set_params()
318 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params()
319 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_set_params()
366 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
367 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_get_rf_strength()
383 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
384 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_get_rf_strength()
407 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
408 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_get_rf_strength()
444 if (fe->ops.i2c_gate_ctrl) in fc0012_attach()
445 fe->ops.i2c_gate_ctrl(fe, 1); in fc0012_attach()
496 if (fe->ops.i2c_gate_ctrl) in fc0012_attach()
497 fe->ops.i2c_gate_ctrl(fe, 0); in fc0012_attach()