class FakePowerImpl

Defined at line 79 of file ../../src/devices/power/drivers/power/power-test.cc

Public Methods

void FakePowerImpl ()

Defined at line 81 of file ../../src/devices/power/drivers/power/power-test.cc

ddk::PowerImplProtocolClient GetClient ()

Defined at line 82 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplGetCurrentVoltage (uint32_t index, uint32_t * current_voltage)

Defined at line 83 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplDisablePowerDomain (uint32_t index)

Defined at line 87 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplEnablePowerDomain (uint32_t index)

Defined at line 92 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplGetPowerDomainStatus (uint32_t index, power_domain_status_t * out_status)

Defined at line 97 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplGetSupportedVoltageRange (uint32_t index, uint32_t * min_voltage, uint32_t * max_voltage)

Defined at line 101 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplRequestVoltage (uint32_t index, uint32_t voltage, uint32_t * actual_voltage)

Defined at line 106 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplWritePmicCtrlReg (uint32_t index, uint32_t reg_addr, uint32_t value)

Defined at line 110 of file ../../src/devices/power/drivers/power/power-test.cc

zx_status_t PowerImplReadPmicCtrlReg (uint32_t index, uint32_t addr, uint32_t * value)

Defined at line 114 of file ../../src/devices/power/drivers/power/power-test.cc

uint32_t power_domain_enabled_count ()

Defined at line 118 of file ../../src/devices/power/drivers/power/power-test.cc

uint32_t power_domain_disabled_count ()

Defined at line 120 of file ../../src/devices/power/drivers/power/power-test.cc