temp_low          157 drivers/hwmon/lm87.c 	s8 temp_low[3];		/* register value */
temp_low          229 drivers/hwmon/lm87.c 			data->temp_low[i] = lm87_read_value(client,
temp_low          379 drivers/hwmon/lm87.c 		       TEMP_FROM_REG(data->temp_low[nr]));
temp_low          407 drivers/hwmon/lm87.c 	data->temp_low[nr] = TEMP_TO_REG(val);
temp_low          408 drivers/hwmon/lm87.c 	lm87_write_value(client, LM87_REG_TEMP_LOW[nr], data->temp_low[nr]);
temp_low          435 drivers/hwmon/lm87.c static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_low, 0);
temp_low          438 drivers/hwmon/lm87.c static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_low, 1);
temp_low          441 drivers/hwmon/lm87.c static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_low, 2);
temp_low          460 drivers/power/supply/ab8500_bmdata.c 	.temp_low               = 8,
temp_low          724 drivers/power/supply/abx500_chargalg.c 	if (di->batt_data.temp > (di->bm->temp_low + di->t_hyst_norm) &&
temp_low          737 drivers/power/supply/abx500_chargalg.c 			(di->batt_data.temp <= di->bm->temp_low))) {
temp_low          261 include/linux/mfd/abx500.h 	int temp_low;
temp_low          428 include/linux/mfd/abx500/ab8500-bm.h 	int temp_low;