Home
last modified time | relevance | path

Searched refs:AmlTSensor (Results 1 – 4 of 4) sorted by relevance

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-tsensor.cpp34 zx_status_t AmlTSensor::NotifyThermalDaemon() { in NotifyThermalDaemon()
41 void AmlTSensor::UpdateRiseThresholdIrq(uint32_t irq) { in UpdateRiseThresholdIrq()
63 void AmlTSensor::UpdateFallThresholdIrq(uint32_t irq) { in UpdateFallThresholdIrq()
85 int AmlTSensor::TripPointIrqHandler() { in TripPointIrqHandler()
149 zx_status_t AmlTSensor::InitTripPoints() { in InitTripPoints()
236 zx_status_t AmlTSensor::InitPdev(zx_device_t* parent) { in InitPdev()
282 uint32_t AmlTSensor::TempToCode(uint32_t temp, bool trend) { in TempToCode()
311 uint32_t AmlTSensor::CodeToTemp(uint32_t temp_code) { in CodeToTemp()
328 uint32_t AmlTSensor::ReadTemperature() { in ReadTemperature()
351 void AmlTSensor::SetRebootTemperature(uint32_t temp) { in SetRebootTemperature()
[all …]
A Daml-tsensor.h21 class AmlTSensor {
24 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(AmlTSensor);
25 AmlTSensor(){}; in AmlTSensor() function
29 ~AmlTSensor();
A Daml-thermal.h31 AmlThermal(zx_device_t* device, fbl::unique_ptr<thermal::AmlTSensor> tsensor, in AmlThermal()
55 fbl::unique_ptr<thermal::AmlTSensor> tsensor_;
A Daml-thermal.cpp97 auto tsensor = fbl::make_unique_checked<AmlTSensor>(&ac); in Create()

Completed in 6 milliseconds