Home
last modified time | relevance | path

Searched refs:duty_cycle (Results 1 – 6 of 6) sorted by relevance

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-pwm.cpp62 zx_status_t AmlPwm::Configure(uint32_t duty_cycle) { in Configure() argument
67 if (duty_cycle > 100) { in Configure()
72 if (duty_cycle == duty_cycle_) { in Configure()
77 const uint32_t duty = (duty_cycle * period_) / 100; in Configure()
99 duty_cycle_ = duty_cycle; in Configure()
A Daml-voltage.cpp74 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()
A Daml-pwm.h29 zx_status_t Configure(uint32_t duty_cycle);
/system/public/zircon/device/
A Dthermal.h94 uint32_t duty_cycle; member
/system/dev/display/intel-i915/
A Dregisters.h243 DEF_FIELD(15, 0, duty_cycle);
A Ddp-display.cpp1322 uint16_t duty_cycle = in GetBacklightBrightness() local
1323 static_cast<uint16_t>(backlight_ctrl.duty_cycle()); in GetBacklightBrightness()
1325 percent = duty_cycle / max; in GetBacklightBrightness()

Completed in 15 milliseconds