Searched refs:high_ucel (Results 1 – 2 of 2) sorted by relevance
49 static int high_ucel; variable73 return (temp_ucel >= low_ucel) && (temp_ucel <= high_ucel); in temp_in_window()82 high_ucel = temp_ucel + TEMP_WINDOW_HALF_UCEL; in sensor_set_window()85 SENSOR_ATTR_UPPER_THRESH, high_ucel); in sensor_set_window()95 high_ucel / UCEL_PER_MCEL); in sensor_set_window()
48 const int high_ucel = temp_ucel + TEMP_WINDOW_HALF_UCEL; in set_window() local56 val.val1 = high_ucel / UCEL_PER_CEL, in set_window()57 val.val2 = high_ucel % UCEL_PER_CEL, in set_window()65 high_ucel / UCEL_PER_MCEL); in set_window()