Home
last modified time | relevance | path

Searched refs:temp_low (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
Dlm87.c157 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/
Dabx500.h261 int temp_low; member
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
Dab8500-bm.h428 int temp_low; member
/kernel/linux/linux-5.10/drivers/power/supply/
Dab8500_bmdata.c460 .temp_low = 8,
Dabx500_chargalg.c724 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()