junction_temp_warning  125 drivers/regulator/max8973-regulator.c 	int junction_temp_warning;
junction_temp_warning  403 drivers/regulator/max8973-regulator.c 	if ((pdata->junction_temp_warning == MAX77621_TJINT_WARNING_TEMP_120) &&
junction_temp_warning  487 drivers/regulator/max8973-regulator.c 		*temp = mchip->junction_temp_warning + 1000;
junction_temp_warning  610 drivers/regulator/max8973-regulator.c 	pdata->junction_temp_warning = MAX77621_TJINT_WARNING_TEMP_140;
junction_temp_warning  613 drivers/regulator/max8973-regulator.c 		pdata->junction_temp_warning = MAX77621_TJINT_WARNING_TEMP_120;
junction_temp_warning  702 drivers/regulator/max8973-regulator.c 	max->junction_temp_warning = pdata->junction_temp_warning;
junction_temp_warning   60 include/linux/regulator/max8973-regulator.h 	unsigned long junction_temp_warning;