Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/thermal/
Devents.c41 case THERMAL_GENL_EVENT_TZ_CREATE: in handle_thermal_event()
104 enabled_ops[THERMAL_GENL_EVENT_TZ_CREATE] = !!ops->tz_create; in thermal_events_ops_init()
/linux-6.12.1/include/uapi/linux/
Dthermal.h64 THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */ enumerator
/linux-6.12.1/drivers/thermal/
Dthermal_netlink.c250 [THERMAL_GENL_EVENT_TZ_CREATE] = thermal_genl_event_tz_create,
308 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_CREATE, &p); in thermal_notify_tz_create()