class AmlRam
Defined at line 166 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.h
Public Methods
zx::result<std::unique_ptr<AmlRam>> Create (zx_device_t * parent)
Defined at line 98 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
zx_status_t Create (void * context, zx_device_t * parent)
Defined at line 70 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
void AmlRam (const AmlRam & )
Defined at line 168 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.h
AmlRam & operator= (const AmlRam & )
Defined at line 168 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.h
bool RunUnitTests (void * context, zx_device_t * parent, zx_handle_t channel)
Defined at line 175 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
void AmlRam (zx_device_t * parent, fdf::MmioBuffer mmio, fdf::MmioBuffer clk_mmio, zx::interrupt irq, zx::port port, zx::resource smc_monitor, uint32_t device_pid)
Defined at line 179 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
void ~AmlRam ()
Defined at line 217 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
void DdkRelease ()
Defined at line 232 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
void DdkSuspend (ddk::SuspendTxn txn)
Defined at line 222 of file ../../src/devices/ram/drivers/aml-ram/aml-ram.cc
Friends
class AmlRamHardwareTest