Searched refs:prochot_max (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm93.c | 259 u8 prochot_max[2]; member 951 data->prochot_max[i] = lm93_read_byte(client, in lm93_update_client_common() 2136 return sprintf(buf, "%d\n", data->prochot_max[nr]); in prochot_max_show() 2154 data->prochot_max[nr] = LM93_PROCHOT_TO_REG(val); in prochot_max_store() 2156 data->prochot_max[nr]); in prochot_max_store() 2161 static SENSOR_DEVICE_ATTR_RW(prochot1_max, prochot_max, 0); 2162 static SENSOR_DEVICE_ATTR_RW(prochot2_max, prochot_max, 1);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm93.c | 259 u8 prochot_max[2]; member 951 data->prochot_max[i] = lm93_read_byte(client, in lm93_update_client_common() 2136 return sprintf(buf, "%d\n", data->prochot_max[nr]); in prochot_max_show() 2154 data->prochot_max[nr] = LM93_PROCHOT_TO_REG(val); in prochot_max_store() 2156 data->prochot_max[nr]); in prochot_max_store() 2161 static SENSOR_DEVICE_ATTR_RW(prochot1_max, prochot_max, 0); 2162 static SENSOR_DEVICE_ATTR_RW(prochot2_max, prochot_max, 1);
|
Completed in 9 milliseconds