Home
last modified time | relevance | path

Searched refs:tuner_ops (Results 1 - 25 of 348) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstb6100_cfg.h16 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
70 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; stb6100_set_bandwidth() local
[all...]
H A Dstb6100_proc.h14 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() local
17 if (tuner_ops->get_frequency) { in stb6100_get_freq()
21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
37 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() local
45 if (tuner_ops->set_params) { in stb6100_set_freq()
49 err = tuner_ops->set_params(fe); in stb6100_set_freq()
67 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() local
90 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; stb6100_set_bandw() local
[all...]
H A Dtda8261_cfg.h11 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency() local
14 if (tuner_ops->get_frequency) { in tda8261_get_frequency()
15 err = tuner_ops->get_frequency(fe, frequency); in tda8261_get_frequency()
28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency() local
32 if (tuner_ops->set_params) { in tda8261_set_frequency()
33 err = tuner_ops->set_params(fe); in tda8261_set_frequency()
H A Dcxd2820r_c.c44 if (fe->ops.tuner_ops.set_params) in cxd2820r_set_frontend_c()
45 fe->ops.tuner_ops.set_params(fe); in cxd2820r_set_frontend_c()
57 if (fe->ops.tuner_ops.get_if_frequency) { in cxd2820r_set_frontend_c()
58 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in cxd2820r_set_frontend_c()
H A Dzl10039.c281 strscpy(fe->ops.tuner_ops.info.name, in zl10039_attach()
283 sizeof(fe->ops.tuner_ops.info.name)); in zl10039_attach()
290 memcpy(&fe->ops.tuner_ops, &zl10039_ops, sizeof(struct dvb_tuner_ops)); in zl10039_attach()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstb6100_cfg.h16 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
70 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; stb6100_set_bandwidth() local
[all...]
H A Dstb6100_proc.h14 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() local
17 if (tuner_ops->get_frequency) { in stb6100_get_freq()
21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
37 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() local
45 if (tuner_ops->set_params) { in stb6100_set_freq()
49 err = tuner_ops->set_params(fe); in stb6100_set_freq()
67 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() local
90 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; stb6100_set_bandw() local
[all...]
H A Dtda8261_cfg.h11 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency() local
14 if (tuner_ops->get_frequency) { in tda8261_get_frequency()
15 err = tuner_ops->get_frequency(fe, frequency); in tda8261_get_frequency()
28 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency() local
32 if (tuner_ops->set_params) { in tda8261_set_frequency()
33 err = tuner_ops->set_params(fe); in tda8261_set_frequency()
H A Dcxd2820r_c.c44 if (fe->ops.tuner_ops.set_params) in cxd2820r_set_frontend_c()
45 fe->ops.tuner_ops.set_params(fe); in cxd2820r_set_frontend_c()
57 if (fe->ops.tuner_ops.get_if_frequency) { in cxd2820r_set_frontend_c()
58 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in cxd2820r_set_frontend_c()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dtuner-core.c80 static const struct v4l2_subdev_ops tuner_ops; variable
203 if (fe->ops.tuner_ops.release) { in tuner_detach()
204 fe->ops.tuner_ops.release(fe); in tuner_detach()
205 symbol_put_addr(fe->ops.tuner_ops.release); in tuner_detach()
219 if (fe->ops.tuner_ops.release) in tuner_detach()
220 fe->ops.tuner_ops.release(fe); in tuner_detach()
239 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params()
251 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby()
259 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config()
302 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type()
1392 static const struct v4l2_subdev_ops tuner_ops = { global() variable
[all...]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dtuner-core.c80 static const struct v4l2_subdev_ops tuner_ops; variable
203 if (fe->ops.tuner_ops.release) { in tuner_detach()
204 fe->ops.tuner_ops.release(fe); in tuner_detach()
205 symbol_put_addr(fe->ops.tuner_ops.release); in tuner_detach()
219 if (fe->ops.tuner_ops.release) in tuner_detach()
220 fe->ops.tuner_ops.release(fe); in tuner_detach()
239 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params()
251 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby()
259 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config()
302 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type()
1389 static const struct v4l2_subdev_ops tuner_ops = { global() variable
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_tuner.c298 u32 min_freq = fe->ops.tuner_ops.info.frequency_min_hz; in vidtv_tuner_set_params()
299 u32 max_freq = fe->ops.tuner_ops.info.frequency_max_hz; in vidtv_tuner_set_params()
300 u32 min_bw = fe->ops.tuner_ops.info.bandwidth_min; in vidtv_tuner_set_params()
301 u32 max_bw = fe->ops.tuner_ops.info.bandwidth_max; in vidtv_tuner_set_params()
407 memcpy(&fe->ops.tuner_ops, in vidtv_tuner_i2c_probe()
H A Dvidtv_demod.c210 state->frontend.ops.tuner_ops.get_rf_strength) { in vidtv_demod_read_status()
211 state->frontend.ops.tuner_ops.get_rf_strength(&state->frontend, in vidtv_demod_read_status()
268 if (!fe->ops.tuner_ops.set_params) in vidtv_demod_set_frontend()
271 fe->ops.tuner_ops.set_params(fe); in vidtv_demod_set_frontend()
274 ret = fe->ops.tuner_ops.get_rf_strength(fe, &state->tuner_cnr); in vidtv_demod_set_frontend()
278 fe->ops.tuner_ops.get_status(fe, &tuner_status); in vidtv_demod_set_frontend()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_tuner.c298 u32 min_freq = fe->ops.tuner_ops.info.frequency_min_hz; in vidtv_tuner_set_params()
299 u32 max_freq = fe->ops.tuner_ops.info.frequency_max_hz; in vidtv_tuner_set_params()
300 u32 min_bw = fe->ops.tuner_ops.info.bandwidth_min; in vidtv_tuner_set_params()
301 u32 max_bw = fe->ops.tuner_ops.info.bandwidth_max; in vidtv_tuner_set_params()
406 memcpy(&fe->ops.tuner_ops, in vidtv_tuner_i2c_probe()
H A Dvidtv_demod.c210 state->frontend.ops.tuner_ops.get_rf_strength) { in vidtv_demod_read_status()
211 state->frontend.ops.tuner_ops.get_rf_strength(&state->frontend, in vidtv_demod_read_status()
268 if (!fe->ops.tuner_ops.set_params) in vidtv_demod_set_frontend()
271 fe->ops.tuner_ops.set_params(fe); in vidtv_demod_set_frontend()
274 ret = fe->ops.tuner_ops.get_rf_strength(fe, &state->tuner_cnr); in vidtv_demod_set_frontend()
278 fe->ops.tuner_ops.get_status(fe, &tuner_status); in vidtv_demod_set_frontend()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dbudget.c487 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init()
497 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
512 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init()
521 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init()
531 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
549 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
565 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params; in frontend_init()
578 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init()
587 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdhd1_204a_tuner_set_params; in frontend_init()
596 budget->dvb_frontend->ops.tuner_ops in frontend_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/
H A Dbudget.c487 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init()
497 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
512 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init()
521 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init()
531 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
549 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
565 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params; in frontend_init()
578 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init()
587 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdhd1_204a_tuner_set_params; in frontend_init()
596 budget->dvb_frontend->ops.tuner_ops in frontend_init()
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtda8290.c228 if (fe->ops.tuner_ops.set_analog_params) in tda8290_set_params()
229 fe->ops.tuner_ops.set_analog_params(fe, params); in tda8290_set_params()
422 if (fe->ops.tuner_ops.set_analog_params) in tda8295_set_params()
423 fe->ops.tuner_ops.set_analog_params(fe, params); in tda8295_set_params()
557 if (fe->ops.tuner_ops.release) in tda829x_release()
558 fe->ops.tuner_ops.release(fe); in tda829x_release()
646 if (fe->ops.tuner_ops.init) in tda829x_find_tuner()
647 fe->ops.tuner_ops.init(fe); in tda829x_find_tuner()
649 if (fe->ops.tuner_ops.sleep) in tda829x_find_tuner()
650 fe->ops.tuner_ops in tda829x_find_tuner()
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dtda8290.c228 if (fe->ops.tuner_ops.set_analog_params) in tda8290_set_params()
229 fe->ops.tuner_ops.set_analog_params(fe, params); in tda8290_set_params()
422 if (fe->ops.tuner_ops.set_analog_params) in tda8295_set_params()
423 fe->ops.tuner_ops.set_analog_params(fe, params); in tda8295_set_params()
557 if (fe->ops.tuner_ops.release) in tda829x_release()
558 fe->ops.tuner_ops.release(fe); in tda829x_release()
646 if (fe->ops.tuner_ops.init) in tda829x_find_tuner()
647 fe->ops.tuner_ops.init(fe); in tda829x_find_tuner()
649 if (fe->ops.tuner_ops.sleep) in tda829x_find_tuner()
650 fe->ops.tuner_ops in tda829x_find_tuner()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H A Dddbridge-dummy-fe.c70 if (fe->ops.tuner_ops.set_params) { in ddbridge_dummy_fe_set_frontend()
71 fe->ops.tuner_ops.set_params(fe); in ddbridge_dummy_fe_set_frontend()
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-dummy-fe.c70 if (fe->ops.tuner_ops.set_params) { in ddbridge_dummy_fe_set_frontend()
71 fe->ops.tuner_ops.set_params(fe); in ddbridge_dummy_fe_set_frontend()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-dvb.c501 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
502 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
533 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
534 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
556 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
557 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c291 if (fe->ops.tuner_ops.set_params) { in mxl111sf_demod_set_frontend()
292 ret = fe->ops.tuner_ops.set_params(fe); in mxl111sf_demod_set_frontend()
511 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend()
512 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
513 if (fe->ops.tuner_ops.get_frequency) in mxl111sf_demod_get_frontend()
514 fe->ops.tuner_ops.get_frequency(fe, &p->frequency); in mxl111sf_demod_get_frontend()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c291 if (fe->ops.tuner_ops.set_params) { in mxl111sf_demod_set_frontend()
292 ret = fe->ops.tuner_ops.set_params(fe); in mxl111sf_demod_set_frontend()
511 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend()
512 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
513 if (fe->ops.tuner_ops.get_frequency) in mxl111sf_demod_get_frontend()
514 fe->ops.tuner_ops.get_frequency(fe, &p->frequency); in mxl111sf_demod_get_frontend()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-dvb.c501 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
502 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
533 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
534 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
556 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
557 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()

Completed in 15 milliseconds

12345678910>>...14