Searched refs:thermal_info (Results 1 – 2 of 2) sorted by relevance
32 const thermal_device_info_t& thermal_info) in MtkThermal() argument35 clk_count_(info.clk_count), thermal_info_(thermal_info) {} in MtkThermal()
90 thermal_device_info_t thermal_info; in Create() local92 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