Lines Matching refs:i2c_gate_ctrl
63 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
64 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_sleep()
68 if (fe->ops.i2c_gate_ctrl) in tda826x_sleep()
69 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_sleep()
112 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
113 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_set_params()
117 if (fe->ops.i2c_gate_ctrl) in tda826x_set_params()
118 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_set_params()
156 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
157 fe->ops.i2c_gate_ctrl(fe, 1); in tda826x_attach()
159 if (fe->ops.i2c_gate_ctrl) in tda826x_attach()
160 fe->ops.i2c_gate_ctrl(fe, 0); in tda826x_attach()