class AmlCpuDriver

Defined at line 34 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.h

Public Methods

zx::result<> Start (fdf::DriverContext context)

Defined at line 14 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.cc

void AmlCpuDriver ()

Defined at line 36 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.h

std::vector<std::unique_ptr<AmlCpuPerformanceDomain>> & performance_domains ()

Defined at line 44 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.h

zx::result<std::unique_ptr<AmlCpuPerformanceDomain>> BuildPerformanceDomain (fuchsia_hardware_amlogic_metadata::PerformanceDomain perf_domain, std::vector<fuchsia_hardware_amlogic_metadata::OperatingPoint> pd_op_points, const AmlCpuConfiguration & config, const std::shared_ptr<fdf::Namespace> & incoming)

Defined at line 73 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.cc