Searched refs:AmlVoltageRegulator (Results 1 – 4 of 4) sorted by relevance
15 class AmlVoltageRegulator {18 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(AmlVoltageRegulator);19 AmlVoltageRegulator(){}; in AmlVoltageRegulator() function
25 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()
32 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator, in AmlThermal()56 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator_;
110 auto voltage_regulator = fbl::make_unique_checked<AmlVoltageRegulator>(&ac); in Create()
Completed in 5 milliseconds