Lines Matching refs:tda18271_map
17 struct tda18271_map { struct
189 static struct tda18271_map tda18271_bp_filter[] = {
200 static struct tda18271_map tda18271c1_km[] = {
208 static struct tda18271_map tda18271c2_km[] = {
217 static struct tda18271_map tda18271_rf_band[] = {
228 static struct tda18271_map tda18271_gain_taper[] = {
317 static struct tda18271_map tda18271c1_rf_cal[] = {
338 static struct tda18271_map tda18271c2_rf_cal[] = {
779 static struct tda18271_map tda18271_ir_measure[] = {
787 static struct tda18271_map tda18271_rf_cal_dc_over_dt[] = {
1039 struct tda18271_map *rf_cal;
1040 struct tda18271_map *rf_cal_kmco;
1041 struct tda18271_map *rf_cal_dc_over_dt;
1043 struct tda18271_map *bp_filter;
1044 struct tda18271_map *rf_band;
1045 struct tda18271_map *gain_taper;
1046 struct tda18271_map *ir_measure;
1107 struct tda18271_map *map = NULL; in tda18271_lookup_map()