Searched refs:temp_low (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | lm87.c | 157 s8 temp_low[3]; /* register value */ member 229 data->temp_low[i] = lm87_read_value(client, in lm87_update_device() 379 TEMP_FROM_REG(data->temp_low[nr])); in temp_low_show() 407 data->temp_low[nr] = TEMP_TO_REG(val); in temp_low_store() 408 lm87_write_value(client, LM87_REG_TEMP_LOW[nr], data->temp_low[nr]); in temp_low_store() 435 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_low, 0); 438 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_low, 1); 441 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_low, 2);
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | abx500.h | 261 int temp_low; member
|
/kernel/linux/linux-5.10/include/linux/mfd/abx500/ |
D | ab8500-bm.h | 428 int temp_low; member
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | ab8500_bmdata.c | 460 .temp_low = 8,
|
D | abx500_chargalg.c | 724 if (di->batt_data.temp > (di->bm->temp_low + di->t_hyst_norm) && in abx500_chargalg_check_temp() 737 (di->batt_data.temp <= di->bm->temp_low))) { in abx500_chargalg_check_temp()
|