Lines Matching refs:i2c_gate_ctrl
101 if (fe->ops.i2c_gate_ctrl) in fc0013_init()
102 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_init()
110 if (fe->ops.i2c_gate_ctrl) in fc0013_init()
111 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_init()
132 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_add()
133 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_rc_cal_add()
163 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_add()
164 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_rc_cal_add()
175 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_reset()
176 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_rc_cal_reset()
182 if (fe->ops.i2c_gate_ctrl) in fc0013_rc_cal_reset()
183 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_rc_cal_reset()
251 if (fe->ops.i2c_gate_ctrl) in fc0013_set_params()
252 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_set_params()
478 if (fe->ops.i2c_gate_ctrl) in fc0013_set_params()
479 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_set_params()
526 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength()
527 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_get_rf_strength()
543 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength()
544 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_get_rf_strength()
567 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength()
568 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_get_rf_strength()