Lines Matching refs:frontend_ops

22 	struct dvb_frontend_ops	*frontend_ops = &fe->ops;  in stb6100_get_freq()  local
23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
28 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
29 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
37 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
38 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()
56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
57 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
65 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
66 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
75 struct dvb_frontend_ops *frontend_ops = &fe->ops; in stb6100_get_bandw() local
76 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw()
81 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
82 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
90 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
91 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()
109 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
110 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_bandw()
118 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
119 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_bandw()