Lines Matching refs:data
27 * A GKrellm AddOns aka data-only/system plugin to monitor temperatures of
104 * Get the number of all accessible data sources of the given device type.
194 * Initialize the n-th data source of the given device type and return its basic
203 * @param type The type aka category of device, the data source belongs to.
205 * for the given data source. The ID is in the range of
207 * @param name The human readable name of the data source. Should be short
209 * identify the data source (so generic names are discouraged). Gets
212 * @param desc An optional, more detailed description of the data source.
220 * @param min The lower limit of the data source range.
222 * @param max The upper limit of the data source range.
224 * @param lowThreshold The low threshold a data source may have. E.g. wrt. to
227 * @param highThreshold The high threshold a data source may have. E.g. Nvidia
254 perror("k10 init: data table init");
349 uint data, i;
353 data = getCount(SENSOR);
354 if (data == 0) {
355 printf("No temperature data for AMD CPUs available\n");
359 for (i=0; i < data; i++) {
376 printf("init for data %d failed\n", i);