文章目录
本系列全链接
1.前言
2.分析
2.1 thermal.h 中相关数据结构类型
2.2 thermal_core.h 中相关数据结构类型
2.3 重要接口及工作机制
2.3.1 thermal_zone_device_register
2.3.1 thermal_set_governor 和 bind_tz
2.3.2 thermal_zone_device_check
2.3.3 thermal_zone_device_reset
3.总结
本系列全链接
1.前言
在前文中讲到有关于thermal core的如下:
重要数据结构:struct thermal_zone_device;struct thermal_cooling_device;struct t