class AmlCpuDriver
Defined at line 34 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.h
Public Methods
void AmlCpuDriver (fdf::DriverStartArgs start_args, fdf::UnownedSynchronizedDispatcher driver_dispatcher)
Defined at line 13 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.cc
zx::result<> Start ()
Defined at line 17 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.cc
std::vector<std::unique_ptr<AmlCpuPerformanceDomain>> & performance_domains ()
Defined at line 45 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)
Defined at line 76 of file ../../src/devices/cpu/drivers/aml-cpu/aml-cpu-driver.cc