Lines Matching refs:i2c_gate_ctrl
49 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
50 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_sleep()
54 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
55 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_sleep()
98 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
99 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_set_params()
103 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
104 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_set_params()
142 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
143 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_attach()
145 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
146 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_attach()