Lines Matching refs:i2c_gate_ctrl
146 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params()
147 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_set_params()
206 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params()
207 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_set_params()
228 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep()
229 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_sleep()
234 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep()
235 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_sleep()
250 if (fe->ops.i2c_gate_ctrl) in tda18218_init()
251 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_init()
255 if (fe->ops.i2c_gate_ctrl) in tda18218_init()
256 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_init()
312 if (fe->ops.i2c_gate_ctrl) in tda18218_attach()
313 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_attach()
343 if (fe->ops.i2c_gate_ctrl) in tda18218_attach()
344 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_attach()