Searched refs:get_afc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | dvb_frontend.h | 215 * @get_afc: Used only by analog TV core. Reports the frequency 250 int (*get_afc)(struct dvb_frontend *fe, s32 *afc); member 290 * @get_afc: Used only by analog TV core. Reports the frequency 309 int (*get_afc)(struct dvb_frontend *fe, s32 *afc); member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | dvb_frontend.h | 215 * @get_afc: Used only by analog TV core. Reports the frequency 250 int (*get_afc)(struct dvb_frontend *fe, s32 *afc); member 290 * @get_afc: Used only by analog TV core. Reports the frequency 309 int (*get_afc)(struct dvb_frontend *fe, s32 *afc); member
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 466 if (fe_tuner_ops->get_afc) in set_type() 467 analog_ops->get_afc = fe_tuner_ops->get_afc; in set_type() 1242 if (vt->type == t->mode && analog_ops->get_afc) in tuner_g_tuner() 1243 analog_ops->get_afc(&t->fe, &vt->afc); in tuner_g_tuner()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 466 if (fe_tuner_ops->get_afc) in set_type() 467 analog_ops->get_afc = fe_tuner_ops->get_afc; in set_type() 1239 if (vt->type == t->mode && analog_ops->get_afc) in tuner_g_tuner() 1240 analog_ops->get_afc(&t->fe, &vt->afc); in tuner_g_tuner()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tda9887.c | 670 .get_afc = tda9887_get_afc,
|
H A D | tuner-xc2028.c | 1451 .get_afc = xc2028_get_afc,
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda9887.c | 670 .get_afc = tda9887_get_afc,
|
H A D | xc2028.c | 1451 .get_afc = xc2028_get_afc,
|
Completed in 13 milliseconds