Source Code Structure
The following code block shows the source code structure of the thermal control
system.
kernel/ |-- drivers/thermal/thermal_core.c //thermal sensor core code |-- drivers/thermal/cpu_cooling.c //thermal cpu cooling code |-- drivers/thermal/gov_step_wise.c //step wise governor code