Home
last modified time | relevance | path

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

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-voltage.cpp44 memcpy(&opp_info_, opp_info, sizeof(opp_info_t)); in Init()
59 if (opp_info_.voltage_table[target_index].microvolt == microvolt) { in SetVoltage()
74 status = pwm_->Configure(opp_info_.voltage_table[target_index].duty_cycle); in SetVoltage()
102 status = pwm_->Configure(opp_info_.voltage_table[target_index].duty_cycle); in SetVoltage()
117 return opp_info_.voltage_table[current_voltage_index_].microvolt; in GetVoltage()
A Daml-thermal.cpp29 uint32_t new_voltage = opp_info_.opps[opp_idx].volt_mv; in SetTarget()
30 uint32_t new_frequency = opp_info_.opps[opp_idx].freq_hz; in SetTarget()
81 sizeof(opp_info_), &actual); in Create()
82 if (status != ZX_OK || actual != sizeof(opp_info_)) { in Create()
A Daml-thermal.h39 opp_info_(std::move(opp_info)), in AmlThermal()
58 opp_info_t opp_info_; variable
A Daml-voltage.h26 opp_info_t opp_info_; variable

Completed in 659 milliseconds