Home
last modified time | relevance | path

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

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-voltage.h15 class AmlVoltageRegulator {
18 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(AmlVoltageRegulator);
19 AmlVoltageRegulator(){}; in AmlVoltageRegulator() function
A Daml-voltage.cpp25 zx_status_t AmlVoltageRegulator::Init(zx_device_t* parent, opp_info_t* opp_info) { in Init()
55 zx_status_t AmlVoltageRegulator::SetVoltage(uint32_t microvolt) { in SetVoltage()
115 uint32_t AmlVoltageRegulator::GetVoltage() { in GetVoltage()
A Daml-thermal.h32 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator, in AmlThermal()
56 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator_;
A Daml-thermal.cpp110 auto voltage_regulator = fbl::make_unique_checked<AmlVoltageRegulator>(&ac); in Create()

Completed in 5 milliseconds