Home
last modified time | relevance | path

Searched refs:cdev_update (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c181 static int cdev_update(int cdev_id, int cur_state, __maybe_unused void *arg) in cdev_update() function
212 .events.cdev_update = cdev_update,
/openbmc/linux/tools/lib/thermal/
H A Devents.c91 return ops->cdev_update(nla_get_u32(attrs[THERMAL_GENL_ATTR_CDEV_ID]), in handle_thermal_event()
115 enabled_ops[THERMAL_GENL_EVENT_CDEV_STATE_UPDATE] = !!ops->cdev_update; in thermal_events_ops_init()
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h32 int (*cdev_update)(int cdev_id, int cur_state, void *arg); member
/openbmc/linux/drivers/thermal/
H A Dthermal_trace.h49 TRACE_EVENT(cdev_update,