nlookup_table      21 drivers/thermal/thermal-generic-adc.c 	int nlookup_table;
nlookup_table      32 drivers/thermal/thermal-generic-adc.c 	for (i = 0; i < gti->nlookup_table; i++) {
nlookup_table      39 drivers/thermal/thermal-generic-adc.c 	} else if (i >= gti->nlookup_table) {
nlookup_table      40 drivers/thermal/thermal-generic-adc.c 		temp = gti->lookup_table[2 * (gti->nlookup_table - 1)];
nlookup_table     108 drivers/thermal/thermal-generic-adc.c 	gti->nlookup_table = ntable / 2;