Lines Matching refs:temp
38 #define ABIT_UGURU3_TEMP_HIGH_ALARM_ENABLE 0x01 /* temp over warn */
41 #define ABIT_UGURU3_TEMP_HIGH_ALARM_FLAG 0x10 /* temp is over warn */
81 * sum of strlen +1 of: temp??_input\0, temp??_max\0, temp??_crit\0,
82 * temp??_alarm\0, temp??_alarm_enable\0, temp??_beep\0, temp??_shutdown\0,
83 * temp??_label\0
93 * temp sensors (second longest names_length).
177 * Settings of all 48 sensors, note in and temp sensors (the first 32
930 SENSOR_ATTR_2(temp%d_input, 0444, show_value, NULL, 0, 0),
931 SENSOR_ATTR_2(temp%d_max, 0444, show_value, NULL, 1, 0),
932 SENSOR_ATTR_2(temp%d_crit, 0444, show_value, NULL, 2, 0),
933 SENSOR_ATTR_2(temp%d_alarm, 0444, show_alarm, NULL, 0, 0),
934 SENSOR_ATTR_2(temp%d_beep, 0444, show_mask, NULL,
936 SENSOR_ATTR_2(temp%d_shutdown, 0444, show_mask, NULL,
938 SENSOR_ATTR_2(temp%d_alarm_enable, 0444, show_mask, NULL,
940 SENSOR_ATTR_2(temp%d_label, 0444, show_label, NULL, 0, 0)
1093 /* Read in and temp sensors (3 byte settings / sensor) */
1106 /* Read temp sensors (2 byte settings / sensor) */