Lines Matching refs:i2c_gate_ctrl
429 if (fe->ops.i2c_gate_ctrl) in set_bandwidth()
430 stat = fe->ops.i2c_gate_ctrl(fe, 1); in set_bandwidth()
435 if (fe->ops.i2c_gate_ctrl && !stat) in set_bandwidth()
436 fe->ops.i2c_gate_ctrl(fe, 0); in set_bandwidth()
523 if (fe->ops.i2c_gate_ctrl) in set_params()
524 stat = fe->ops.i2c_gate_ctrl(fe, 1); in set_params()
527 if (fe->ops.i2c_gate_ctrl && !stat) in set_params()
528 fe->ops.i2c_gate_ctrl(fe, 0); in set_params()
576 if (fe->ops.i2c_gate_ctrl) in get_rf_strength()
577 stat = fe->ops.i2c_gate_ctrl(fe, 1); in get_rf_strength()
584 if (fe->ops.i2c_gate_ctrl && !stat) in get_rf_strength()
585 fe->ops.i2c_gate_ctrl(fe, 0); in get_rf_strength()
664 if (fe->ops.i2c_gate_ctrl) in stv6111_attach()
665 gatestat = fe->ops.i2c_gate_ctrl(fe, 1); in stv6111_attach()
668 if (fe->ops.i2c_gate_ctrl && !gatestat) in stv6111_attach()
669 fe->ops.i2c_gate_ctrl(fe, 0); in stv6111_attach()