Lines Matching refs:frontend_ops

13 	struct dvb_frontend_ops	*frontend_ops = &fe->ops;  in stb6100_get_freq()  local
14 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
18 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
19 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
27 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
28 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
36 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_freq() local
37 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq()
46 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
47 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
57 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
66 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandw() local
67 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw()
71 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
72 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
80 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
81 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_bandw()
89 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_set_bandw() local
90 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw()
99 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
100 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_bandw()
109 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
110 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_bandw()