Searched refs:prochot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm93.c | 690 static u8 LM93_PROCHOT_TO_REG(long prochot) in LM93_PROCHOT_TO_REG() argument 692 prochot = clamp_val(prochot, 0, 255); in LM93_PROCHOT_TO_REG() 693 return (u8)prochot; in LM93_PROCHOT_TO_REG() 2117 static SENSOR_DEVICE_ATTR_RO(prochot1, prochot, 0); 2118 static SENSOR_DEVICE_ATTR_RO(prochot2, prochot, 1);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm93.c | 690 static u8 LM93_PROCHOT_TO_REG(long prochot) in LM93_PROCHOT_TO_REG() argument 692 prochot = clamp_val(prochot, 0, 255); in LM93_PROCHOT_TO_REG() 693 return (u8)prochot; in LM93_PROCHOT_TO_REG() 2117 static SENSOR_DEVICE_ATTR_RO(prochot1, prochot, 0); 2118 static SENSOR_DEVICE_ATTR_RO(prochot2, prochot, 1);
|
Completed in 9 milliseconds