Lines Matching refs:i2c_gate_ctrl
216 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
217 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_set_params()
281 if (fe->ops.i2c_gate_ctrl) in mt2060_set_params()
282 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_set_params()
348 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
349 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_init()
361 if (fe->ops.i2c_gate_ctrl) in mt2060_init()
362 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_init()
372 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
373 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_sleep()
384 if (fe->ops.i2c_gate_ctrl) in mt2060_sleep()
385 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_sleep()
429 if (fe->ops.i2c_gate_ctrl) in mt2060_attach()
430 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */ in mt2060_attach()
448 if (fe->ops.i2c_gate_ctrl) in mt2060_attach()
449 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */ in mt2060_attach()