Searched refs:emc1403_get_hyst (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | emc1403.c | 310 static int emc1403_get_hyst(struct thermal_data *data, int channel, in emc1403_get_hyst() function 345 ret = emc1403_get_hyst(data, channel, temp_min, val); in emc1403_temp_read() 348 ret = emc1403_get_hyst(data, channel, temp_max, val); in emc1403_temp_read() 351 ret = emc1403_get_hyst(data, channel, temp_crit, val); in emc1403_temp_read()
|