Lines Matching refs:tuner_ops
25 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency() local
29 if (tuner_ops->get_state) { in stb6100_get_frequency()
30 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_get_frequency()
43 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency() local
49 if (tuner_ops->set_state) { in stb6100_set_frequency()
50 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_set_frequency()
62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth() local
66 if (tuner_ops->get_state) { in stb6100_get_bandwidth()
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in stb6100_get_bandwidth()
80 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth() local
86 if (tuner_ops->set_state) { in stb6100_set_bandwidth()
87 err = tuner_ops->set_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in stb6100_set_bandwidth()