Searched defs:value (Results 1 - 1 of 1) sorted by relevance

/gkrellm-k10addon/src/
H A Dk10.c106 * and the addOn is able to read its current aka measured value.
204 * @param id ID, which will be used by the callee to query value updates
278 *desc = "Is not a phys. temperature, i.e. a value of 70 may point to 80°C";
289 diode_offsets[dev_id] = knp[KS_T_OFFSET].value.i32;
292 if (strcmp(knp[KS_FAMILY].value.c, "0Fh") == 0) {
296 *highThreshold = knp[KS_ATC_T_HYST].value.i32;
297 tcrit = knp[KS_ATC_T_CRIT].value.i32;
299 *highThreshold = knp[KS_HTC_T_HYST].value.i32;
300 tcrit = knp[KS_HTC_T_CRIT].value.i32;
312 * Update the current value o
322 update(DeviceType type, guint8 id, int *value) argument
361 gint min = 0, max = 0, low = 0, high = 0, value = 0; local
[all...]

Completed in 8 milliseconds