HomeSort by: relevance | last modified time | path
    Searched refs:thresholds (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_temp.c 54 /* enforce a minimum hysteresis on thresholds */
91 static const char * const thresholds[] = { local
96 if ((unsigned)thrs >= __arraycount(thresholds))
102 temperature, thresholds[thrs]);
105 temperature, thresholds[thrs]);
203 "programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n",
  /src/sys/dev/ata/
atareg.h 558 struct ata_smart_thresh thresholds[30]; member in struct:ata_smart_thresholds
  /src/sbin/atactl/
atactl.c 859 * Print out SMART attribute thresholds and values
899 fprintf(stderr, "SMART attribute thresholds checksum error\n");
914 if (threshold_buf->thresholds[j].id == i)
915 thresh = threshold_buf->thresholds[j].value;
  /src/sys/dev/pci/
if_iwmreg.h 744 * thresholds reporting
2098 * struct iwm_temp_report_ths_cmd - set temperature thresholds
2101 * @num_temps: number of temperature thresholds passed
2102 * @thresholds: array with the thresholds to be configured
2106 uint16_t thresholds[IWM_MAX_DTS_TRIPS]; member in struct:iwm_temp_report_ths_cmd

Completed in 27 milliseconds