Searched refs:thermal (Results 1 - 23 of 23) sorted by relevance

/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-voltage.h9 #include <zircon/device/thermal.h>
11 namespace thermal { namespace
25 fbl::unique_ptr<thermal::AmlPwm> pwm_;
29 } // namespace thermal
H A Daml-thermal.h17 namespace thermal { namespace
29 AmlThermal(zx_device_t* device, fbl::unique_ptr<thermal::AmlTSensor> tsensor,
30 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator,
31 fbl::unique_ptr<thermal::AmlCpuFrequency> cpufreq_scaling,
54 fbl::unique_ptr<thermal::AmlTSensor> tsensor_;
55 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator_;
56 fbl::unique_ptr<thermal::AmlCpuFrequency> cpufreq_scaling_;
60 } // namespace thermal
H A Drules.mk12 $(LOCAL_DIR)/aml-thermal.c \
13 $(LOCAL_DIR)/aml-thermal.cpp \
H A Dhiu-registers.h8 namespace thermal { namespace
32 } // namespace thermal
H A Daml-tsensor.h15 #include <zircon/device/thermal.h>
17 namespace thermal { namespace
56 } // namespace thermal
H A Daml-pwm.h14 namespace thermal { namespace
42 } // namespace thermal
H A Daml-cpufreq.h15 namespace thermal { namespace
51 } // namespace thermal
H A Daml-pwm.cpp15 namespace thermal { namespace
111 } // namespace thermal
H A Daml-voltage.cpp10 namespace thermal { namespace
119 } // namespace thermal
H A Daml-thermal.cpp5 #include "aml-thermal.h"
12 #include <zircon/device/thermal.h>
15 namespace thermal { namespace
44 zxlogf(ERROR, "aml-thermal: Could not change CPU voltage: %d\n", status);
52 zxlogf(ERROR, "aml-thermal: Could not change CPU frequemcy: %d\n", status);
66 zxlogf(ERROR, "aml-thermal: Could not change CPU voltage: %d\n", status);
81 zxlogf(ERROR, "aml-thermal: Could not get voltage-table metadata %d\n", status);
85 // Get the thermal policy metadata.
90 zxlogf(ERROR, "aml-thermal: Could not get thermal confi
[all...]
H A Daml-tsensor-regs.h41 namespace thermal { namespace
127 } // namespace thermal
H A Daml-cpufreq.cpp11 namespace thermal { namespace
102 // to known values and then the thermal driver can take over the dynamic
273 } // namespace thermal
H A Daml-tsensor.cpp16 namespace thermal { namespace
92 // Notify thermal daemon about the default settings.
142 // Notify thermal daemon about new trip point.
223 // Start thermal notification thread.
399 // Create a port to send messages to thermal daemon.
419 } // namespace thermal
/fuchsia/zircon/system/dev/thermal/aml-thermal-s912/
H A Daml-thermal.c22 #include <soc/aml-common/aml-thermal.h>
23 #include <zircon/device/thermal.h>
64 // Notify the thermal deamon about the default settings
76 THERMAL_ERROR("Unable to get thermal sensor value: Thermal disabled\n");
122 // Notify the thermal deamon about which trip point triggered
169 aml_thermal_t* thermal = ctx; local
170 zx_handle_close(thermal->port);
172 thrd_join(thermal->notify_thread, &res);
173 free(thermal->device);
174 free(thermal);
287 aml_thermal_init(aml_thermal_t* thermal) argument
340 aml_thermal_t* thermal = calloc(1, sizeof(aml_thermal_t)); local
[all...]
H A Drules.mk12 $(LOCAL_DIR)/aml-thermal.c \
/fuchsia/zircon/system/dev/board/astro/
H A Drules.mk23 $(LOCAL_DIR)/astro-thermal.c \
H A Dastro-thermal.c14 #include <zircon/device/thermal.h>
95 // This is the initial thermal setup of the device.
247 .name = "aml-thermal",
/fuchsia/zircon/system/dev/board/vim/
H A Drules.mk21 $(LOCAL_DIR)/vim-thermal.c \
H A Dvim-thermal.c12 #include <soc/aml-common/aml-thermal.h>
106 // This is the initial thermal setup of the device
182 // VIM2 thermal driver
/fuchsia/zircon/system/dev/lib/amlogic/include/soc/aml-common/
H A Daml-thermal.h12 #include <zircon/device/thermal.h>
/fuchsia/zircon/system/dev/bus/acpi/
H A Drules.mk34 $(LOCAL_DIR)/dev-thermal.c \
H A Ddev-thermal.c11 #include <zircon/device/thermal.h>
83 zxlogf(ERROR, "acpi-thermal: acpi error %d in _TMP\n", status);
130 zxlogf(ERROR, "acpi-thermal: acpi error %d in PAT0\n", acpi_status);
160 zxlogf(TRACE, "acpi-thermal: got event 0x%x\n", value);
187 zxlogf(ERROR, "acpi-thermal: acpi error %d in PTYP\n", acpi_status);
203 zxlogf(ERROR, "acpi-thermal: error %d in zx_event_create\n", status);
212 zxlogf(ERROR, "acpi-thermal: could not install notify handler\n");
220 zxlogf(ERROR, "acpi-thermal: could not get auxiliary trip count\n");
239 zxlogf(ERROR, "acpi-thermal: could not add device! err=%d\n", status);
244 zxlogf(TRACE, "acpi-thermal
[all...]
/fuchsia/zircon/system/dev/scpi/aml-scpi-s912/
H A Daml-scpi.c18 #include <zircon/device/thermal.h>

Completed in 52 milliseconds