struct FakeTRB
Defined at line 19 of file ../../src/devices/usb/drivers/xhci/tests/xhci-endpoint-test.cc
Public Members
vector contig
Public Methods
void FakeTRB ()
Defined at line 30 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
zx_paddr_t phys ()
Defined at line 36 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
bool is_valid_paddr (zx_paddr_t phys)
Defined at line 38 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
FakeTRB * get (zx_paddr_t phys)
Defined at line 42 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
void ~FakeTRB ()
Defined at line 50 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
std::unique_ptr<FakeTRB> FromTRB (TRB * trb)
Defined at line 60 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc
Enumerations
enum Op
| Name | Value |
|---|---|
| DisableSlot | 0 |
| EnableSlot | 1 |
| SetMaxPacketSize | 2 |
| AddressDevice | 3 |
| OnlineDevice | 4 |
| ShutdownController | 5 |
| SetDeviceInformation | 6 |
| Timeout | 7 |
Defined at line 42 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc