Searched refs:temp_low (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | lmh.c | 94 int temp_low, temp_high, temp_arm, cpu_id, ret; in lmh_probe() local 118 ret = of_property_read_u32(np, "qcom,lmh-temp-low-millicelsius", &temp_low); in lmh_probe() 194 ret = qcom_scm_lmh_dcvsh(LMH_SUB_FN_THERMAL, LMH_TH_LOW_THRESHOLD, temp_low, in lmh_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A 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-6.6/drivers/hwmon/ |
H A 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/ |
H A D | abx500.h | 226 * @temp_low between this temp and temp_under charging is reduced 261 int temp_low; member
|
/kernel/linux/linux-5.10/include/linux/mfd/abx500/ |
H A D | ab8500-bm.h | 399 * @temp_low between this temp and temp_under charging is reduced 428 int temp_low; member
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ab8500_bmdata.c | 460 .temp_low = 8,
|
H A 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()
|
Completed in 9 milliseconds