Lines Matching refs:tuner_ops
28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency() local
31 if (tuner_ops->get_frequency) { in stb6100_get_frequency()
32 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_frequency()
44 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency() local
52 if (tuner_ops->set_params) { in stb6100_set_frequency()
53 err = tuner_ops->set_params(fe); in stb6100_set_frequency()
66 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth() local
69 if (tuner_ops->get_bandwidth) { in stb6100_get_bandwidth()
70 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandwidth()
82 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth() local
90 if (tuner_ops->set_params) { in stb6100_set_bandwidth()
91 err = tuner_ops->set_params(fe); in stb6100_set_bandwidth()