Lines Matching refs:frontend_ops

25 	struct dvb_frontend_ops	*frontend_ops = &fe->ops;  in stb6100_get_freq()  local
26 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
30 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
31 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
39 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
40 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
48 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_freq() local
49 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq()
58 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
59 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
68 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
69 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
78 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandw() local
79 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw()
83 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
84 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
92 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
93 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_bandw()
101 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_bandw() local
102 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw()
111 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
112 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_bandw()
121 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
122 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_bandw()