Lines Matching refs:i2c_gate_ctrl
62 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
63 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_sleep()
67 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
68 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_sleep()
111 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
112 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_set_params()
116 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
117 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_set_params()
155 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
156 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_attach()
158 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
159 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_attach()