Lines Matching refs:hyst
200 u8 temp, u8 hyst);
266 int ret = 0, temp, hyst;
314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst);
317 hyst /= MCELSIUS;
318 data->tmu_set_trip_hyst(data, i, temp, hyst);
382 int trip, u8 temp, u8 hyst)
411 int trip, u8 temp, u8 hyst)
417 if (hyst)
418 th |= temp_to_code(data, temp - hyst) << 8 * trip;
470 int trip, u8 temp, u8 hyst)
485 th |= (temp_to_code(data, temp - hyst) << j * 8);
538 int trip, u8 temp, u8 hyst)
548 th |= temp_to_code(data, temp - hyst) << (16 * bit_off);