Lines Matching refs:tuner_ops
26 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() local
29 if (tuner_ops->get_frequency) { in stb6100_get_freq()
33 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
49 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() local
57 if (tuner_ops->set_params) { in stb6100_set_freq()
61 err = tuner_ops->set_params(fe); in stb6100_set_freq()
79 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() local
82 if (tuner_ops->get_bandwidth) { in stb6100_get_bandw()
86 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandw()
102 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw() local
110 if (tuner_ops->set_params) { in stb6100_set_bandw()
114 err = tuner_ops->set_params(fe); in stb6100_set_bandw()