Home
last modified time | relevance | path

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

/linux-6.1.9/tools/thermal/thermal-engine/
Dthermal-engine.c80 static int tz_create(const char *name, int tz_id, __maybe_unused void *arg) in tz_create() function
201 .events.tz_create = tz_create,
/linux-6.1.9/tools/lib/thermal/
Devents.c42 return ops->tz_create(nla_get_string(attrs[THERMAL_GENL_ATTR_TZ_NAME]), in handle_thermal_event()
104 enabled_ops[THERMAL_GENL_EVENT_TZ_CREATE] = !!ops->tz_create; in thermal_events_ops_init()
/linux-6.1.9/tools/lib/thermal/include/
Dthermal.h21 int (*tz_create)(const char *name, int tz_id, void *arg); member