Lines Matching defs:hot
56 #define ATZ_F_HOT 0x02 /* zone hot */
88 uint32_t hot;
343 if (sc->sc_zone.hot != ATZ_TMP_INVALID && tmp >= sc->sc_zone.hot)
363 aprint_debug_dev(dv, "zone went hot, %s C\n",
531 (void)acpitz_get_integer(dv, "_HOT", &sc->sc_zone.hot);
547 acpitz_sane_temp(&sc->sc_zone.hot);
561 if (sc->sc_zone.hot != ATZ_TMP_INVALID) {
563 acpitz_celcius_string(sc->sc_zone.hot));
844 if (sc->sc_zone.hot != ATZ_TMP_INVALID) {
846 limits->sel_critmax = ATZ2UKELVIN(sc->sc_zone.hot);