Lines Matching refs:i2c_gate_ctrl
91 if (fe->ops.i2c_gate_ctrl) in fc0013_init()
92 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_init()
100 if (fe->ops.i2c_gate_ctrl) in fc0013_init()
101 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_init()
177 if (fe->ops.i2c_gate_ctrl) in fc0013_set_params()
178 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_set_params()
404 if (fe->ops.i2c_gate_ctrl) in fc0013_set_params()
405 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_set_params()
452 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength()
453 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0013_get_rf_strength()
469 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength()
470 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_get_rf_strength()
493 if (fe->ops.i2c_gate_ctrl) in fc0013_get_rf_strength()
494 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0013_get_rf_strength()