Lines Matching refs:i2c_gate_ctrl
175 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
176 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_set_params()
240 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
241 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_set_params()
307 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
308 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_init()
313 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
314 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_init()
324 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
325 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_sleep()
330 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
331 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_sleep()
375 if (fe->ops.i2c_gate_ctrl) in mt2060_attach()
376 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_attach()
394 if (fe->ops.i2c_gate_ctrl) in mt2060_attach()
395 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_attach()