Lines Matching refs:tda18271_map
29 struct tda18271_map { struct
201 static struct tda18271_map tda18271_bp_filter[] = {
212 static struct tda18271_map tda18271c1_km[] = {
220 static struct tda18271_map tda18271c2_km[] = {
229 static struct tda18271_map tda18271_rf_band[] = {
240 static struct tda18271_map tda18271_gain_taper[] = {
329 static struct tda18271_map tda18271c1_rf_cal[] = {
350 static struct tda18271_map tda18271c2_rf_cal[] = {
791 static struct tda18271_map tda18271_ir_measure[] = {
799 static struct tda18271_map tda18271_rf_cal_dc_over_dt[] = {
1051 struct tda18271_map *rf_cal;
1052 struct tda18271_map *rf_cal_kmco;
1053 struct tda18271_map *rf_cal_dc_over_dt;
1055 struct tda18271_map *bp_filter;
1056 struct tda18271_map *rf_band;
1057 struct tda18271_map *gain_taper;
1058 struct tda18271_map *ir_measure;
1119 struct tda18271_map *map = NULL; in tda18271_lookup_map()