Lines Matching refs:i2c_gate_ctrl
438 if (fe->ops.i2c_gate_ctrl) in set_bandwidth()
439 stat = fe->ops.i2c_gate_ctrl(fe, 1); in set_bandwidth()
444 if (fe->ops.i2c_gate_ctrl && !stat) in set_bandwidth()
445 fe->ops.i2c_gate_ctrl(fe, 0); in set_bandwidth()
532 if (fe->ops.i2c_gate_ctrl) in set_params()
533 stat = fe->ops.i2c_gate_ctrl(fe, 1); in set_params()
536 if (fe->ops.i2c_gate_ctrl && !stat) in set_params()
537 fe->ops.i2c_gate_ctrl(fe, 0); in set_params()
585 if (fe->ops.i2c_gate_ctrl) in get_rf_strength()
586 stat = fe->ops.i2c_gate_ctrl(fe, 1); in get_rf_strength()
593 if (fe->ops.i2c_gate_ctrl && !stat) in get_rf_strength()
594 fe->ops.i2c_gate_ctrl(fe, 0); in get_rf_strength()
673 if (fe->ops.i2c_gate_ctrl) in stv6111_attach()
674 gatestat = fe->ops.i2c_gate_ctrl(fe, 1); in stv6111_attach()
677 if (fe->ops.i2c_gate_ctrl && !gatestat) in stv6111_attach()
678 fe->ops.i2c_gate_ctrl(fe, 0); in stv6111_attach()