Searched refs:AmlCpuFrequency (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-cpufreq.h18 class AmlCpuFrequency { class in namespace:thermal
21 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(AmlCpuFrequency);
22 AmlCpuFrequency(){}; function in class:thermal::AmlCpuFrequency
23 ~AmlCpuFrequency();
H A Daml-cpufreq.cpp37 zx_status_t AmlCpuFrequency::InitPdev(zx_device_t* parent) {
70 zx_status_t AmlCpuFrequency::Init(zx_device_t* parent) {
134 zx_status_t AmlCpuFrequency::WaitForBusy() {
155 zx_status_t AmlCpuFrequency::ConfigureFixedPLL(uint32_t new_rate) {
201 zx_status_t AmlCpuFrequency::ConfigureSysPLL(uint32_t new_rate) {
226 zx_status_t AmlCpuFrequency::SetFrequency(uint32_t new_rate) {
264 uint32_t AmlCpuFrequency::GetFrequency() {
268 AmlCpuFrequency::~AmlCpuFrequency() {
H A Daml-thermal.h31 fbl::unique_ptr<thermal::AmlCpuFrequency> cpufreq_scaling,
56 fbl::unique_ptr<thermal::AmlCpuFrequency> cpufreq_scaling_;
H A Daml-thermal.cpp121 auto cpufreq_scaling = fbl::make_unique_checked<AmlCpuFrequency>(&ac);

Completed in 10 milliseconds