Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/thermal/ !
Devents.c45 case THERMAL_GENL_EVENT_TZ_DELETE: in handle_thermal_event()
105 enabled_ops[THERMAL_GENL_EVENT_TZ_DELETE] = !!ops->tz_delete; in thermal_events_ops_init()
/linux-5.19.10/include/uapi/linux/ !
Dthermal.h65 THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */ enumerator
/linux-5.19.10/drivers/thermal/ !
Dthermal_netlink.c253 [THERMAL_GENL_EVENT_TZ_DELETE] = thermal_genl_event_tz_delete,
316 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_DELETE, &p); in thermal_notify_tz_delete()