Lines Matching refs:ops
65 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep()
66 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_sleep()
72 if (fe->ops.i2c_gate_ctrl) in stb6000_sleep()
73 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_sleep()
146 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
147 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_set_params()
154 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
155 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_set_params()
164 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
165 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_set_params()
172 if (fe->ops.i2c_gate_ctrl) in stb6000_set_params()
173 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_set_params()
224 if (fe->ops.i2c_gate_ctrl) in stb6000_attach()
225 fe->ops.i2c_gate_ctrl(fe, 1); in stb6000_attach()
229 if (fe->ops.i2c_gate_ctrl) in stb6000_attach()
230 fe->ops.i2c_gate_ctrl(fe, 0); in stb6000_attach()
242 memcpy(&fe->ops.tuner_ops, &stb6000_tuner_ops, in stb6000_attach()