Home
last modified time | relevance | path

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

/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c248 static int threshold_flush(int tz_id, __maybe_unused void *arg) in threshold_flush() function
287 .events.threshold_flush = threshold_flush,
/linux/tools/lib/thermal/
H A Devents.c109 return ops->threshold_flush(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg); in handle_thermal_event()
143 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_FLUSH] = !!ops->threshold_flush; in thermal_events_ops_init()
/linux/tools/lib/thermal/include/
H A Dthermal.h45 int (*threshold_flush)(int tz_id, void *arg); member