Lines Matching refs:i2c_gate_ctrl
174 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
175 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_set_params()
239 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
240 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_set_params()
306 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
307 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_init()
312 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
313 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_init()
323 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
324 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_sleep()
329 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
330 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_sleep()
374 if (fe->ops.i2c_gate_ctrl) in mt2060_attach()
375 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_attach()
393 if (fe->ops.i2c_gate_ctrl) in mt2060_attach()
394 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_attach()