Home
last modified time | relevance | path

Searched refs:thermal_info (Results 1 – 2 of 2) sorted by relevance

/system/dev/thermal/mtk-thermal/
A Dmtk-thermal.h32 const thermal_device_info_t& thermal_info) in MtkThermal() argument
35 clk_count_(info.clk_count), thermal_info_(thermal_info) {} in MtkThermal()
A Dmtk-thermal.cpp90 thermal_device_info_t thermal_info; in Create() local
92 status = device_get_metadata(parent, THERMAL_CONFIG_METADATA, &thermal_info, in Create()
93 sizeof(thermal_info), &actual); in Create()
94 if (status != ZX_OK || actual != sizeof(thermal_info)) { in Create()
102 std::move(*pmic_mmio), clk, info, thermal_info)); in Create()

Completed in 5 milliseconds