Home
last modified time | relevance | path

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

/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c87 static int tz_delete(int tz_id, __maybe_unused void *arg) in tz_delete() function
202 .events.tz_delete = tz_delete,
/openbmc/linux/tools/lib/thermal/
H A Devents.c46 return ops->tz_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg); in handle_thermal_event()
105 enabled_ops[THERMAL_GENL_EVENT_TZ_DELETE] = !!ops->tz_delete; in thermal_events_ops_init()
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h22 int (*tz_delete)(int tz_id, void *arg); member