Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c408 static int get_temp_mc(struct ntc_data *data, unsigned int ohm) in get_temp_mc() function
451 *temp = get_temp_mc(data, ohm); in ntc_read_temp()
480 return sprintf(buf, "%d\n", get_temp_mc(data, ohm)); in ntc_show_temp()