Searched refs:ESC_ENV_POWER (Results 1 – 4 of 4) sorted by relevance
80 #define ESC_ENV_POWER "ESC_env_power" /* Power supply change event subclass */ macro
2956 ev = sysevent_alloc(EC_ENV, ESC_ENV_POWER, in sgenv_process_threshold_event()2960 "for %s/%s event", EC_ENV, ESC_ENV_POWER); in sgenv_process_threshold_event()2983 (temp_event_type ? ESC_ENV_TEMP : ESC_ENV_POWER)); in sgenv_process_threshold_event()2995 (temp_event_type ? ESC_ENV_TEMP : ESC_ENV_POWER)); in sgenv_process_threshold_event()3008 (temp_event_type ? ESC_ENV_TEMP : ESC_ENV_POWER)); in sgenv_process_threshold_event()3044 (temp_event_type ? ESC_ENV_TEMP: ESC_ENV_POWER), in sgenv_process_threshold_event()3099 (temp_event_type ? ESC_ENV_TEMP : ESC_ENV_POWER)); in sgenv_process_threshold_event()3112 (temp_event_type ? ESC_ENV_TEMP : ESC_ENV_POWER)); in sgenv_process_threshold_event()3120 (temp_event_type ? ESC_ENV_TEMP : ESC_ENV_POWER)); in sgenv_process_threshold_event()
895 subclass = (event_type == 'T') ? ESC_ENV_TEMP : ESC_ENV_POWER; in threshold_sysevent()
4175 class = EC_ENV, subclass = ESC_ENV_POWER; in bscv_sysevent()