Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_EVENT_TZ_DISABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/lib/thermal/
H A Devents.c51 case THERMAL_GENL_EVENT_TZ_DISABLE: in handle_thermal_event()
106 enabled_ops[THERMAL_GENL_EVENT_TZ_DISABLE] = !!ops->tz_disable; in thermal_events_ops_init()
/openbmc/linux/include/uapi/linux/
H A Dthermal.h66 THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabled */ enumerator
/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.c255 [THERMAL_GENL_EVENT_TZ_DISABLE] = thermal_genl_event_tz_disable,
330 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_DISABLE, &p); in thermal_notify_tz_disable()