thermali

The purpose of this module is to implement platform properties of the Thermal OID.

There are only two functions which you must implement:

onlp_thermali_hdr_get()

This returns the oid header for the given thermal oid.

onlp_thermali_info_get()

This returns the full information structure for the thermal sensor. This includes the capability flags and current state of the variables corresponding to those capabilities (rpm, percentage, etc). In most cases this is just the current temperature (in millicelcius) but may include thermal warning and shutdown thresholds.

Thermali Documentation


Return to APIs