Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/
H A Devents.c77 case THERMAL_GENL_EVENT_TZ_TRIP_DOWN: in handle_thermal_event()
109 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_DOWN] = !!ops->trip_low; in thermal_events_ops_init()
/linux/include/uapi/linux/
H A Dthermal.h69 THERMAL_GENL_EVENT_TZ_TRIP_DOWN, /* Trip point crossed the way down */ enumerator
/linux/drivers/thermal/
H A Dthermal_netlink.c255 [THERMAL_GENL_EVENT_TZ_TRIP_DOWN] = thermal_genl_event_tz_trip_down,
339 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_TRIP_DOWN, &p); in thermal_notify_tz_trip_down()