Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/thermal/
Devents.c54 case THERMAL_GENL_EVENT_TZ_TRIP_CHANGE: in handle_thermal_event()
110 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_CHANGE] = !!ops->trip_change; in thermal_events_ops_init()
/linux-5.19.10/include/uapi/linux/
Dthermal.h70 THERMAL_GENL_EVENT_TZ_TRIP_CHANGE, /* Trip point changed */ enumerator
/linux-5.19.10/drivers/thermal/
Dthermal_netlink.c258 [THERMAL_GENL_EVENT_TZ_TRIP_CHANGE] = thermal_genl_event_tz_trip_change,
371 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_TRIP_CHANGE, &p); in thermal_notify_tz_trip_change()