Lines Matching refs:threshold

2597 	int64_t		threshold;  in logprintf_temp_info()  local
2628 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_WARNING, in logprintf_temp_info()
2631 if (got_temp && temperature < threshold) in logprintf_temp_info()
2637 threshold = picldiag_get_int_propval(temph, PICL_PROP_LOW_SHUTDOWN, in logprintf_temp_info()
2640 if (got_temp && temperature < threshold) in logprintf_temp_info()
2646 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_WARNING, in logprintf_temp_info()
2649 if (got_temp && temperature > threshold) in logprintf_temp_info()
2655 threshold = picldiag_get_int_propval(temph, PICL_PROP_HIGH_SHUTDOWN, in logprintf_temp_info()
2658 if (got_temp && temperature > threshold) in logprintf_temp_info()
2732 float threshold; in logprintf_current_info() local
2762 threshold = picldiag_get_float_propval(currenth, PICL_PROP_LOW_WARNING, in logprintf_current_info()
2765 if (got_current && current < threshold) in logprintf_current_info()
2771 threshold = picldiag_get_float_propval(currenth, PICL_PROP_LOW_SHUTDOWN, in logprintf_current_info()
2774 if (got_current && current < threshold) in logprintf_current_info()
2780 threshold = picldiag_get_float_propval(currenth, PICL_PROP_HIGH_WARNING, in logprintf_current_info()
2783 if (got_current && current > threshold) in logprintf_current_info()
2789 threshold = picldiag_get_float_propval(currenth, in logprintf_current_info()
2792 if (got_current && current > threshold) in logprintf_current_info()
2867 float threshold; in logprintf_voltage_info() local
2897 threshold = picldiag_get_float_propval(voltageh, PICL_PROP_LOW_WARNING, in logprintf_voltage_info()
2900 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2906 threshold = picldiag_get_float_propval(voltageh, PICL_PROP_LOW_SHUTDOWN, in logprintf_voltage_info()
2909 if (got_voltage && voltage < threshold) in logprintf_voltage_info()
2915 threshold = picldiag_get_float_propval(voltageh, PICL_PROP_HIGH_WARNING, in logprintf_voltage_info()
2918 if (got_voltage && voltage > threshold) in logprintf_voltage_info()
2924 threshold = picldiag_get_float_propval(voltageh, in logprintf_voltage_info()
2927 if (got_voltage && voltage > threshold) in logprintf_voltage_info()