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 in function:nvkm_therm_sensor_event
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-n950-n9.dtsi 317 /* Interrupt line 1 for thresholds */
  /src/sbin/atactl/
atactl.c 858 * Print out SMART attribute thresholds and values
898 fprintf(stderr, "SMART attribute thresholds checksum error\n");
913 if (threshold_buf->thresholds[j].id == i)
914 thresh = threshold_buf->thresholds[j].value;

Completed in 15 milliseconds