/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda8261_cfg.h | 14 if (tuner_ops->get_frequency) { in tda8261_get_frequency() 15 err = tuner_ops->get_frequency(fe, frequency); in tda8261_get_frequency()
|
H A D | stb6100_cfg.h | 19 if (tuner_ops->get_frequency) { in stb6100_get_frequency() 20 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_frequency()
|
H A D | stb6100_proc.h | 17 if (tuner_ops->get_frequency) { in stb6100_get_freq() 21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
|
H A D | tda8261.c | 160 .get_frequency = tda8261_get_frequency,
|
H A D | tda826x.c | 127 .get_frequency = tda826x_get_frequency,
|
H A D | sp887x.c | 372 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 D | tua6100.c | 157 .get_frequency = tua6100_get_frequency,
|
H A D | ix2505v.c | 255 .get_frequency = ix2505v_get_frequency,
|
H A D | stb6000.c | 184 .get_frequency = stb6000_get_frequency,
|
H A D | tda665x.c | 199 .get_frequency = tda665x_get_frequency,
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda8261_cfg.h | 14 if (tuner_ops->get_frequency) { in tda8261_get_frequency() 15 err = tuner_ops->get_frequency(fe, frequency); in tda8261_get_frequency()
|
H A D | stb6100_cfg.h | 19 if (tuner_ops->get_frequency) { in stb6100_get_frequency() 20 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_frequency()
|
H A D | stb6100_proc.h | 17 if (tuner_ops->get_frequency) { in stb6100_get_freq() 21 err = tuner_ops->get_frequency(fe, frequency); in stb6100_get_freq()
|
H A D | tda8261.c | 160 .get_frequency = tda8261_get_frequency,
|
H A D | tda826x.c | 127 .get_frequency = tda826x_get_frequency,
|
H A D | sp887x.c | 370 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 D | time_64.c | 202 .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 D | time_64.c | 202 .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 D | timer_64.h | 27 unsigned long (*get_frequency)(void); member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | timer_64.h | 27 unsigned long (*get_frequency)(void); member
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt20xx.c | 368 .get_frequency = microtune_get_frequency, 563 .get_frequency = microtune_get_frequency,
|
H A D | tea5761.c | 304 .get_frequency = tea5761_get_frequency,
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-demod.c | 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/tuners/ |
H A D | mt20xx.c | 368 .get_frequency = microtune_get_frequency, 563 .get_frequency = microtune_get_frequency,
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-demod.c | 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()
|