Searched refs:AmlTSensor (Results 1 – 4 of 4) sorted by relevance
34 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 …]
21 class AmlTSensor {24 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(AmlTSensor);25 AmlTSensor(){}; in AmlTSensor() function29 ~AmlTSensor();
31 AmlThermal(zx_device_t* device, fbl::unique_ptr<thermal::AmlTSensor> tsensor, in AmlThermal()55 fbl::unique_ptr<thermal::AmlTSensor> tsensor_;
97 auto tsensor = fbl::make_unique_checked<AmlTSensor>(&ac); in Create()
Completed in 6 milliseconds