Home
last modified time | relevance | path

Searched refs:tda18271_lookup_map (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dtda18271-common.c617 int ret = tda18271_lookup_map(fe, BP_FILTER, freq, &val); in tda18271_calc_bp_filter()
634 int ret = tda18271_lookup_map(fe, RF_CAL_KMCO, freq, &val); in tda18271_calc_km()
651 int ret = tda18271_lookup_map(fe, RF_BAND, freq, &val); in tda18271_calc_rf_band()
668 int ret = tda18271_lookup_map(fe, GAIN_TAPER, freq, &val); in tda18271_calc_gain_taper()
685 int ret = tda18271_lookup_map(fe, IR_MEASURE, freq, &val); in tda18271_calc_ir_measure()
702 int ret = tda18271_lookup_map(fe, RF_CAL, freq, &val); in tda18271_calc_rf_cal()
Dtda18271-priv.h193 extern int tda18271_lookup_map(struct dvb_frontend *fe,
Dtda18271-fe.c294 tda18271_lookup_map(fe, RF_CAL_DC_OVER_DT, &freq, &dc_over_dt); in tda18271c2_rf_tracking_filters_correction()
Dtda18271-maps.c1114 int tda18271_lookup_map(struct dvb_frontend *fe, in tda18271_lookup_map() function