Searched refs:thermal (Results 1 – 25 of 25) sorted by relevance
19 namespace thermal {31 AmlThermal(zx_device_t* device, fbl::unique_ptr<thermal::AmlTSensor> tsensor, in AmlThermal()32 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator, in AmlThermal()33 fbl::unique_ptr<thermal::AmlCpuFrequency> cpufreq_scaling, in AmlThermal()55 fbl::unique_ptr<thermal::AmlTSensor> tsensor_;56 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator_;57 fbl::unique_ptr<thermal::AmlCpuFrequency> cpufreq_scaling_;
11 namespace thermal {25 fbl::unique_ptr<thermal::AmlPwm> pwm_;
12 $(LOCAL_DIR)/aml-thermal.c \13 $(LOCAL_DIR)/aml-thermal.cpp \
8 namespace thermal {
16 namespace thermal {
17 namespace thermal {
17 namespace thermal { namespace223 return thermal::AmlThermal::Create(device); in aml_thermal()
14 namespace thermal { namespace
10 namespace thermal { namespace
41 namespace thermal {
11 namespace thermal { namespace
16 namespace thermal { namespace
14 namespace thermal { namespace71 auto thermal = fbl::make_unique<AmlThermal>(device, pdev, fan0_gpio_proto, in Create() local74 status = thermal->DdkAdd("vim-thermal", DEVICE_ADD_INVISIBLE); in Create()81 status = thermal->Init(); in Create()84 thermal->DdkRemove(); in Create()88 thermal->DdkMakeVisible(); in Create()91 __UNUSED auto _ = thermal.release(); in Create()396 return thermal::AmlThermal::Create(device); in aml_thermal_bind()
20 namespace thermal {
13 $(LOCAL_DIR)/mtk-thermal.cpp \
14 namespace thermal {
43 namespace thermal { namespace396 return thermal::MtkThermal::Create(parent); in mtk_thermal_bind()
9 namespace thermal {
23 $(LOCAL_DIR)/mt8167-thermal.cpp \
21 $(LOCAL_DIR)/vim-thermal.c \
23 $(LOCAL_DIR)/astro-thermal.c \
37 $(LOCAL_DIR)/dev/dev-thermal.c \
95 "PECI thermal margin",
Completed in 26 milliseconds