Lines Matching refs:i2c_gate_ctrl
113 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()
388 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
389 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_get_rf_strength()
412 if (fe->ops.i2c_gate_ctrl) in fc0012_get_rf_strength()
413 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in fc0012_get_rf_strength()
450 if (fe->ops.i2c_gate_ctrl) in fc0012_attach()
451 fe->ops.i2c_gate_ctrl(fe, 1); in fc0012_attach()
502 if (fe->ops.i2c_gate_ctrl) in fc0012_attach()
503 fe->ops.i2c_gate_ctrl(fe, 0); in fc0012_attach()