Home
last modified time | relevance | path

Searched refs:get_frequency (Results 1 - 25 of 124) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dtda8261_cfg.h14 if (tuner_ops->get_frequency) { in tda8261_get_frequency()
15 err = tuner_ops->get_frequency(fe, frequency); in tda8261_get_frequency()
H A Dstb6100_cfg.h19 if (tuner_ops->get_frequency) { in stb6100_get_frequency()
20 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_frequency()
H A Dstb6100_proc.h17 if (tuner_ops->get_frequency) { in stb6100_get_freq()
21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
H A Dtda8261.c160 .get_frequency = tda8261_get_frequency,
H A Dtda826x.c127 .get_frequency = tda826x_get_frequency,
H A Dsp887x.c372 if (fe->ops.tuner_ops.get_frequency) { in sp887x_setup_frontend_parameters()
373 fe->ops.tuner_ops.get_frequency(fe, &actual_freq); in sp887x_setup_frontend_parameters()
H A Dtua6100.c157 .get_frequency = tua6100_get_frequency,
H A Dix2505v.c255 .get_frequency = ix2505v_get_frequency,
H A Dstb6000.c184 .get_frequency = stb6000_get_frequency,
H A Dtda665x.c199 .get_frequency = tda665x_get_frequency,
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dtda8261_cfg.h14 if (tuner_ops->get_frequency) { in tda8261_get_frequency()
15 err = tuner_ops->get_frequency(fe, frequency); in tda8261_get_frequency()
H A Dstb6100_cfg.h19 if (tuner_ops->get_frequency) { in stb6100_get_frequency()
20 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_frequency()
H A Dstb6100_proc.h17 if (tuner_ops->get_frequency) { in stb6100_get_freq()
21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
H A Dtda8261.c160 .get_frequency = tda8261_get_frequency,
H A Dtda826x.c127 .get_frequency = tda826x_get_frequency,
H A Dsp887x.c370 if (fe->ops.tuner_ops.get_frequency) { in sp887x_setup_frontend_parameters()
371 fe->ops.tuner_ops.get_frequency(fe, &actual_freq); in sp887x_setup_frontend_parameters()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtime_64.c202 .get_frequency = tick_get_frequency,
294 .get_frequency = stick_get_frequency,
428 .get_frequency = hbtick_get_frequency,
823 freq = ops->get_frequency(); in init_tick_ops()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtime_64.c202 .get_frequency = tick_get_frequency,
294 .get_frequency = stick_get_frequency,
428 .get_frequency = hbtick_get_frequency,
823 freq = ops->get_frequency(); in init_tick_ops()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dtimer_64.h27 unsigned long (*get_frequency)(void); member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dtimer_64.h27 unsigned long (*get_frequency)(void); member
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmt20xx.c368 .get_frequency = microtune_get_frequency,
563 .get_frequency = microtune_get_frequency,
H A Dtea5761.c304 .get_frequency = tea5761_get_frequency,
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c513 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/tuners/
H A Dmt20xx.c368 .get_frequency = microtune_get_frequency,
563 .get_frequency = microtune_get_frequency,
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c513 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()

Completed in 13 milliseconds

12345