Searched refs:voltage_regulator (Results 1 – 2 of 2) sorted by relevance
32 fbl::unique_ptr<thermal::AmlVoltageRegulator> voltage_regulator, in AmlThermal() argument37 voltage_regulator_(std::move(voltage_regulator)), in AmlThermal()
110 auto voltage_regulator = fbl::make_unique_checked<AmlVoltageRegulator>(&ac); in Create() local116 status = voltage_regulator->Init(device, &opp_info); in Create()137 std::move(voltage_regulator), in Create()
Completed in 3 milliseconds