Home
last modified time | relevance | path

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

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