class HciTest

Defined at line 27 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.h

Public Methods

void HciTest (zx_device_t * parent, const ddk::UsbProtocolClient & usb)

Defined at line 29 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.h

void DdkUnbind (ddk::UnbindTxn txn)

Defined at line 35 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.h

void DdkRelease ()

Defined at line 43 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.h

zx_status_t Create (void * ctx, zx_device_t * parent)

Spawns device node based on parent node.

Defined at line 341 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.cc

void Run (RunCompleter::Sync & _completer)

Defined at line 27 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.cc

void DdkInit (ddk::InitTxn txn)

Defined at line 335 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.cc

void TestThread (RunCompleter::Async completer)

Defined at line 36 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.cc

void EnumerationThread (ddk::InitTxn txn)

Defined at line 253 of file ../../src/devices/usb/tests/usb-hci-test/usb-hci-test-driver.cc