Lines Matching refs:i2c_gate_ctrl
1009 if (fe->ops.i2c_gate_ctrl) in helene_attach_s()
1010 fe->ops.i2c_gate_ctrl(fe, 1); in helene_attach_s()
1017 if (fe->ops.i2c_gate_ctrl) in helene_attach_s()
1018 fe->ops.i2c_gate_ctrl(fe, 0); in helene_attach_s()
1045 if (fe->ops.i2c_gate_ctrl) in helene_attach()
1046 fe->ops.i2c_gate_ctrl(fe, 1); in helene_attach()
1053 if (fe->ops.i2c_gate_ctrl) in helene_attach()
1054 fe->ops.i2c_gate_ctrl(fe, 0); in helene_attach()
1083 if (fe->ops.i2c_gate_ctrl) in helene_probe()
1084 fe->ops.i2c_gate_ctrl(fe, 1); in helene_probe()
1089 if (fe->ops.i2c_gate_ctrl) in helene_probe()
1090 fe->ops.i2c_gate_ctrl(fe, 0); in helene_probe()