Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/include/uapi/linux/
Dthermal.h64 THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */ enumerator
/linux-5.19.10/drivers/thermal/
Dthermal_netlink.c252 [THERMAL_GENL_EVENT_TZ_CREATE] = thermal_genl_event_tz_create,
309 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_CREATE, &p); in thermal_notify_tz_create()