Lines Matching refs:i2c_gate_ctrl
150 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params()
151 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_set_params()
210 if (fe->ops.i2c_gate_ctrl) in tda18218_set_params()
211 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_set_params()
232 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep()
233 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_sleep()
238 if (fe->ops.i2c_gate_ctrl) in tda18218_sleep()
239 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_sleep()
254 if (fe->ops.i2c_gate_ctrl) in tda18218_init()
255 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_init()
259 if (fe->ops.i2c_gate_ctrl) in tda18218_init()
260 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_init()
317 if (fe->ops.i2c_gate_ctrl) in tda18218_attach()
318 fe->ops.i2c_gate_ctrl(fe, 1); /* open I2C-gate */ in tda18218_attach()
348 if (fe->ops.i2c_gate_ctrl) in tda18218_attach()
349 fe->ops.i2c_gate_ctrl(fe, 0); /* close I2C-gate */ in tda18218_attach()