Lines Matching refs:frontend_ops

22 	struct dvb_frontend_ops	*frontend_ops = NULL;  in stb6100_get_freq()  local
28 frontend_ops = &fe->ops; in stb6100_get_freq()
29 if (&frontend_ops->tuner_ops) in stb6100_get_freq()
30 tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq()
32 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
33 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
41 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
42 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
52 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_set_freq() local
59 frontend_ops = &fe->ops; in stb6100_set_freq()
60 if (&frontend_ops->tuner_ops) in stb6100_set_freq()
61 tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq()
63 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
64 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
72 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
73 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
82 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_get_bandw() local
88 frontend_ops = &fe->ops; in stb6100_get_bandw()
89 if (&frontend_ops->tuner_ops) in stb6100_get_bandw()
90 tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw()
92 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
93 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
101 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
102 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_bandw()
112 struct dvb_frontend_ops *frontend_ops = NULL; in stb6100_set_bandw() local
119 frontend_ops = &fe->ops; in stb6100_set_bandw()
120 if (&frontend_ops->tuner_ops) in stb6100_set_bandw()
121 tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw()
123 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
124 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_bandw()
132 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
133 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_bandw()