Searched refs:temp_to_reg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 62 static inline u8 temp_to_reg(u8 temp) in temp_to_reg() function 125 new_value = temp_to_reg(temp); in store_throttle()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 61 static inline u8 temp_to_reg(u8 temp) in temp_to_reg() function 124 new_value = temp_to_reg(temp); in store_throttle()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | max1619.c | 60 static int temp_to_reg(int val) in temp_to_reg() function 161 data->temp[attr->index] = temp_to_reg(val); in temp_store()
|
H A D | max6642.c | 67 static int temp_to_reg(int val) in temp_to_reg() function 229 data->temp_high[attr2->nr] = clamp_val(temp_to_reg(val), 0, 255); in temp_max_store()
|
H A D | f71805f.c | 279 static inline u8 temp_to_reg(long val) in temp_to_reg() function 814 data->auto_points[pwmnr].temp[apnr] = temp_to_reg(val); in set_pwm_auto_point_temp() 914 data->temp_high[nr] = temp_to_reg(val); in set_temp_max() 935 data->temp_hyst[nr] = temp_to_reg(val); in set_temp_hyst()
|
H A D | w83795.c | 271 static inline s8 temp_to_reg(long val, s8 min, s8 max) in temp_to_reg() function 1347 data->temp[index][nr] = temp_to_reg(tmp, -128, 127); in store_temp() 1408 data->dts_ext[nr] = temp_to_reg(tmp, -128, 127); in store_dts_ext()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max1619.c | 60 static int temp_to_reg(int val) in temp_to_reg() function 161 data->temp[attr->index] = temp_to_reg(val); in temp_store()
|
H A D | max6642.c | 67 static int temp_to_reg(int val) in temp_to_reg() function 229 data->temp_high[attr2->nr] = clamp_val(temp_to_reg(val), 0, 255); in temp_max_store()
|
H A D | f71805f.c | 279 static inline u8 temp_to_reg(long val) in temp_to_reg() function 814 data->auto_points[pwmnr].temp[apnr] = temp_to_reg(val); in set_pwm_auto_point_temp() 914 data->temp_high[nr] = temp_to_reg(val); in set_temp_max() 935 data->temp_hyst[nr] = temp_to_reg(val); in set_temp_hyst()
|
H A D | w83795.c | 271 static inline s8 temp_to_reg(long val, s8 min, s8 max) in temp_to_reg() function 1347 data->temp[index][nr] = temp_to_reg(tmp, -128, 127); in store_temp() 1408 data->dts_ext[nr] = temp_to_reg(tmp, -128, 127); in store_dts_ext()
|
Completed in 15 milliseconds