Lines Matching refs:tuner_ops
23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() local
27 if (tuner_ops->get_state) { in stb6100_get_freq()
31 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &state); in stb6100_get_freq()
49 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() local
55 if (tuner_ops->set_state) { in stb6100_set_freq()
59 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &state); in stb6100_set_freq()
76 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() local
80 if (tuner_ops->get_state) { in stb6100_get_bandw()
84 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &state); in stb6100_get_bandw()
102 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw() local
108 if (tuner_ops->set_state) { in stb6100_set_bandw()
112 err = tuner_ops->set_state(fe, DVBFE_TUNER_BANDWIDTH, &state); in stb6100_set_bandw()