class ProtocolTestDriver

Defined at line 36 of file ../../src/devices/bus/drivers/pci/test/driver/protocol_test_driver.h

Public Methods

zx_status_t Create (zx_device_t * parent)

A singleton instance is used so that the test fixture has no issues working

with the PCI protocol.

Defined at line 40 of file ../../src/devices/bus/drivers/pci/test/driver/protocol_test_driver.h

ProtocolTestDriver * GetInstance ()

Defined at line 49 of file ../../src/devices/bus/drivers/pci/test/driver/protocol_test_driver.h

const ddk::Pci & pci ()

Defined at line 50 of file ../../src/devices/bus/drivers/pci/test/driver/protocol_test_driver.h

void DdkRelease ()

Defined at line 53 of file ../../src/devices/bus/drivers/pci/test/driver/protocol_test_driver.h

void RunTests (RunTestsCompleter::Sync & completer)

Defined at line 589 of file ../../src/devices/bus/drivers/pci/test/driver/protocol_test_driver.cc