Lines Matching refs:i2c_gate_ctrl
99 if (fe->ops.i2c_gate_ctrl) in fc0012_init()
100 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_init()
108 if (fe->ops.i2c_gate_ctrl) in fc0012_init()
109 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_init()
257 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params()
258 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_set_params()
309 if (fe->ops.i2c_gate_ctrl) in fc0012_set_params()
310 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_set_params()
357 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
358 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in fc0012_get_rf_strength()
374 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
375 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_get_rf_strength()
398 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
399 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ 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()
488 fe->ops.i2c_gate_ctrl(fe, 0); in fc0012_attach()