Lines Matching refs:tuner_ops
16 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency() local
19 if (tuner_ops->get_frequency) { in stb6100_get_frequency()
20 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_frequency()
32 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency() local
40 if (tuner_ops->set_params) { in stb6100_set_frequency()
41 err = tuner_ops->set_params(fe); in stb6100_set_frequency()
54 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth() local
57 if (tuner_ops->get_bandwidth) { in stb6100_get_bandwidth()
58 err = tuner_ops->get_bandwidth(fe, bandwidth); in stb6100_get_bandwidth()
70 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth() local
78 if (tuner_ops->set_params) { in stb6100_set_bandwidth()
79 err = tuner_ops->set_params(fe); in stb6100_set_bandwidth()